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'