- In Long2Cut, in implemento Q05 come LongCut, aggiunte puliture.

- In Dovetail correzione per variabile sMilling portata da globale a locale.
This commit is contained in:
luca.mazzoleni
2023-11-24 15:23:52 +01:00
parent e82a8c9c1f
commit 344467a500
3 changed files with 46 additions and 9 deletions
+1 -1
View File
@@ -1684,7 +1684,7 @@ local function MakeByMill( Proc, nPhase, nRawId, nPartId, dOvmHead, b3Raw, b3Sol
end
-- determino il massimo affondamento con l'utensile
local sMchFind = 'Long2Cut'
sMilling = ML.FindMilling( sMchFind)
local sMilling = ML.FindMilling( sMchFind)
if not sMilling then
local sErr = 'Milling not found in library : Error on Dovetail ' .. tostring( Proc.Id)
EgtOutLog( sErr)