author | Michael Krelin <hacker@klever.net> | 2018-08-02 11:22:53 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-08-02 11:22:53 (UTC) |
commit | 62df5d5cfcaa6ede9f3b6441de8a0a3a963d9d97 (patch) (unidiff) | |
tree | 4cf290f136c445a98b12adf018114e48ba9c3ba7 | |
parent | c593ffe06e8895aaaf00c7c13751c67fac959b8c (diff) | |
download | extrudery-62df5d5cfcaa6ede9f3b6441de8a0a3a963d9d97.zip extrudery-62df5d5cfcaa6ede9f3b6441de8a0a3a963d9d97.tar.gz extrudery-62df5d5cfcaa6ede9f3b6441de8a0a3a963d9d97.tar.bz2 |
minor cleanup
-rw-r--r-- | another.scad | 5 |
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 | |||
@@ -288,11 +288,6 @@ module the_extruder( | |||
288 | cylinder(d=spring_d+spring_d_clearance,h=spring_lc+spring_dl,$fn=PI*spring_d); | 288 | cylinder(d=spring_d+spring_d_clearance,h=spring_lc+spring_dl,$fn=PI*spring_d); |
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); | ||
292 | * difference() { | ||
293 | // spring support | ||
294 | translate([0,-longwing,filament_elevation]) | ||
295 | sphere(d=spring_d*3/4,$fn=PI*spring_d); | ||
296 | } | 291 | } |
297 | 292 | ||
298 | }//difference | 293 | }//difference |