update slacks and ybar-plate connector
This commit is contained in:
@ -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
|
||||
|
||||
@ -20,6 +20,6 @@ radiusXYSlack = xySlack/2;
|
||||
|
||||
zSlack = 0.0; // TODO figure out nice default value for this. keep in mind z shrinkage
|
||||
|
||||
overhangSlack = 0.9;
|
||||
overhangSlack = 0.4;
|
||||
|
||||
supportedOverhangSlack = 0.9;
|
||||
supportedOverhangSlack = 0.4;
|
||||
|
||||
Reference in New Issue
Block a user