tighten the dustwashers inner hole a bit

tested on my Nobis and it's still just a hair loose, but maybe that's
printer tolerances at this point, not inclined to mess with it much
further. this hole is exactly the radius of the lever shaft, with the
tapering to allow for it to be moved

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2025-03-20 08:09:06 -05:00
parent 5cdac31eeb
commit b457441e9f
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ module jlf_dustwasher() {
difference() { difference() {
cylinder(r=jlf_dustwasher_radius, h=2, $fn=100, center=true); cylinder(r=jlf_dustwasher_radius, h=2, $fn=100, center=true);
cylinder(r1=jlf_shaft_inner_radius, r2=jlf_shaft_inner_radius+shaft_position_tolerance, cylinder(r1=jlf_shaft_inner_radius, r2=jlf_shaft_inner_radius+shaft_position_tolerance,
h=2.1, $fn=100, center=true); h=2.001, $fn=100, center=true);
} }
} }

View File

@@ -10,7 +10,7 @@ module lsx_nobi_dustwasher() {
difference() { difference() {
cylinder(r=lsx_nobi_dustwasher_radius, h=2, $fn=100, center=true); cylinder(r=lsx_nobi_dustwasher_radius, h=2, $fn=100, center=true);
cylinder(r1=lsx_nobi_shaft_inner_radius, r2=lsx_nobi_shaft_inner_radius+shaft_position_tolerance, cylinder(r1=lsx_nobi_shaft_inner_radius, r2=lsx_nobi_shaft_inner_radius+shaft_position_tolerance,
h=2.1, $fn=100, center=true); h=2.001, $fn=100, center=true);
} }
} }