update slacks and ybar-plate connector

This commit is contained in:
zhao
2023-04-14 15:37:28 -04:00
parent eee6064e46
commit cf304c1f4a
16 changed files with 117884 additions and 117135 deletions

View File

@ -53,6 +53,11 @@ module heatSetInsertSlot_N(screwType, topExtension=inf50) {
}
}
function heatSetInsertSlotRadiusSlacked(screwType) =
(screwType == "m3")
? m3HeatSetInsertSlotRadiusSlacked
: error("Unsupported screw type");
function screwRadiusSlacked(screwType) =
(screwType == "m3")
? m3RadiusSlacked