-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( 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]) |