author | Michael Krelin <hacker@klever.net> | 2018-08-02 19:26:41 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-08-02 19:26:41 (UTC) |
commit | 204940dbef26fd9523bfe812f1b40d0bc69c947a (patch) (unidiff) | |
tree | d63df56024b82bcb76039f0c16d2685e9b9a60b7 | |
parent | e0094dfd169e80f0ec0048fadb1325242926b2c7 (diff) | |
download | extrudery-204940dbef26fd9523bfe812f1b40d0bc69c947a.zip extrudery-204940dbef26fd9523bfe812f1b40d0bc69c947a.tar.gz extrudery-204940dbef26fd9523bfe812f1b40d0bc69c947a.tar.bz2 |
whitespace
-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 | |||
@@ -230,12 +230,13 @@ module the_extruder( | |||
230 | translate([0,0,filament_elevation]) | 230 | translate([0,0,filament_elevation]) |
231 | rotate([0,0,45]) translate([pulley_d/2,0,0]) | 231 | rotate([0,0,45]) translate([pulley_d/2,0,0]) |
232 | rotate([-90,0,0]) | 232 | rotate([-90,0,0]) |
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)); |
239 | // mount screw holes | 240 | // mount screw holes |
240 | for(zr=[0:90:359]) rotate([0,0,zr]) translate([mount_d/2,0,0]) { | 241 | for(zr=[0:90:359]) rotate([0,0,zr]) translate([mount_d/2,0,0]) { |
241 | translate([0,0,mount_screw_l-mounthole_depth/2-layer_height-1]) | 242 | translate([0,0,mount_screw_l-mounthole_depth/2-layer_height-1]) |