- aggiornate AvailableStrategies

This commit is contained in:
luca.mazzoleni
2025-05-21 17:05:28 +02:00
parent ff8a753d65
commit eb05b74a44
2 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -61,11 +61,11 @@ local function GetStrategies_Egalware( Proc)
---------------------------------------------------------------------
-- Feature : Double Cut (1-11)
elseif ID.IsDoubleCut( Proc) then
Strategies = { { sStrategyId = 'STR0002'}, { sStrategyId = 'STR0005'}}
Strategies = { { sStrategyId = 'STR0002'}, { sStrategyId = 'STR0005'}, { sStrategyId = 'STR0010'}}
---------------------------------------------------------------------
-- Feature : Ridge or Valley Cut (0-12)
elseif ID.IsDoubleLongitudinalCut( Proc) then
Strategies = { { sStrategyId = 'STR0005'}, { sStrategyId = 'STR0010'}}
Strategies = { { sStrategyId = 'STR0002'}, { sStrategyId = 'STR0005'}, { sStrategyId = 'STR0010'}}
---------------------------------------------------------------------
-- Feature : Saw Cut (0-13)
elseif ID.IsSawCut( Proc) then