author | Michael Krelin <hacker@klever.net> | 2018-08-02 09:55:19 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-08-02 09:55:19 (UTC) |
commit | 5457897c14fd5bff296bdfed4a2744655585a3ab (patch) (side-by-side diff) | |
tree | 9934fc3a2109052cca73b8291c8c53c829e1481a | |
parent | 55b454eb6933ea66efb998d2ccb1d6eebaab214e (diff) | |
download | extrudery-5457897c14fd5bff296bdfed4a2744655585a3ab.zip extrudery-5457897c14fd5bff296bdfed4a2744655585a3ab.tar.gz extrudery-5457897c14fd5bff296bdfed4a2744655585a3ab.tar.bz2 |
change of no importance
-rw-r--r-- | another.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/another.scad b/another.scad index f77fa7a..85715db 100644 --- a/another.scad +++ b/another.scad @@ -216,17 +216,17 @@ module the_extruder( translate([0,0,mount_screw_l-mounthole_depth/2-layer_height-1]) mirror([0,0,1]) cylinder(d=mount_screw_d+mount_screw_d_tolerance, h=mount_screw_l-mounthole_depth/2-layer_height+1, $fn=2*PI*mount_screw_d); translate([0,0,mount_screw_l-mounthole_depth/2]) cylinder(d=mount_screwhead_d,h=body_h+1,$fn=2*PI*mount_screwhead_d); }//for - // pushfit threads + // pushfit translate([0,0,filament_elevation]) rotate([0,0,45]) translate([pulley_d/2,0,0]) rotate([-90,0,0]) translate([0,0,mount_d/sqrt(2)/2+mount_screw_d+epsilon]) rotate([0,0,180]) { pushfit(pf); cylinder(d=filament_guide_d,h=gearbox_d,center=true,$fn=2*PI*filament_guide_d); translate([0,-filament_guide_d/2/sqrt(2),0]) |