Essetre-PF1250 :

- piccoli ritocchi.
This commit is contained in:
DarioS
2023-02-23 09:15:29 +01:00
parent 9bb7ecc77c
commit 69e2c196f4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -618,7 +618,7 @@ function OnSimulMachiningEnd()
end
EMT.MCHSPLIT = nil
EMT.SPLIT = nil
if EMT.DOU_TYPE and not EMT.ZMAX then EMT.DOU_TO_ZMAX = true end
if EMT.DOU_TYPE and not EMT.ZMAX then EMT.DOU_TO_ZMAX = EMT.DOU_TYPE end
EMT.DOU_TYPE = nil
EMT.DOU_TOOL = nil
end
+1 -1
View File
@@ -203,7 +203,7 @@ local function GetNextStartOrRestPhase( nPhase)
end
---------------------------------------------------------------------
function GetPhaseRot( nPhase)
local function GetPhaseRot( nPhase)
return ( EgtGetInfo( EgtGetPhaseDisposition( nPhase) or GDB_ID.NULL, 'ROT', 'i') or 0)
end