Compare commits
2 Commits
679d3025fe
...
b704f158db
Author | SHA1 | Date | |
---|---|---|---|
b704f158db | |||
5177090625 |
4
TODO.md
4
TODO.md
@ -11,4 +11,8 @@ Notes for "next time".
|
||||
adding 5mm to the frame should leave a couple mm for support to get added back
|
||||
* PCB mount on `top-panel-dir_arc-plus-w-30mm-plus-one-with-mount.scad` doesn't leave room for a USB cable on the right
|
||||
hand side
|
||||
|
||||
## v3
|
||||
|
||||
* 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?
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
include <components.scad>
|
||||
|
||||
module spdt_neutrik_d_plate() {
|
||||
module neutrik_d_plate_20mm() {
|
||||
difference() {
|
||||
cube([30, 35, 2], center=true);
|
||||
translate([9.5, 12, 0]) neutrik_d_screw_hole();
|
||||
@ -28,4 +28,4 @@ module spdt_neutrik_d_plate() {
|
||||
}
|
||||
}
|
||||
|
||||
spdt_neutrik_d_plate();
|
||||
neutrik_d_plate_20mm();
|
@ -18,7 +18,7 @@
|
||||
|
||||
include <components.scad>
|
||||
|
||||
module spdt_neutrik_d_plate() {
|
||||
module neutrik_d_plate_24mm() {
|
||||
difference() {
|
||||
cube([30, 35, 2], center=true);
|
||||
translate([9.5, 12, 0]) neutrik_d_screw_hole();
|
||||
@ -27,4 +27,4 @@ module spdt_neutrik_d_plate() {
|
||||
}
|
||||
}
|
||||
|
||||
spdt_neutrik_d_plate();
|
||||
neutrik_d_plate_24mm();
|
Loading…
x
Reference in New Issue
Block a user