Declare PCB thickness

This commit is contained in:
XANTRONIX 2023-11-13 13:19:34 -05:00
parent 2541d1a5a0
commit 20c3784c67

View file

@ -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;