diff options
author | XANTRONIX Development | 2023-11-20 00:53:27 -0500 |
---|---|---|
committer | XANTRONIX Development | 2023-11-20 00:53:27 -0500 |
commit | 76c0a83969fb1cd852c70da075d5e1fcbee2d0dc (patch) | |
tree | 76bfe0df3551e93b4b368833ea9e7616c3b7320c | |
parent | e6c57772693c529094adcbd1e4b79d22c2b389b0 (diff) | |
download | xantronix-z32-76c0a83969fb1cd852c70da075d5e1fcbee2d0dc.tar.gz xantronix-z32-76c0a83969fb1cd852c70da075d5e1fcbee2d0dc.tar.bz2 xantronix-z32-76c0a83969fb1cd852c70da075d5e1fcbee2d0dc.zip |
Don't need that there
-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; |