summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad5
1 files changed, 0 insertions, 5 deletions
diff --git a/another.scad b/another.scad
index 41f40bc..302e314 100644
--- a/another.scad
+++ b/another.scad
@@ -285,17 +285,12 @@ module the_extruder(
//translate([-mount_d/2,-longwing,filament_elevation])
if(!tensioner) translate([mount_d/2,-longwing,filament_elevation])
rotate([0,-90,0]) difference() {
cylinder(d=spring_d+spring_d_clearance,h=spring_lc+spring_dl,$fn=PI*spring_d);
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() {
- // spring support
- translate([0,-longwing,filament_elevation])
- sphere(d=spring_d*3/4,$fn=PI*spring_d);
}
}//difference
if(supports) intersection() {
difference() {