-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 @@ -222,5 +222,5 @@ module the_extruder( 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]) |