improve on the dustwashers' fit
the hole is a bit tighter now, made possible by having a bevel on the inside for the lever to move Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
@@ -8,9 +8,9 @@ include <components.scad>
|
||||
|
||||
module jlf_dustwasher() {
|
||||
difference() {
|
||||
cylinder(r=lever_plate_hole*decorative_radius_scale, h=2, $fn=100, center=true);
|
||||
// 5.25 = 4.55 (diameter of shaft is 9.10mm) + .25 to let it take an angle
|
||||
cylinder(r=4.8, h=2.1, $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,
|
||||
h=2.1, $fn=100, center=true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user