-rw-r--r-- | another.scad | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/another.scad b/another.scad index 8ad475b..acdedae 100644 --- a/another.scad +++ b/another.scad | |||
@@ -233,6 +233,7 @@ module the_extruder( | |||
233 | translate([0,0,mount_d/sqrt(2)/2+mount_screw_d-gearbox_d/2/*TODO:*/]) | 233 | translate([0,0,mount_d/sqrt(2)/2+mount_screw_d-gearbox_d/2/*TODO:*/]) |
234 | cylinder(r=min(body_h-filament_elevation,filament_elevation)/sin(60)-epsilon,h=pf_h(pf)+gearbox_d/2/*TODO:*/,$fn=6); | 234 | cylinder(r=min(body_h-filament_elevation,filament_elevation)/sin(60)-epsilon,h=pf_h(pf)+gearbox_d/2/*TODO:*/,$fn=6); |
235 | }//union (first child of difference) | 235 | }//union (first child of difference) |
236 | |||
236 | // protrusion | 237 | // protrusion |
237 | translate([0,0,-1]) | 238 | translate([0,0,-1]) |
238 | cylinder(d=protrusion_d+protrusion_tolerance_h,h=protrusion_h+protrusion_tolerance_v+1,$fn=fnd*(protrusion_d+protrusion_tolerance_h)); | 239 | cylinder(d=protrusion_d+protrusion_tolerance_h,h=protrusion_h+protrusion_tolerance_v+1,$fn=fnd*(protrusion_d+protrusion_tolerance_h)); |