diff --git a/Common_ONE-PF.NUM.mlpe b/Common_ONE-PF.NUM.mlpe index c5d340a..60c6967 100644 --- a/Common_ONE-PF.NUM.mlpe +++ b/Common_ONE-PF.NUM.mlpe @@ -1157,14 +1157,15 @@ function OnRapid() -- trasformo i punti nel piano MyAdjustLinearAxes() EmtAdjustRotaryAxes() + -- annullo precedenti per forzare scrittura + EMT.L1p = nil + EMT.L2p = nil + EMT.L3p = nil local sDouFlag = EgtIf( EMT.DOU_TYPE, ' EE1', '') EmtOutput( 'G142'..EmtGetAxis('L1')..EmtGetAxis('L2')..EmtGetAxis('L3')..EMT.IPLGLSTR..EgtIf( nHSet~=2, ' EU1', ' EU2')..sDouFlag..' EF'..GetFmaxClamp()) EMT.PLANEACTIVE = true - -- EMT.L1p = nil - -- EMT.L2p = nil - -- EMT.L3p = nil -- annullo precedenti per forzare scrittura EMT.R1p = nil EMT.R2p = nil diff --git a/Essetre-ONE.mlde b/Essetre-ONE.mlde index c0f090b..2e59bc3 100644 --- a/Essetre-ONE.mlde +++ b/Essetre-ONE.mlde @@ -32,7 +32,7 @@ require( 'EmtGenerator') EgtEnableDebug( false) -PP_VER = '3.1e1_NL8' +PP_VER = '3.1e1_NL9' PP_NVER = '3.1.3.2' MIN_MACH_VER = '2.5k1' MACH_NAME = EgtGetCurrMachineName()