summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/another.scad b/another.scad
index be0c887..6af68b6 100644
--- a/another.scad
+++ b/another.scad
@@ -206,7 +206,7 @@ module the_extruder(
206 module body() { 206 module body() {
207 difference() { 207 difference() {
208 union() { 208 union() {
209 cylinder(d=gearbox_d,h=body_h,$fn=fnd*gearbox_d); 209 cylinder(d=gearbox_d,h=body_h,$fn=fnd*gearbox_d);
210 // finger and spring support 210 // finger and spring support
211 fsw = gearbox_d-(gearbox_d-mount_d)/2-spring_lc; 211 fsw = gearbox_d-(gearbox_d-mount_d)/2-spring_lc;
212 translate([-gearbox_d/2,0,0]) difference() { 212 translate([-gearbox_d/2,0,0]) difference() {