add angle bracket mounting system

This commit is contained in:
jazwa
2024-10-19 17:30:32 -04:00
parent d3da0510ba
commit c1c93a3dd5
20 changed files with 76 additions and 6 deletions

View File

@ -81,7 +81,8 @@ ASSEMBLY_STEPS = [
MOUNT_ANIMATIONS = [
('enclosed-box', 32),
('tray', 32),
('patch-panel', 32)
('patch-panel', 32),
('angle-bracket', 32)
]
def main():