Actually make fins open up

This commit is contained in:
XANTRONIX 2023-11-14 19:18:31 -05:00
parent cada459b0c
commit 6063df9199

View file

@ -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);