diff options
Diffstat (limited to 'case')
-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; |