Declare PCB thickness
This commit is contained in:
parent
2541d1a5a0
commit
20c3784c67
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
$fn = 72;
|
||||
|
||||
pcb_width = 257.175;
|
||||
pcb_length = 95.250;
|
||||
pcb_width = 257.175;
|
||||
pcb_length = 95.250;
|
||||
pcb_thickness = 1.6;
|
||||
|
||||
module keyboard_base_plate(pcb_width, pcb_length) {
|
||||
pcb_clearance_edge = 1.0;
|
||||
|
|
Loading…
Add table
Reference in a new issue