From ae6fbf2e20460efe38928b87c91b88cd58f2f3f9 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Thu, 18 Jun 2026 16:25:44 +0200 Subject: [PATCH] Versione e log per rilascio a cliente --- UpdateLog.txt | 3 +++ Version.lua | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/UpdateLog.txt b/UpdateLog.txt index 54ff533..95a2f26 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Wall Update Log ==== +Versione 3.1f1 (18/06/2026) +- Modif : Aggiunto Q09=1 che inverte lato testa e imposta conventional milling durante i tagli + Versione 3.1d2 (23/04/2026) - Modif : Tutte le forature vengono ordinate per diametro decrescente diff --git a/Version.lua b/Version.lua index 7ce6cc3..69a019c 100644 --- a/Version.lua +++ b/Version.lua @@ -2,5 +2,5 @@ -- Gestione della versione di Wall NAME = 'Wall' -VERSION = '3.1d2' +VERSION = '3.1f1' MIN_EXE = '3.1c1'