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 cc3194e..4f70a1a 100644
--- a/another.scad
+++ b/another.scad
@@ -320,13 +320,13 @@ module the_extruder(
320 rotate([0,0,45]) translate([pulley_d/2+filament_offset,0,0]) 320 rotate([0,0,45]) translate([pulley_d/2+filament_offset,0,0])
321 rotate([-90,0,0]) 321 rotate([-90,0,0])
322 translate([0,0,pf_offset]) 322 translate([0,0,pf_offset])
323 rotate([0,0,180]) { 323 rotate([0,0,180]) {
324 pushfit(pf); 324 pushfit(pf);
325 mirror([0,0,1]) { 325 mirror([0,0,1]) {
326 fh = (filament_guide_d-filament_path_d)/2; 326 fh = 1.5* (filament_guide_d-filament_path_d)/2;
327 fo = pf_offset-(idler_d+idler_clearance)/2-fh; 327 fo = pf_offset-(idler_d+idler_clearance)/2-fh;
328 translate([0,0,-1]) teardrop(d=filament_guide_d,h=fo-extrusion_width+1,angle=225); 328 translate([0,0,-1]) teardrop(d=filament_guide_d,h=fo-extrusion_width+1,angle=225);
329 translate([0,0,-1]) teardrop(d=filament_path_d,h=gearbox_d/2+1,angle=-225); 329 translate([0,0,-1]) teardrop(d=filament_path_d,h=gearbox_d/2+1,angle=-225);
330 translate([0,0,fo+epsilon]) 330 translate([0,0,fo+epsilon])
331 cylinder(d1=filament_path_d,d2=filament_guide_d,h=fh,$fn=fnd*filament_guide_d); 331 cylinder(d1=filament_path_d,d2=filament_guide_d,h=fh,$fn=fnd*filament_guide_d);
332 }//mirror 332 }//mirror