From 1c0cfdfd220669b36ab18b8bb16d5f180cca9838 Mon Sep 17 00:00:00 2001 From: "daniele.nicoli" Date: Wed, 27 May 2026 11:46:43 +0200 Subject: [PATCH] Forza scrittura di tutti gli assi lineari nel G142 --- Common_ONE-PF.NUM.mlpe | 7 ++++--- Essetre-ONE.mlde | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) 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()