Aggiunta gestione nuova feature 1/0-80
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user