Nuovo parametro configurabile

This commit is contained in:
andrea.villa
2025-07-17 16:20:34 +02:00
parent fd4e761c36
commit 3c1925ed29
2 changed files with 12 additions and 4 deletions
+12 -2
View File
@@ -1,6 +1,6 @@
{
"sStrategyId": "STR0013",
"sStrategyName": "Hole with Drillbit",
"sStrategyName": "Hole with Mill",
"ParameterList" : [
{
"sName": "dDiameterTolerance",
@@ -12,11 +12,21 @@
"sMessageId": " ",
"sMinUserLevel": "1"
},
{
"sName": "bUseMillAsDrill",
"sNameNge": "DRILLMILL",
"sValue": "0",
"sDescriptionShort": "Use mill as a drillbit",
"sDescriptionLong": "Admit to use the mill as a drillbit",
"sType": "b",
"sMessageId": " ",
"sMinUserLevel": "1"
},
{
"sName": "sDrillingMode",
"sNameNge": "DRILLING_MODE",
"sValue": "AUTO",
"sDescriptionShort": "Cutting Strategy",
"sDescriptionShort": "Drilling mode",
"sDescriptionLong": "",
"sType": "combo",
"sMinUserLevel": "1",
-2
View File
@@ -14,8 +14,6 @@ local FeatureLib = require( 'FeatureLib')
local STR0013 = {}
local Strategy = {}
-- TODO Da fare completamente gestione foratura doppia con 2 teste
-------------------------------------------------------------------------------------------------------------
function GetDrillingStrategy( Proc, Part)
local ToolSearchParameters = {}