diff options
author | Jan Huwald <jh@sotun.de> | 2015-07-09 09:05:14 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2015-07-09 09:05:14 (GMT) |
commit | 2878fa2b7c059a95860bc5e6accc5f7f04ced9b0 (patch) | |
tree | a2ccb38587746cee7c829f64d007481fb86e53b6 /lasttretrad.scad | |
parent | 6bebd08c185bed927cf6d92a2aa67174bed53ba9 (diff) |
.
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); |