This commit is contained in:
XANTRONIX 2023-11-12 21:13:18 -05:00
parent dd1c6ae3fc
commit a4f2aefe29

View file

@ -100,7 +100,7 @@ module keyboard_base_plate(pcb_width, pcb_height) {
for (x = vertical) {
side([x, 0 - pcb_clearance_edge, 0],
[pcb_height, thickness * 2, pcb_clearance_edge]);
[thickness * 2, pcb_height, pcb_clearance_edge]);
}
}