author | Michael Krelin <hacker@klever.net> | 2018-08-02 10:35:38 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-08-02 10:35:38 (UTC) |
commit | b717362a236ec1a95d54e7106f11e4f3e3e85b76 (patch) (unidiff) | |
tree | 0ec8307df6bc8d1eb888d45c8656299df27cb1f9 | |
parent | df23f0042d72bfcc7ba1638a2209545cbfe89825 (diff) | |
download | extrudery-b717362a236ec1a95d54e7106f11e4f3e3e85b76.zip extrudery-b717362a236ec1a95d54e7106f11e4f3e3e85b76.tar.gz extrudery-b717362a236ec1a95d54e7106f11e4f3e3e85b76.tar.bz2 |
whitespace
-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); |