Compare commits

..

No commits in common. "b704f158db234d4c85da9612889c6b14f5aa9b4a" and "679d3025fead6f241ff9e8793020d4f7fefc3006" have entirely different histories.

6 changed files with 4 additions and 8 deletions

View File

@ -11,8 +11,4 @@ Notes for "next time".
adding 5mm to the frame should leave a couple mm for support to get added back 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 * 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 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? * Engraving some cosmetic stuff? Or maybe a place to mount other plates?

View File

@ -18,7 +18,7 @@
include <components.scad> include <components.scad>
module neutrik_d_plate_20mm() { module spdt_neutrik_d_plate() {
difference() { difference() {
cube([30, 35, 2], center=true); cube([30, 35, 2], center=true);
translate([9.5, 12, 0]) neutrik_d_screw_hole(); 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();

View File

@ -18,7 +18,7 @@
include <components.scad> include <components.scad>
module neutrik_d_plate_24mm() { module spdt_neutrik_d_plate() {
difference() { difference() {
cube([30, 35, 2], center=true); cube([30, 35, 2], center=true);
translate([9.5, 12, 0]) neutrik_d_screw_hole(); 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();