- in MultiDrill piccole correzioni

This commit is contained in:
luca.mazzoleni
2025-02-12 11:19:23 +01:00
parent a27566031b
commit 0388dbdc0f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -590,7 +590,7 @@ function WPD.Make( Proc, nRawId, b3Raw, bUseMultiDrill, DrillingsToAvoid)
bOk = WPD.Make( Proc, nRawId, b3Raw, true, TriedDrillings)
-- non trovata lavorazione, si prova con le lavorazioni singole
if not bOk then
for i = 1, #Proc.SkippedGeometries do
for i = #Proc.SkippedGeometries, 1, -1 do
for j = 1, #Proc.OtherGeometries do
local AuxIdOtherGeometry = EgtGetInfo( Proc.OtherGeometries[j].Id, 'AUXID', 'i') or 0
if AuxIdOtherGeometry then AuxIdOtherGeometry = AuxIdOtherGeometry + Proc.OtherGeometries[j].Id end