summaryrefslogtreecommitdiff
path: root/another.scad
Side-by-side diff
Diffstat (limited to 'another.scad') (more/less context) (show whitespace changes)
-rw-r--r--another.scad8
1 files changed, 5 insertions, 3 deletions
diff --git a/another.scad b/another.scad
index b7b6e3a..7c4bf37 100644
--- a/another.scad
+++ b/another.scad
@@ -38,2 +38,4 @@ module the_extruder(
+ pf = pushfit_embeddest,
+
// empty spaces
@@ -109,3 +111,3 @@ module the_extruder(
translate([0,0,mount_d/sqrt(2)/2+mount_screw_d])
- pushfit(pushfit_threaded);
+ pushfit(pf);
}
@@ -206,3 +208,3 @@ module the_extruder(
translate([0,0,mount_d/sqrt(2)/2+mount_screw_d-gearbox_d/2/*TODO:*/])
- cylinder(r=min(body_h-filament_elevation,filament_elevation)/sin(60)-epsilon,h=10+gearbox_d/2/*TODO:*/,$fn=6);
+ cylinder(r=min(body_h-filament_elevation,filament_elevation)/sin(60)-epsilon,h=pf_h(pf)+gearbox_d/2/*TODO:*/,$fn=6);
}//union (first child of difference)
@@ -227,3 +229,3 @@ module the_extruder(
rotate([0,0,180]) {
- pushfit(pushfit_threaded);
+ pushfit(pf);
cylinder(d=filament_guide_d,h=gearbox_d,center=true,$fn=2*PI*filament_guide_d);