From bdeb9a60cb3c7b57f8acdae4ee4441190f677646 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Wed, 15 Nov 2023 21:04:27 -0500 Subject: Make supports a bit thinner to unobstruct vents --- case/top.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/case/top.scad b/case/top.scad index 2be2c06..eb19477 100644 --- a/case/top.scad +++ b/case/top.scad @@ -43,7 +43,7 @@ module top_case(key_switch_sizes, pcb_screw_holes) { vent_x_first = keyboard_x_offset + keyboard_width - vent_count * (vent_width + vent_width); vent_y_offset = case_length_bottom - vent_length; - support_width = 2.0000; + support_width = 1.2500; module fascia() { linear_extrude(wall_width) -- cgit v1.2.3