Skip to content

Commit

Permalink
make dustwasher hole a bit bigger to let the lever move
Browse files Browse the repository at this point in the history
  • Loading branch information
bsstephan committed Sep 8, 2023
1 parent ee3dd23 commit 0329dd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/misc-dustwasher-lsx-nobi.scad
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ include <components.scad>
module lsx_nobi_dustwasher() {
difference() {
cylinder(r=jumbo_decorative_radius+5+hole_tolerance, h=2, $fn=50, center=true);
cylinder(r=5+hole_tolerance, h=2.1, $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);
}
}

Expand Down

0 comments on commit 0329dd2

Please sign in to comment.