diff --git a/src/misc-dustwasher-lsx-nobi.scad b/src/misc-dustwasher-lsx-nobi.scad index 5ae3095..2e8fee1 100644 --- a/src/misc-dustwasher-lsx-nobi.scad +++ b/src/misc-dustwasher-lsx-nobi.scad @@ -21,8 +21,8 @@ include module lsx_nobi_dustwasher() { difference() { cylinder(r=jumbo_decorative_radius+5+hole_tolerance, h=2, $fn=50, center=true); - // 5.5 = 5 (diameter of shaft is 10mm) + .5 to let it take an angle - cylinder(r=5.5+hole_tolerance, h=2.1, $fn=50, center=true); + // 5.25 = 5 (diameter of shaft is 10mm) + .25 to let it take an angle + cylinder(r=5.25+hole_tolerance, h=2.1, $fn=50, center=true); } }