Fixed pcb supports

This commit is contained in:
2026-01-22 08:46:31 +01:00
parent f140d04d98
commit 2abfa54b92
3 changed files with 13 additions and 13 deletions

View File

@@ -45,10 +45,10 @@ module fabula_enclosure_top() {
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);
translate([-66.1, 30.1, -14.5]) pcb_support(pcb_screw_size);
translate([-66.1, -27.8, -14.5]) pcb_support(pcb_screw_size);
translate([64.1, 24.2, -14.5]) pcb_support(pcb_screw_size);
translate([64.1, -26.8, -14.5]) pcb_support(pcb_screw_size);
// Url
//translate([-80, -42, -22.5]) linear_extrude(height = 1.5, center = true) text("git.ichibi.eu/penguin86/Fabula", size = 6);