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) (unidiff) | |
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 | |||
@@ -221,7 +221,7 @@ module the_extruder( | |||
221 | translate([0,0,mount_screw_l-mounthole_depth/2]) | 221 | translate([0,0,mount_screw_l-mounthole_depth/2]) |
222 | cylinder(d=mount_screwhead_d,h=body_h+1,$fn=2*PI*mount_screwhead_d); | 222 | cylinder(d=mount_screwhead_d,h=body_h+1,$fn=2*PI*mount_screwhead_d); |
223 | }//for | 223 | }//for |
224 | // pushfit threads | 224 | // pushfit |
225 | translate([0,0,filament_elevation]) | 225 | translate([0,0,filament_elevation]) |
226 | rotate([0,0,45]) translate([pulley_d/2,0,0]) | 226 | rotate([0,0,45]) translate([pulley_d/2,0,0]) |
227 | rotate([-90,0,0]) | 227 | rotate([-90,0,0]) |