Keycaps cutouts
This commit is contained in:
@@ -23,7 +23,7 @@ module fabula_enclosure_bottom() {
|
||||
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();
|
||||
translate([-65, -40, 25]) speaker_grille();
|
||||
// TODO: Speaker cutout, lace hanger, switch cutout
|
||||
// TODO: lace hanger
|
||||
}
|
||||
|
||||
// Speaker grille reinforcements
|
||||
@@ -35,12 +35,19 @@ module fabula_enclosure_bottom() {
|
||||
}
|
||||
|
||||
module fabula_enclosure_top() {
|
||||
box();
|
||||
|
||||
// Supports
|
||||
|
||||
// Cutouts
|
||||
difference() {
|
||||
union() {
|
||||
box();
|
||||
|
||||
// Supports
|
||||
}
|
||||
|
||||
// Cutouts
|
||||
translate([20, 13.5, -30]) keycap();
|
||||
translate([35.5, -12.5, -30]) keycap();
|
||||
translate([44.5, 23.5, -30]) keycap();
|
||||
translate([61, -2, -30]) keycap();
|
||||
}
|
||||
}
|
||||
|
||||
translate([0, -60, 0]) rotate([180, 0, 0]) fabula_enclosure_bottom();
|
||||
|
||||
Reference in New Issue
Block a user