author | Michael Krelin <hacker@klever.net> | 2017-02-06 21:19:36 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2017-02-06 21:19:36 (UTC) |
commit | c83b5d18ae09805a6a65715a2586c225ff393074 (patch) (side-by-side diff) | |
tree | ace4adab03e540c941f63c2c2c8b526b84004b95 | |
parent | d481811cad040ab887ffb9dca6b41616e842e0ca (diff) | |
download | extrudery-c83b5d18ae09805a6a65715a2586c225ff393074.zip extrudery-c83b5d18ae09805a6a65715a2586c225ff393074.tar.gz extrudery-c83b5d18ae09805a6a65715a2586c225ff393074.tar.bz2 |
moving around
-rw-r--r-- | another.scad | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/another.scad b/another.scad index d4a3f90..fa60676 100644 --- a/another.scad +++ b/another.scad @@ -62,2 +62,7 @@ module the_extruder( + filament_elevation=protrusion_h+pulley_elevation+teeth_elevation; + ls_z = filament_elevation; // leverspace mid-z + body_h = max(protrusion_h+bore_l,mount_screw_l-mounthole_depth/2+mount_screwhead_h,ls_z*2); + ls_h = lever_thickness+lever_v_clearance; // leverspace height + module mirrorleft() { @@ -173,6 +178,2 @@ module the_extruder( module body() { - filament_elevation=protrusion_h+pulley_elevation+teeth_elevation; - ls_z = filament_elevation; - body_h = max(protrusion_h+bore_l,mount_screw_l-mounthole_depth/2+mount_screwhead_h,ls_z*2); - ls_h = lever_thickness+lever_v_clearance; difference() { |