X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=tower-base.scad;h=c8ae268f029d049fe2c5d337fa967e316a65289a;hb=077795c844ab3ea07f3c4b624bbd2a1abc5da8a8;hp=49c317beb7871a1329a258847fdbe9da315710e0;hpb=28f17db37ac936f49d54a8d722fda94eb56797fb;p=reprap-play.git diff --git a/tower-base.scad b/tower-base.scad index 49c317b..c8ae268 100644 --- a/tower-base.scad +++ b/tower-base.scad @@ -1,6 +1,6 @@ /* -*- C -*- */ -motorwidth=35.2; +motorwidth=35.7; motorheight=34.5; totalheight=58; @@ -109,11 +109,11 @@ module towerbase() { rotate([0,0,angle]) mirror([1,0,0]) halfside(); } } - multmatrix([[ -1, 0, 0, -mw2 - botleftstand ], - [ 0, 1, 0, -100 ], - [ 1, 0, 1, -100 + botleftgap ], - [ 0, 0, 0, 1 ] ]) - cube([100,200,100]); +// multmatrix([[ -1, 0, 0, -mw2 - botleftstand ], +// [ 0, 1, 0, -100 ], +// [ 1, 0, 1, -100 + botleftgap ], +// [ 0, 0, 0, 1 ] ]) +// cube([100,200,100]); } translate([clippairy/2,0,totalheight]) { difference(){