- Completato strategia STR0014
- Migliorata gestione pezzo invertito - Corretto problema scelta combinazione migliore - In STR0001 corretto nome variabile - In STR0011 (foro) cambiato messaggio warning in caso di lavorazione non completa - In BLADETOWASTE se taglio troncante, si setta da fare dopo taglio coda
This commit is contained in:
@@ -684,7 +684,7 @@ function MachiningLib.GetAvailableToolList( Proc, sToolList, sType)
|
||||
ToolList = BCS.GetToolsFromMachiningDataFile( Proc, sType)
|
||||
-- se arriva da JSON o NGE
|
||||
else
|
||||
if #sToolList > 0 then
|
||||
if sToolList and #sToolList > 0 then
|
||||
local List = EgtSplitString( sToolList)
|
||||
for i = 1, #List do
|
||||
table.insert( ToolList, { sName = List[i]})
|
||||
@@ -1130,7 +1130,7 @@ function MachiningLib.AddOperations( vProc, Part, sRotation)
|
||||
MACHININGS.Info.bSplitPhase = EgtGetCurrPhase()
|
||||
|
||||
-- se combinazione prevede inversione, si gira il pezzo
|
||||
if Part.bPartIsInverted then
|
||||
if Part.bPartInCombiIsInverted and not Part.bIsInverted then
|
||||
BeamLib.InvertRawPart( Part, 2)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user