diff options
Diffstat (limited to 'lasttretrad.scad')
-rw-r--r-- | lasttretrad.scad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lasttretrad.scad b/lasttretrad.scad index 55ef4a8..9b29705 100644 --- a/lasttretrad.scad +++ b/lasttretrad.scad @@ -19,7 +19,7 @@ module frame() { // cube([l, w, h]); translate([0, 0, -board_height - bed_height]) { // front/back boards - for (pos = [-0.9, -0.4, 0, 0.4, 0.9]) + for (pos = [-0.9, -0.4, 0.2, 0.55, 0.9]) translate([pos * (ltr_length - board_width)/2 - board_width + board_width/2, -ltr_width/2, 0]) cube([board_width, ltr_width, board_height]); @@ -98,4 +98,4 @@ module lasttretrad(rot=0, suspension_depth=0) { powered_wheel(lr, suspension_depth=suspension_depth); } -lasttretrad(30, 50); +lasttretrad(30, 0); |