From b0ebb4a871c49e165df01beb8bdd22b3ccb4d9c7 Mon Sep 17 00:00:00 2001 From: SaraP Date: Fri, 13 Dec 2024 09:15:38 +0100 Subject: [PATCH] 3dPrinting 2.6l1 : - sistemata segnalazione errore slicing. --- LuaLibs/CalcSlices.lua | 1 + Version.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/LuaLibs/CalcSlices.lua b/LuaLibs/CalcSlices.lua index ee66bf7..a83932c 100644 --- a/LuaLibs/CalcSlices.lua +++ b/LuaLibs/CalcSlices.lua @@ -1000,6 +1000,7 @@ local function SlicingWithSolid( nStmId, vZSlices, dDeltaZStart, dZmin, frSlicin if #vOpenId > 1 then EgtOutLog( 'Error : hole in solid (layer '.. EgtNumToString( nLayCnt) ..') - CalcSlices') + table.insert( s_vErr, nLayCnt) end else diff --git a/Version.lua b/Version.lua index d80d882..19186b2 100644 --- a/Version.lua +++ b/Version.lua @@ -1,4 +1,4 @@ -- Version.lua by Egaltech s.r.l. 2024/05/06 -- Gestione della versione di 3dPrinting -VERSION = '2.6k1' \ No newline at end of file +VERSION = '2.6l1' \ No newline at end of file