- Aggiunta chiamata strategia in BasicCustomerStrategies

- Calcolo parametri aggiuntivi
- Prima bozza (non funzionante) della strategia
This commit is contained in:
andrea.villa
2025-01-02 16:41:36 +01:00
parent ad112ca6c3
commit e9d71ab75e
3 changed files with 144 additions and 16 deletions
+2
View File
@@ -215,6 +215,7 @@ local function GetStrategies_Egalware( Proc)
---------------------------------------------------------------------
-- Feature : Dovetail Tenon
elseif ID.IsDovetailTenon( Proc) then
Strategies = { { sStrategyId = 'STR0001'}}
---------------------------------------------------------------------
-- Feature : Dovetail Mortise
elseif ID.IsDovetailMortise( Proc) then
@@ -473,6 +474,7 @@ local function GetStrategies_Essetre( Proc)
---------------------------------------------------------------------
-- Feature : Dovetail Tenon
elseif ID.IsDovetailTenon( Proc) then
Strategies = { { sStrategyId = 'STR0001'}}
---------------------------------------------------------------------
-- Feature : Dovetail Mortise
elseif ID.IsDovetailMortise( Proc) then