author | Michael Krelin <hacker@klever.net> | 2018-08-31 21:26:49 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-08-31 21:26:49 (UTC) |
commit | e58ca7f6573a962f905b25a0419b90dbd896d413 (patch) (side-by-side diff) | |
tree | 289709f90e4b297731f4d5dc5fd52edec37c11b5 /another.scad | |
parent | 99bff09e0aa93701f0a6615c68cac84603553848 (diff) | |
download | extrudery-e58ca7f6573a962f905b25a0419b90dbd896d413.zip extrudery-e58ca7f6573a962f905b25a0419b90dbd896d413.tar.gz extrudery-e58ca7f6573a962f905b25a0419b90dbd896d413.tar.bz2 |
Revert "bridge both ends of idler screw hole"
This reverts commit 99bff09e0aa93701f0a6615c68cac84603553848.
-rw-r--r-- | another.scad | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/another.scad b/another.scad index 74a2d5f..461dc26 100644 --- a/another.scad +++ b/another.scad @@ -222,18 +222,16 @@ module the_extruder( cylinder(d=spring_d+spring_d_clearance,h=lsd,$fn=fnd*(spring_d+spring_d_clearance)); sphere(d=spring_d*3/4,$fn=fnd*spring_d*3/4); } }//rotate-translate }//difference // bridging patch - if(bridges) place_idler() { - translate([0,0,lever_thickness/2-mount_screwhead_h]) - mirror([0,0,1]) cylinder(d=mount_screwhead_d,h=layer_height); - translate([0,0,-(idler_h+idler_v_tolerance)/2]) - mirror([0,0,1]) cylinder(d=mount_screwhead_d,h=layer_height); - } + if(bridges) place_idler() + translate([0,0,lever_thickness/2-mount_screwhead_h]) + mirror([0,0,1]) + cylinder(d=mount_screwhead_d,h=layer_height); }//translate }//lever module module body() { difference() { union() { |