3 Commits

3 changed files with 4 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ What you'll need beyond these objects:
* 4 40mm M4 hex brass standoffs * 4 40mm M4 hex brass standoffs
* 8 12-16mm M4 countersunk hex bolts * 8 12-16mm M4 countersunk hex bolts
* Per frame connection point: * Per frame connection point:
* 8 25mm M4 bolts * 8 16mm M4 bolts
* 8 M4 flange nuts * 8 M4 flange nuts
* For a lever: * For a lever:
* 4 12-16mm M4 countersunk hex bolts * 4 12-16mm M4 countersunk hex bolts

View File

@@ -6,3 +6,4 @@ Notes for "next time".
* Check that the 24mm cutouts in the frame are good enough, somehow I didn't have them when I printed v2 * Check that the 24mm cutouts in the frame are good enough, somehow I didn't have them when I printed v2
* Engraving some cosmetic stuff? Or maybe a place to mount other plates? * Engraving some cosmetic stuff? Or maybe a place to mount other plates?
* Try making it so top plates are bolted in from the side of the frame rather than the top

View File

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