summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad2
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])