added small_hole_segments to bushing and x-carriage as well
[clinton/prusa3.git] / box_frame / bushing.scad
index 13a9616..4a2c678 100644 (file)
@@ -171,8 +171,8 @@ module bearing_clamp(conf_b=bushing_xy, h=0){
                 }
             }
             translate([m3_diameter / 2 + conf_b[1] + 0.3, 0, 0]) {
-                cylinder(r=m3_diameter / 2, h=h+2, center=true);
-                %cylinder(r=m3_diameter / 2, h=h+2, center=true);
+                cylinder(r=m3_diameter / 2, h=h+2, center=true,$fn=small_hole_segments);
+                %cylinder(r=m3_diameter / 2, h=h+2, center=true,$fn=small_hole_segments);
             }
         }
     }