Compare commits
No commits in common. "b704f158db234d4c85da9612889c6b14f5aa9b4a" and "679d3025fead6f241ff9e8793020d4f7fefc3006" have entirely different histories.
b704f158db
...
679d3025fe
4
TODO.md
4
TODO.md
@ -11,8 +11,4 @@ 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 neutrik_d_plate_20mm() {
|
||||
module spdt_neutrik_d_plate() {
|
||||
difference() {
|
||||
cube([30, 35, 2], center=true);
|
||||
translate([9.5, 12, 0]) neutrik_d_screw_hole();
|
||||
@ -28,4 +28,4 @@ module neutrik_d_plate_20mm() {
|
||||
}
|
||||
}
|
||||
|
||||
neutrik_d_plate_20mm();
|
||||
spdt_neutrik_d_plate();
|
@ -18,7 +18,7 @@
|
||||
|
||||
include <components.scad>
|
||||
|
||||
module neutrik_d_plate_24mm() {
|
||||
module spdt_neutrik_d_plate() {
|
||||
difference() {
|
||||
cube([30, 35, 2], center=true);
|
||||
translate([9.5, 12, 0]) neutrik_d_screw_hole();
|
||||
@ -27,4 +27,4 @@ module neutrik_d_plate_24mm() {
|
||||
}
|
||||
}
|
||||
|
||||
neutrik_d_plate_24mm();
|
||||
spdt_neutrik_d_plate();
|
Loading…
x
Reference in New Issue
Block a user