Nuovo parametro configurabile
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user