Don't need that there

This commit is contained in:
XANTRONIX 2023-11-20 00:53:27 -05:00
parent e6c5777269
commit 76c0a83969

View file

@ -75,7 +75,6 @@ module top_case(with_keyboard=false) {
module supports() { module supports() {
support_width = 1.2500; support_width = 1.2500;
support_height = keyboard_switch_height - wall_width; 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_interval = (keyboard_pcb_width + 2 * wall_width - support_width) / 6;
support_x_offset = keyboard_x_offset - wall_width; support_x_offset = keyboard_x_offset - wall_width;