- La lettura dei parametri configurabili strategia (salvati su NGE) sono stati spostati in CalculateStrategies, dopo che sono state decise le dipendenze

- Piccole correzioni minori
This commit is contained in:
andrea.villa
2025-08-25 13:21:43 +02:00
parent fca9eff9a7
commit 43aa2f1b3b
3 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -403,7 +403,7 @@ local function GetParameters_Essetre( Proc, sStrategyIdToGet)
if sStrategyIdToGet == 'HEADCUT' then
-- eventuali informazioni da recuperare sulla feature sostituita
if Proc.SlaveProcIndexes then
local idSlaveProc = PROCESSINGS[Proc.idPart].Rotation[Proc.nCurrentRotation][Proc.SlaveProcIndexes[1]].id
local idSlaveProc = PROCESSINGS[Proc.nIndexPartInParts].Rotation[Proc.nCurrentRotation][Proc.SlaveProcIndexes[1]].id
local dDepthChamfer = EgtGetInfo( idSlaveProc or GDB_ID.NULL, 'Q06', 'd') or 0
table.insert( Parameters, { sName = 'dDepthChamfer', sValue = dDepthChamfer, sType = 'd'})