Skip to content

Commit 0329dd2

Browse files
committed
make dustwasher hole a bit bigger to let the lever move
1 parent ee3dd23 commit 0329dd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/misc-dustwasher-lsx-nobi.scad

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ include <components.scad>
2121
module lsx_nobi_dustwasher() {
2222
difference() {
2323
cylinder(r=jumbo_decorative_radius+5+hole_tolerance, h=2, $fn=50, center=true);
24-
cylinder(r=5+hole_tolerance, h=2.1, $fn=50, center=true);
24+
// 5.5 = 5 (diameter of shaft is 10mm) + .5 to let it take an angle
25+
cylinder(r=5.5+hole_tolerance, h=2.1, $fn=50, center=true);
2526
}
2627
}
2728

0 commit comments

Comments
 (0)