diff --git a/rack-mount/patch-panel/patchPanel.scad b/rack-mount/patch-panel/patchPanel.scad index 010370c..e96c970 100644 --- a/rack-mount/patch-panel/patchPanel.scad +++ b/rack-mount/patch-panel/patchPanel.scad @@ -27,7 +27,7 @@ module patchPanel(slots, plateThickness = 3, screwToXEdge = 4.5, screwToYEdge = translate([leftRailScrewToSlots + keystoneSpacing / 2 + i * keystoneSpacing, uDiff, -plateThickness]) let (slot = slots[i]) if (slot == 1) keystone1(outerWidth = keystoneSpacing, outerHeight = plateHeight); - else if (slot == 2) keystone2(outerWidth = keystoneSpacing, outerHeight = plateHeight); + else if (slot == 2) keystone2(plateThickness = plateThickness, outerWidth = keystoneSpacing, outerHeight = plateHeight); else if (slot == 3) plate(outerWidth = keystoneSpacing, outerHeight = plateHeight, thickness = plateThickness); else if (slot == 4) plate(outerWidth = keystoneSpacing, outerHeight = plateHeight, thickness = 5.9); else if (slot == 5) plate(outerWidth = keystoneSpacing, outerHeight = plateHeight, thickness = 9.9);