Whoops
This commit is contained in:
parent
dd1c6ae3fc
commit
a4f2aefe29
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ module keyboard_base_plate(pcb_width, pcb_height) {
|
||||||
|
|
||||||
for (x = vertical) {
|
for (x = vertical) {
|
||||||
side([x, 0 - pcb_clearance_edge, 0],
|
side([x, 0 - pcb_clearance_edge, 0],
|
||||||
[pcb_height, thickness * 2, pcb_clearance_edge]);
|
[thickness * 2, pcb_height, pcb_clearance_edge]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue