summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXANTRONIX Development2023-11-14 19:18:31 -0500
committerXANTRONIX Development2023-11-14 19:18:31 -0500
commit6063df9199d7b36f24e4e93a6c42c1a8d84b9fa0 (patch)
tree7ddcdf815bd8dbf9b432fe79e17289c8dbade834
parentcada459b0cea9640dc73a2927f8519a93efb0ddc (diff)
downloadxantronix-z32-6063df9199d7b36f24e4e93a6c42c1a8d84b9fa0.tar.gz
xantronix-z32-6063df9199d7b36f24e4e93a6c42c1a8d84b9fa0.tar.bz2
xantronix-z32-6063df9199d7b36f24e4e93a6c42c1a8d84b9fa0.zip
Actually make fins open up
-rw-r--r--case/top.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/case/top.scad b/case/top.scad
index 73e7b4d..f316704 100644
--- a/case/top.scad
+++ b/case/top.scad
@@ -61,7 +61,7 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
fin_width = 2.0000;
fin_gap_width = 2.0000;
- fin_gap_length = 2.0000;
+ fin_gap_length = wall_width;
fin_gap_height = 12.0000;
fin_gap_count = 32;
fin_gap_x_first = keyboard_x_offset + keyboard_width - fin_gap_count * (fin_width + fin_gap_width);