Increase hole size 3.2 -> 3.3
This commit is contained in:
@@ -3,7 +3,7 @@ use <hexagon.scad>
|
|||||||
module screw_hole_m3(h) {
|
module screw_hole_m3(h) {
|
||||||
// Through screw hole
|
// Through screw hole
|
||||||
translate([0, 0, -0.01])
|
translate([0, 0, -0.01])
|
||||||
cylinder(h=h, d=3.2, $fn=50);
|
cylinder(h=h, d=3.3, $fn=50);
|
||||||
|
|
||||||
// Hex nut cutout
|
// Hex nut cutout
|
||||||
translate([0, 0, h - 3])
|
translate([0, 0, h - 3])
|
||||||
|
|||||||
Reference in New Issue
Block a user