summaryrefslogtreecommitdiffstats
path: root/case
diff options
context:
space:
mode:
Diffstat (limited to 'case')
-rw-r--r--case/case.scad3
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) {