Compare commits

...

2 Commits

Author SHA1 Message Date
b704f158db
start v3 TODO 2023-09-05 11:47:50 -05:00
5177090625
rename some misc files for consistency/sorting 2023-09-05 10:41:59 -05:00
6 changed files with 8 additions and 4 deletions

View File

@ -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?

View File

@ -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();

View File

@ -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();