Rename supports() to keyboard_supports()
This commit is contained in:
parent
76c0a83969
commit
1e56b160af
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ module top_case(with_keyboard=false) {
|
|||
}
|
||||
}
|
||||
|
||||
module supports() {
|
||||
module keyboard_supports() {
|
||||
support_width = 1.2500;
|
||||
support_height = keyboard_switch_height - wall_width;
|
||||
|
||||
|
@ -209,7 +209,7 @@ module top_case(with_keyboard=false) {
|
|||
screw_posts();
|
||||
|
||||
if (with_keyboard) {
|
||||
supports();
|
||||
keyboard_supports();
|
||||
|
||||
translate([keyboard_x_offset, keyboard_y_offset, keyboard_deck_z_offset])
|
||||
keyboard_deck(wall_width);
|
||||
|
|
Loading…
Add table
Reference in a new issue