From ce9e336daad7ca0f46f9368affb2c19f19841368 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Mon, 4 Mar 2024 10:32:15 +0100 Subject: [PATCH] Aggiunta variabile 'MACH_NAME' in MLDE con nome macchina --- Common-PF1250.TPA.mlpe | 2 +- UpdateLog.txt | 3 ++- Version.lua | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Common-PF1250.TPA.mlpe b/Common-PF1250.TPA.mlpe index 7d81b06..d8403c5 100644 --- a/Common-PF1250.TPA.mlpe +++ b/Common-PF1250.TPA.mlpe @@ -6,7 +6,7 @@ local BD = require( 'BeamData') -- Variabili di modulo local CSP_INFO = INFO_STD_PP.NAME..' ver.'..INFO_STD_PP.VERSION..' by EgalWare s.r.l.' -local MACHINE_INFO = 'PP_VER ver.'..PP_VER +local MACHINE_INFO = MACH_NAME..' ver.'..PP_VER local TEST_USE = false diff --git a/UpdateLog.txt b/UpdateLog.txt index ce86108..e6e940e 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,7 +1,8 @@ ==== Common_PF1250 Update Log ==== -Versione 2.6-- (--/--/----) +Versione 2.6c2 (04/03/2024) - (GEN) I commenti iniziali si scrivono in modo standard, per poterli commentare nella macchina di test +- (MLDE-GEN) Aggiunta variabile 'MACH_NAME' in MLDE con nome macchina Versione 2.6c1 (29/02/2024) - (SIM) Gestione rimozione VMILL per tagli a cubetti Zig-Zag diff --git a/Version.lua b/Version.lua index 67acc34..e6af3bc 100644 --- a/Version.lua +++ b/Version.lua @@ -3,7 +3,7 @@ local InfoCommon_STD_PP = { NAME = 'Common_PF1250', -- nome script PP standard - VERSION = '2.6c1', -- versione script + VERSION = '2.6c2', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }