- Prima versione strategia Mortasa a coda di rondine STR0007

- Modifiche a librerie per gestione strategia
This commit is contained in:
andrea.villa
2025-03-20 12:50:54 +01:00
parent 76e00c211e
commit 5032edc79a
4 changed files with 531 additions and 4 deletions
+4
View File
@@ -221,9 +221,11 @@ local function GetStrategies_Egalware( Proc)
---------------------------------------------------------------------
-- Feature : Dovetail Mortise
elseif ID.IsDovetailMortise( Proc) then
Strategies = { { sStrategyId = 'STR0007'}}
---------------------------------------------------------------------
-- Feature : Dovetail Mortise Front
elseif ID.IsFrontDovetailMortise( Proc) then
Strategies = { { sStrategyId = 'STR0007'}}
---------------------------------------------------------------------
-- Feature : Marking
elseif ID.IsMarking( Proc) then
@@ -481,9 +483,11 @@ local function GetStrategies_Essetre( Proc)
---------------------------------------------------------------------
-- Feature : Dovetail Mortise
elseif ID.IsDovetailMortise( Proc) then
Strategies = { { sStrategyId = 'STR0007'}}
---------------------------------------------------------------------
-- Feature : Dovetail Mortise Front
elseif ID.IsFrontDovetailMortise( Proc) then
Strategies = { { sStrategyId = 'STR0007'}}
---------------------------------------------------------------------
-- Feature : Marking
elseif ID.IsMarking( Proc) then