diff options
-rw-r--r-- | case/case.scad | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/case/case.scad b/case/case.scad index 009ceb4..2a6c6f5 100644 --- a/case/case.scad +++ b/case/case.scad @@ -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) { |