summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--another.scad14
1 files changed, 4 insertions, 10 deletions
diff --git a/another.scad b/another.scad
index 9f42f46..b7b6e3a 100644
--- a/another.scad
+++ b/another.scad
@@ -5,10 +5,4 @@ $fs=0.0125;
-use <threads.scad>;
-module pushfit_thread(h=10) {
- thr = 3/8 + .5/25.4;
- slit = 25.4*thr/2 + 0.4;
- if(draft) cylinder(d=thr*25.4,h=h);
- else english_thread(diameter=thr,threads_per_inch=28,length=h/25.4,internal=true);
- translate([-2,-slit,0]) cube([4,2*slit,h]);
-}
+use <pushfittery.scad>;
+include <pushfit_data.scad>;
@@ -115,3 +109,3 @@ module the_extruder(
translate([0,0,mount_d/sqrt(2)/2+mount_screw_d])
- pushfit_thread();
+ pushfit(pushfit_threaded);
}
@@ -233,3 +227,3 @@ module the_extruder(
rotate([0,0,180]) {
- pushfit_thread(h=10);
+ pushfit(pushfit_threaded);
cylinder(d=filament_guide_d,h=gearbox_d,center=true,$fn=2*PI*filament_guide_d);