-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( | |||
289 | translate([0,0,spring_lc+spring_dl]) sphere(d=spring_d*3/4,$fn=PI*spring_d); | 289 | translate([0,0,spring_lc+spring_dl]) sphere(d=spring_d*3/4,$fn=PI*spring_d); |
290 | } | 290 | } |
291 | //sphere(d=spring_d*3/4,$fn=PI*spring_d); | 291 | //sphere(d=spring_d*3/4,$fn=PI*spring_d); |
292 | *difference() { | 292 | * difference() { |
293 | // spring support | 293 | // spring support |
294 | translate([0,-longwing,filament_elevation]) | 294 | translate([0,-longwing,filament_elevation]) |
295 | sphere(d=spring_d*3/4,$fn=PI*spring_d); | 295 | sphere(d=spring_d*3/4,$fn=PI*spring_d); |