add missing instructions
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
$fn=64;
|
||||
// TODO move these to math
|
||||
eps=0.00001;
|
||||
eps=0.0001;
|
||||
|
||||
inf10 = 10;
|
||||
inf50 = 50;
|
||||
|
||||
@ -58,6 +58,11 @@ function heatSetInsertSlotRadiusSlacked(screwType) =
|
||||
? m3HeatSetInsertSlotRadiusSlacked
|
||||
: error("Unsupported screw type");
|
||||
|
||||
function heatSetInsertSlotHeightSlacked(screwType) =
|
||||
(screwType == "m3")
|
||||
? m3HeatSetInsertSlotHeightSlacked
|
||||
: error("Unsupported screw type");
|
||||
|
||||
function screwRadiusSlacked(screwType) =
|
||||
(screwType == "m3")
|
||||
? m3RadiusSlacked
|
||||
|
||||
Reference in New Issue
Block a user