diff --git a/enclosure/cutouts.scad b/enclosure/cutouts.scad index 48312e4..7d1b980 100644 --- a/enclosure/cutouts.scad +++ b/enclosure/cutouts.scad @@ -11,7 +11,7 @@ module usb_cutout() { // 14x12mm rocker switch with 21x15mm flange module switch_cutout() { - cube([14, 12, 11], true); // WIP + cube([14.2, 12.2, 30], true); } diff --git a/enclosure/fabula_enclosure.scad b/enclosure/fabula_enclosure.scad index 77c2c6d..d1ea38f 100644 --- a/enclosure/fabula_enclosure.scad +++ b/enclosure/fabula_enclosure.scad @@ -21,6 +21,7 @@ module fabula_enclosure_bottom() { // Cutouts translate([98.4, 29, 17]) rotate([0, -90, 0]) usb_cutout(); + translate([90, 5, 10]) rotate([90, 0, 0]) rotate([0, 90, 0]) #switch_cutout(); // TODO: Speaker cutout, lace hanger, switch cutout } } diff --git a/enclosure/internal_components.scad b/enclosure/internal_components.scad index c4b1c03..32a96c4 100644 --- a/enclosure/internal_components.scad +++ b/enclosure/internal_components.scad @@ -91,7 +91,7 @@ module battery_18650() { //speaker_50(); //speaker_80(); //li_ion_4056_charger_module(); -//switch(); -pcb(); +switch(); +//pcb(); //battery_18650(); //mechanical_switch();