diff options
author | XANTRONIX Development | 2023-11-15 17:56:52 -0500 |
---|---|---|
committer | XANTRONIX Development | 2023-11-15 17:56:52 -0500 |
commit | 1b3ce06bfa00f6565c4f28337f8b770b1b471b20 (patch) | |
tree | 14e5488e835b09fd2615ea23d0a7bdb04f33df48 /case | |
parent | 249c98bb23374dd032b8bfa5dba280e87fff8ec7 (diff) | |
download | xantronix-z32-1b3ce06bfa00f6565c4f28337f8b770b1b471b20.tar.gz xantronix-z32-1b3ce06bfa00f6565c4f28337f8b770b1b471b20.tar.bz2 xantronix-z32-1b3ce06bfa00f6565c4f28337f8b770b1b471b20.zip |
Whoops
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]; |