From 74fccbd3bcc7f3ead2c2ee8b08d4b5b0f0188c30 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Thu, 25 Jun 2026 09:55:07 +0200 Subject: [PATCH] Cambio versione per rilascio a cliente --- UpdateLog.txt | 6 +++++- Version.lua | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/UpdateLog.txt b/UpdateLog.txt index 95a2f26..5745304 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,7 +1,11 @@ ==== Wall Update Log ==== +Versione 3.1f2 (25/06/2026) +- Modif : Ora si accettano offset in negativo per posizionamento pezzo su tavola +- Modif : Il Q09 aggiunto in versione 3.1f1 viene sostituito con il parametro da OFFSET -> USE_CONVENTIONAL_SAWING + Versione 3.1f1 (18/06/2026) -- Modif : Aggiunto Q09=1 che inverte lato testa e imposta conventional milling durante i tagli +- Modif : Aggiunto Q09=1 che inverte lato testa e imposta conventional milling durante i tagli (DEPRECATO) Versione 3.1d2 (23/04/2026) - Modif : Tutte le forature vengono ordinate per diametro decrescente diff --git a/Version.lua b/Version.lua index 69a019c..de2127c 100644 --- a/Version.lua +++ b/Version.lua @@ -2,5 +2,5 @@ -- Gestione della versione di Wall NAME = 'Wall' -VERSION = '3.1f1' +VERSION = '3.1f2' MIN_EXE = '3.1c1'