-rw-r--r-- | another.scad | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/another.scad b/another.scad index 7d2dfb3..efc553d 100644 --- a/another.scad +++ b/another.scad | |||
@@ -36,3 +36,3 @@ module the_extruder( | |||
36 | st_screw_d = 5, | 36 | st_screw_d = 5, |
37 | st_shell = 4*extrusion_width, | 37 | st_thickshell = 8*extrusion_width, st_thinshell = 4*extrusion_width, |
38 | 38 | ||
@@ -211,3 +211,3 @@ module the_extruder( | |||
211 | mirror([0,0,1]) { | 211 | mirror([0,0,1]) { |
212 | translate([0,0,st_shell]) | 212 | translate([0,0,st_thickshell]) |
213 | hull() for(o=[0,spring_d]) translate([0,-o,0]) | 213 | hull() for(o=[0,spring_d]) translate([0,-o,0]) |
@@ -218,6 +218,6 @@ module the_extruder( | |||
218 | hf = (bigd-st_screw_d)/2; | 218 | hf = (bigd-st_screw_d)/2; |
219 | translate([0,0,st_shell+st_nut_h+st_shell-epsilon]) | 219 | translate([0,0,st_thickshell+st_nut_h+st_thinshell-epsilon]) |
220 | cylinder(d1=st_screw_d,d2=bigd, | 220 | cylinder(d1=st_screw_d,d2=bigd, |
221 | h=hf+epsilon, $fn=fnd*bigd); | 221 | h=hf+epsilon, $fn=fnd*bigd); |
222 | translate([0,0,st_shell+st_nut_h+st_shell+hf-epsilon]) | 222 | translate([0,0,st_thickshell+st_nut_h+st_thinshell+hf-epsilon]) |
223 | cylinder(d=bigd,h=fsw+1,$fn=fnd*bigd); | 223 | cylinder(d=bigd,h=fsw+1,$fn=fnd*bigd); |
@@ -337,3 +337,3 @@ module the_extruder( | |||
337 | hf = (bigd-smalld)/2; | 337 | hf = (bigd-smalld)/2; |
338 | translate([-gearbox_d/2+st_shell+st_nut_h+st_shell+smalld,-longwing,filament_elevation]) | 338 | translate([-gearbox_d/2+st_thickshell+st_nut_h+st_thinshell+1,-longwing,filament_elevation]) |
339 | rotate([0,90,0]) difference() { | 339 | rotate([0,90,0]) difference() { |