diff options
author | XANTRONIX Development | 2023-11-12 00:33:42 -0500 |
---|---|---|
committer | XANTRONIX Development | 2023-11-12 00:33:42 -0500 |
commit | ceb09681ec929780646d004934bfc3c680e17835 (patch) | |
tree | 41b56fb2cc63f968fe4d4fd1840ffe9273e12a7b | |
parent | f726a5e46f996e66a26d8f2e2c0b9d792835b921 (diff) | |
download | xantronix-z32-ceb09681ec929780646d004934bfc3c680e17835.tar.gz xantronix-z32-ceb09681ec929780646d004934bfc3c680e17835.tar.bz2 xantronix-z32-ceb09681ec929780646d004934bfc3c680e17835.zip |
Fix typos
-rw-r--r-- | case/case.scad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/case/case.scad b/case/case.scad index 5c7def2..f846a22 100644 --- a/case/case.scad +++ b/case/case.scad @@ -17,7 +17,7 @@ module keyboard_base_plate(pcb_width, pcb_height) { [ 4.8150, 85.7250], [ 47.4822, 85.7250], [ 85.8150, 85.7250], - [123,8150, 85.7250], + [123.8150, 85.7250], [161.8150, 85.7250], [199.8150, 85.7250], [251.3150, 66.6750], @@ -116,7 +116,7 @@ module keyboard_base_plate(pcb_width, pcb_height) { -2 * pcb_clearance_edge, 0], [270, 90, 0], 2 * thickness + pcb_height); - /* Upper right wall corner */ + /* Upper right wall corner */ wall_corner([2 * pcb_clearance_edge + pcb_width, 2 * pcb_clearance_edge + pcb_height, 0], [0, 0, 0], |