-rw-r--r-- | another.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/another.scad b/another.scad index 844dc3b..cd084ce 100644 --- a/another.scad +++ b/another.scad @@ -289,7 +289,7 @@ module the_extruder( translate([0,0,spring_lc+spring_dl]) sphere(d=spring_d*3/4,$fn=PI*spring_d); } //sphere(d=spring_d*3/4,$fn=PI*spring_d); - *difference() { + * difference() { // spring support translate([0,-longwing,filament_elevation]) sphere(d=spring_d*3/4,$fn=PI*spring_d); |