Getting there

This commit is contained in:
XANTRONIX 2023-11-11 16:50:11 -05:00
parent d8426e7f90
commit 16ab969f7a

View file

@ -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) {