From 8efe8f057476efcaba06c6eac7d64792c53e442a Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Mon, 06 Aug 2018 16:52:38 +0000 Subject: introduce idler screw dimensions which are, in fact, idler screw hole dimensions… --- (limited to 'another.scad') diff --git a/another.scad b/another.scad index 03f3bf9..dbd20f3 100644 --- a/another.scad +++ b/another.scad @@ -39,6 +39,8 @@ module the_extruder( // screw it mount_screw_d = 3.1, mount_screw_l = 20, mount_screwhead_d=6, mount_screwhead_h=3, + idler_screw_d = 3, + idler_screwhead_d=6, idler_screwhead_h=3, pf = pushfit_embeddest, @@ -113,7 +115,7 @@ module the_extruder( translate([0,0,teeth_elevation]) { place_idler() { cylinder(d=idler_d,h=idler_h,center=true,$fn=30); - cylinder(d=idler_id,h=lever_thickness+2,center=true,$fn=30); + cylinder(d=idler_screw_d,h=lever_thickness+2,center=true,$fn=30); }//place idler // filament path rotate([0,0,45]) translate([(pulley_d-filament_path_d)/2,0,0]) { @@ -160,9 +162,9 @@ module the_extruder( translate([-lsd/2-1,y-extrusion_width/2,-idler_h/2-idler_v_tolerance/2-1]) cube(size=[lsd+2,extrusion_width,idler_h+idler_v_tolerance+2]); } - cylinder(d=mount_screw_d+mount_screw_d_tolerance,h=lever_thickness+2,center=true,$fn=30); - translate([0,0,lever_thickness/2-mount_screwhead_h]) - cylinder(d=mount_screwhead_d,h=mount_screwhead_h+1,$fn=fnd*mount_screwhead_d); + cylinder(d=idler_screw_d,h=lever_thickness+2,center=true,$fn=30); + translate([0,0,lever_thickness/2-idler_screwhead_h]) + cylinder(d=idler_screwhead_d,h=idler_screwhead_h+1,$fn=fnd*idler_screwhead_d); } // mounting screw hole translate([mount_d/2,0,0]) -- cgit v0.9.0.2