diff options
author | XANTRONIX Development | 2023-11-11 16:50:11 -0500 |
---|---|---|
committer | XANTRONIX Development | 2023-11-11 16:50:11 -0500 |
commit | 16ab969f7a15c08b447eb5483b47fdcc526319cf (patch) | |
tree | 247d53492d56ea75f9fa01af5fc89365fd9664f4 | |
parent | d8426e7f90986329907fe6a4e13dbef0b5f45fdb (diff) | |
download | xantronix-z32-16ab969f7a15c08b447eb5483b47fdcc526319cf.tar.gz xantronix-z32-16ab969f7a15c08b447eb5483b47fdcc526319cf.tar.bz2 xantronix-z32-16ab969f7a15c08b447eb5483b47fdcc526319cf.zip |
Getting there
-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) { |