Compare commits

...

2 Commits

Author SHA1 Message Date
andrea.villa 69d41c02b0 Cambio versione 2026-06-08 14:40:15 +02:00
andrea.villa f5b79d6f6d Allineamento a common ver. 3.1f3 2026-06-08 14:30:34 +02:00
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -597,7 +597,7 @@ function OnMachiningEnd()
EmtOutput( sOut)
end
elseif not EMT.PREROT then
EmtOutput( '(M77)')
EmtOutput( 'M77')
end
end
end
+2 -2
View File
@@ -32,8 +32,8 @@
require( 'EmtGenerator')
EgtEnableDebug( false)
PP_VER = '3.1f2'
PP_NVER = '3.1.6.1'
PP_VER = '3.1f3'
PP_NVER = '3.1.6.3'
MIN_MACH_VER = '2.5k1'
MACH_NAME = EgtGetCurrMachineName()
+3
View File
@@ -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
+1 -1
View File
@@ -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
}