From 343298e87f89be9ccb6e607651c4eef948e12c3a Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Mon, 29 Jul 2024 09:53:59 +0200 Subject: [PATCH] Viene ripristinato il tipo di arco corretto --- Common_ONE-PF.NUM.mlpe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Common_ONE-PF.NUM.mlpe b/Common_ONE-PF.NUM.mlpe index fdf30d0..ba5c8a0 100644 --- a/Common_ONE-PF.NUM.mlpe +++ b/Common_ONE-PF.NUM.mlpe @@ -1598,9 +1598,10 @@ function OnArc() EmtGetAxis('R2')..EmtGetAxis('R1') EmtOutput( sOut) -- aggiorno precedenti + local nOriginalMove = EMT.MOVE EMT.MOVE = 0 EmtUpdatePrev() - EMT.MOVE = 1 + EMT.MOVE = nOriginalMove -- ripristino posizione attuale EMT.L1 = OldL1 EMT.L2 = OldL2