Aggiunta gestione nuova feature 1/0-80

This commit is contained in:
andrea.villa
2025-05-23 09:21:12 +02:00
parent bbd5c67f65
commit d580a0fe08
3 changed files with 29 additions and 21 deletions
+4
View File
@@ -297,9 +297,11 @@ local function GetStrategies_Egalware( Proc)
---------------------------------------------------------------------
-- Feature : Step Joint (1-80)
elseif ID.IsStepJoint( Proc) then
Strategies = { { sStrategyId = 'STR0002'}, { sStrategyId = 'STR0010'}}
---------------------------------------------------------------------
-- Feature : Step Joint Notch (0-80)
elseif ID.IsStepJointNotch( Proc) then
Strategies = { { sStrategyId = 'STR0002'}, { sStrategyId = 'STR0010'}}
---------------------------------------------------------------------
-- Feature : Planing (0-90)
elseif ID.IsPlaning( Proc) then
@@ -619,9 +621,11 @@ local function GetStrategies_Essetre( Proc)
---------------------------------------------------------------------
-- Feature : Step Joint (1-80)
elseif ID.IsStepJoint( Proc) then
Strategies = { { sStrategyId = 'STR0002'}, { sStrategyId = 'STR0010'}}
---------------------------------------------------------------------
-- Feature : Step Joint Notch (0-80)
elseif ID.IsStepJointNotch( Proc) then
Strategies = { { sStrategyId = 'STR0002'}, { sStrategyId = 'STR0010'}}
---------------------------------------------------------------------
-- Feature : Planing (0-90)
elseif ID.IsPlaning( Proc) then