Character platform and retainer ring

This commit is contained in:
2026-01-10 16:12:43 +01:00
parent 68bd7537ff
commit c418623cd0
5 changed files with 74 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ use <cutouts.scad>
// FABULA open source storyteller enclosure
// TODO: open hardware logo, Fabula logo, move switch cutout, tag slot with led mount
// TODO: open hardware logo, Fabula logo, tag slot with led mount
box_cut_height = 10;
pcb_screw_size = 3;
@@ -53,6 +53,7 @@ module fabula_enclosure_top() {
translate([35.5, -12.5, -30]) keycap();
translate([44.5, 23.5, -30]) keycap();
translate([61, -2, -30]) keycap();
translate([-50, 0, -30.5]) rotate([0, 0, 90]) character_retainer_cutout();
}
}