Rename supports() to keyboard_supports()

This commit is contained in:
XANTRONIX 2023-11-20 00:56:58 -05:00
parent 76c0a83969
commit 1e56b160af

View file

@ -72,7 +72,7 @@ module top_case(with_keyboard=false) {
} }
} }
module supports() { module keyboard_supports() {
support_width = 1.2500; support_width = 1.2500;
support_height = keyboard_switch_height - wall_width; support_height = keyboard_switch_height - wall_width;
@ -209,7 +209,7 @@ module top_case(with_keyboard=false) {
screw_posts(); screw_posts();
if (with_keyboard) { if (with_keyboard) {
supports(); keyboard_supports();
translate([keyboard_x_offset, keyboard_y_offset, keyboard_deck_z_offset]) translate([keyboard_x_offset, keyboard_y_offset, keyboard_deck_z_offset])
keyboard_deck(wall_width); keyboard_deck(wall_width);