diff options
Diffstat (limited to 'case')
-rw-r--r-- | case/top.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/case/top.scad b/case/top.scad index 4454ba2..6954a0a 100644 --- a/case/top.scad +++ b/case/top.scad @@ -81,7 +81,7 @@ module top_case(key_switch_sizes, pcb_screw_holes) { } } - module support(dimensions, width) { + module support(dimensions, width) { length = dimensions[0]; height = dimensions[1]; |