Aggiunto start e wait del movimento pinze se EMT.LASTOISBRAKE = true

This commit is contained in:
daniele.nicoli
2026-04-22 08:19:00 +02:00
parent c06e5c334e
commit ec0e8b479a
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -322,6 +322,8 @@ function OnDispositionEnd()
end
else
EMT.LASTOISBRAKE = nil
EmitMoveStartChars( nMoveType)
EmitMoveWaitChars( nMoveType)
end
-- emissione conclusione pezzo precedente (se non in modalità test)
if not TEST_USE and EMT.PRODID then
+1 -1
View File
@@ -5,7 +5,7 @@
require( 'EmtGenerator')
EgtEnableDebug( false)
PP_VER = '3.1a2_DEV19'
PP_VER = '3.1a2_DEV20'
PP_NVER = '3.1.1.2'
MIN_MACH_VER = '2.7d2'
MACH_NAME = EgtGetCurrMachineName()