Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
0329dd2b3c
|
|||
|
ee3dd23b36
|
|||
|
0e00f8d5d1
|
@@ -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
|
||||||
|
|||||||
1
TODO.md
1
TODO.md
@@ -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
|
||||||
|
|||||||
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user