add missing instructions

This commit is contained in:
zhao
2023-05-12 17:00:47 -04:00
parent 2f379fc744
commit ac9cd7c96e
8 changed files with 111 additions and 25 deletions

View File

@ -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