Getting there
This commit is contained in:
parent
d8426e7f90
commit
16ab969f7a
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ module keyboard_base_plate(pcb_width, pcb_height) {
|
|||
pcb_clearance_edge = 1.0;
|
||||
pcb_clearance_bottom = 2.0;
|
||||
|
||||
thickness = 1.0;
|
||||
thickness = 2.0;
|
||||
height = 14.0;
|
||||
corner_radius = thickness / 2.0;
|
||||
|
||||
module round_corner(translation, rotation) {
|
||||
|
|
Loading…
Add table
Reference in a new issue