author | Michael Krelin <hacker@klever.net> | 2018-08-02 19:30:07 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-08-02 19:30:07 (UTC) |
commit | 1d8c4abb1fb534d52aa4d221aa3052b77f473932 (patch) (side-by-side diff) | |
tree | 432e4277f2d615d5921eca09ad229af904310fe9 | |
parent | 7fe5273a70a70beeba8ff622a7af1e2cfdf1a28f (diff) | |
download | extrudery-1d8c4abb1fb534d52aa4d221aa3052b77f473932.zip extrudery-1d8c4abb1fb534d52aa4d221aa3052b77f473932.tar.gz extrudery-1d8c4abb1fb534d52aa4d221aa3052b77f473932.tar.bz2 |
add a hemisphere to springpad for a tiny bit of stability
-rw-r--r-- | another.scad | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/another.scad b/another.scad index 38a9aae..7d2dfb3 100644 --- a/another.scad +++ b/another.scad @@ -341,6 +341,8 @@ module the_extruder( cylinder(d1=smalld,d2=bigd,h=hf,$fn=fnd*bigd); translate([0,0,hf-epsilon]) cylinder(d=bigd,h=hf*2,$fn=fnd*bigd); + translate([0,0,3*hf]) + sphere(d=spring_d*3/4,$fn=fnd*spring_d*3/4); } translate([0,0,-epsilon]) cylinder(d=st_screw_d,h=2*hf+epsilon,$fn=fnd*st_screw_d); |