summaryrefslogtreecommitdiff
path: root/another.scad
Unidiff
Diffstat (limited to 'another.scad') (more/less context) (ignore 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
@@ -37,4 +37,6 @@ module the_extruder(
37 mount_screwhead_d=6, mount_screwhead_h=3, 37 mount_screwhead_d=6, mount_screwhead_h=3,
38 38
39 pf = pushfit_embeddest,
40
39 // empty spaces 41 // empty spaces
40 idler_travel = 3, // how far should idler travel when pressed 42 idler_travel = 3, // how far should idler travel when pressed
@@ -108,5 +110,5 @@ module the_extruder(
108 rotate([-90,0,0]) 110 rotate([-90,0,0])
109 translate([0,0,mount_d/sqrt(2)/2+mount_screw_d]) 111 translate([0,0,mount_d/sqrt(2)/2+mount_screw_d])
110 pushfit(pushfit_threaded); 112 pushfit(pf);
111 } 113 }
112 }//translate teeth 114 }//translate teeth
@@ -205,5 +207,5 @@ module the_extruder(
205 rotate([-90,0,0]) 207 rotate([-90,0,0])
206 translate([0,0,mount_d/sqrt(2)/2+mount_screw_d-gearbox_d/2/*TODO:*/]) 208 translate([0,0,mount_d/sqrt(2)/2+mount_screw_d-gearbox_d/2/*TODO:*/])
207 cylinder(r=min(body_h-filament_elevation,filament_elevation)/sin(60)-epsilon,h=10+gearbox_d/2/*TODO:*/,$fn=6); 209 cylinder(r=min(body_h-filament_elevation,filament_elevation)/sin(60)-epsilon,h=pf_h(pf)+gearbox_d/2/*TODO:*/,$fn=6);
208 }//union (first child of difference) 210 }//union (first child of difference)
209 // protrusion 211 // protrusion
@@ -226,5 +228,5 @@ module the_extruder(
226 translate([0,0,mount_d/sqrt(2)/2+mount_screw_d+epsilon]) 228 translate([0,0,mount_d/sqrt(2)/2+mount_screw_d+epsilon])
227 rotate([0,0,180]) { 229 rotate([0,0,180]) {
228 pushfit(pushfit_threaded); 230 pushfit(pf);
229 cylinder(d=filament_guide_d,h=gearbox_d,center=true,$fn=2*PI*filament_guide_d); 231 cylinder(d=filament_guide_d,h=gearbox_d,center=true,$fn=2*PI*filament_guide_d);
230 translate([0,-filament_guide_d/2/sqrt(2),0]) 232 translate([0,-filament_guide_d/2/sqrt(2),0])