3dPrinting 2.5f1 :

- correzioni infill
- aggiornamento versione.
This commit is contained in:
SaraP
2023-06-15 10:17:29 +02:00
parent bc3cf3b3a9
commit 451f3a2939
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -573,7 +573,7 @@ local function CalcSolidFillPath( nLayId, LayerParams, vPtStart, nFillType)
-- se non esiste non c'è spazio per solid fill
EgtOutLog( 'Warning: SolidFill not possibile (layer '.. EgtNumToString( s_nCurrIdx) ..') - CalcPaths')
else
local bOk, bExists, nSrfToFill = ComputeSurfOffset( nSrf, nInfillPathGrp, LayerParams.nStrandOverlap / 100 * LayerParams.dStrand, LayerParams.vtSlicing)
local bOk, bExists, nSrfToFill = ComputeSurfOffset( nSrf, nInfillPathGrp, LayerParams.nInfillOverlap / 100 * LayerParams.dStrand, LayerParams.vtSlicing)
if not bOk then
-- eseguo trim senza overlap
EgtOutLog( 'Warning: SolidFill without correct overlap (layer '.. EgtNumToString( s_nCurrIdx) ..') - CalcPaths')
+1 -1
View File
@@ -1,4 +1,4 @@
-- Version.lua by Egaltech s.r.l. 2023/02/28
-- Gestione della versione di 3dPrinting
VERSION = '2.5e3'
VERSION = '2.5f1'