diff options
-rw-r--r-- | case/top.scad | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/case/top.scad b/case/top.scad index 0ce979e..698f378 100644 --- a/case/top.scad +++ b/case/top.scad @@ -75,7 +75,6 @@ module top_case(with_keyboard=false) { module supports() { support_width = 1.2500; support_height = keyboard_switch_height - wall_width; - aspect_ratio = 3.75 / 12.0; support_x_interval = (keyboard_pcb_width + 2 * wall_width - support_width) / 6; support_x_offset = keyboard_x_offset - wall_width; |