summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--case/top.scad4
1 files changed, 2 insertions, 2 deletions
diff --git a/case/top.scad b/case/top.scad
index 698f378..d15c610 100644
--- a/case/top.scad
+++ b/case/top.scad
@@ -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);