add option to center patch panel

This commit is contained in:
jazwa
2025-02-08 12:14:45 -05:00
parent 1487717966
commit 0bd69808b4
3 changed files with 15 additions and 7 deletions

View File

@ -14,13 +14,14 @@ module patchPanelSystem (
numSlots = 8,
plateThickness = 3,
keystoneSpacing = 19
keystoneSpacing = 19,
center = false
// end config //////////////////////////////////////////////////////////////////////////////////////////////////////////
) {
mirror(v = [0, 0, 1])
patchPanel(slots = numSlots);
patchPanel(slots = numSlots, center=center);
}
patchPanelSystem();
patchPanelSystem();