From e58ca7f6573a962f905b25a0419b90dbd896d413 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Fri, 31 Aug 2018 21:26:49 +0000 Subject: Revert "bridge both ends of idler screw hole" This reverts commit 99bff09e0aa93701f0a6615c68cac84603553848. --- diff --git a/another.scad b/another.scad index 74a2d5f..461dc26 100644 --- a/another.scad +++ b/another.scad @@ -225,12 +225,10 @@ module the_extruder( }//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 -- cgit v0.9.0.2