From 6063df9199d7b36f24e4e93a6c42c1a8d84b9fa0 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 14 Nov 2023 19:18:31 -0500 Subject: Actually make fins open up --- case/top.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3