diff --git a/Common_ONE-PF.NUM.mlpe b/Common_ONE-PF.NUM.mlpe index 0e981de..dceac1c 100644 --- a/Common_ONE-PF.NUM.mlpe +++ b/Common_ONE-PF.NUM.mlpe @@ -597,7 +597,7 @@ function OnMachiningEnd() EmtOutput( sOut) end elseif not EMT.PREROT then - EmtOutput( '(M77)') + EmtOutput( 'M77') end end end diff --git a/UpdateLog.txt b/UpdateLog.txt index a3cc700..786ad53 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Common_ONE-PF Update Log ==== +Versione 3.1f3 (08/06/2026) +- (GEN) M77 viene ora eseguita, prima era commentata. + Versione 3.1f2 (05/06/2026) - (MLDE-GEN) Aggiunti parametri di limite asse X per decidere se fare preselezione su altra testa. Serve modifica MLDE diff --git a/Version.lua b/Version.lua index f94beaa..480e487 100644 --- a/Version.lua +++ b/Version.lua @@ -3,7 +3,7 @@ local InfoCommon_STD_PP = { NAME = 'Common_ONE-PF', -- nome script PP standard - VERSION = '3.1f2', -- versione script + VERSION = '3.1f3', -- versione script MIN_MACH_VER_PP_COMMON = '3.1b2' -- versione minima kernel }