fix dustwashers by scaling them based on the plate hole

This commit is contained in:
2023-11-14 23:56:03 -06:00
parent 6a4980165d
commit bac99f6ea8
3 changed files with 6 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ include <components.scad>
module lsx_nobi_dustwasher() {
difference() {
cylinder(r=jumbo_decorative_radius+5+hole_tolerance, h=2, $fn=50, center=true);
cylinder(r=lever_plate_hole*decorative_radius_scale, h=2, $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);
}