PCB supports
This commit is contained in:
@@ -7,6 +7,7 @@ use <cutouts.scad>
|
||||
// TODO: open hardware logo, Fabula logo, cutouts for components and buttons, tag slot with led mount
|
||||
|
||||
box_cut_height = 10;
|
||||
pcb_screw_size = 3;
|
||||
|
||||
module fabula_enclosure_bottom() {
|
||||
difference() {
|
||||
@@ -37,9 +38,13 @@ module fabula_enclosure_bottom() {
|
||||
module fabula_enclosure_top() {
|
||||
difference() {
|
||||
union() {
|
||||
box();
|
||||
//box();
|
||||
|
||||
// Supports
|
||||
translate([-66.1, 30.1, -16.2]) #pcb_support(pcb_screw_size);
|
||||
translate([-66.1, -27.8, -16.2]) #pcb_support(pcb_screw_size);
|
||||
translate([64.1, 24.2, -16.2]) #pcb_support(pcb_screw_size);
|
||||
translate([64.1, -26.8, -16.2]) #pcb_support(pcb_screw_size);
|
||||
}
|
||||
|
||||
// Cutouts
|
||||
|
||||
Reference in New Issue
Block a user