Yes, this is good

This commit is contained in:
XANTRONIX 2023-11-16 19:29:26 -05:00
parent 2dc7320a1f
commit 62855b75dc

View file

@ -112,6 +112,7 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
}
}
module supports() {
module support(dimensions, width) {
length = dimensions[0];
height = dimensions[1];
@ -159,7 +160,6 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
}
}
module supports() {
support_x_interval = (keyboard_width + 2 * wall_width - support_width) / 6;
support_x_offset = keyboard_x_offset - wall_width;