diff options
author | XANTRONIX Development | 2023-11-14 12:34:14 -0500 |
---|---|---|
committer | XANTRONIX Development | 2023-11-14 12:34:14 -0500 |
commit | 36feeff347c9027f4c53ce9092f4e34848d097ff (patch) | |
tree | b53674a865f0f4df52e592b54f49131c423e5655 | |
parent | fae3345e24bcae1ddfb64b045ae3b9d7edf81dc3 (diff) | |
download | xantronix-z32-36feeff347c9027f4c53ce9092f4e34848d097ff.tar.gz xantronix-z32-36feeff347c9027f4c53ce9092f4e34848d097ff.tar.bz2 xantronix-z32-36feeff347c9027f4c53ce9092f4e34848d097ff.zip |
Apparently I can't count
-rw-r--r-- | case/top.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/case/top.scad b/case/top.scad index b27b3ff..df9fe2e 100644 --- a/case/top.scad +++ b/case/top.scad @@ -24,7 +24,7 @@ fin_width = 2.0000; fin_gap_width = 2.0000; fin_gap_length = 2.0000; fin_gap_height = 12.0000; -fin_gap_count = 33; +fin_gap_count = 32; fin_gap_x_first = keyboard_x_offset + keyboard_width - fin_gap_count * (fin_width + fin_gap_width); fin_gap_y_offset = case_length_bottom - fin_gap_length; |