3dPrinting 2.6l1 :

- sistemata segnalazione errore slicing.
This commit is contained in:
SaraP
2024-12-13 09:15:38 +01:00
parent 3d6f9f2b85
commit b0ebb4a871
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -1,4 +1,4 @@
-- Version.lua by Egaltech s.r.l. 2024/05/06
-- Gestione della versione di 3dPrinting
VERSION = '2.6k1'
VERSION = '2.6l1'