3dPrinting 2.5f1 :
- correzioni infill - aggiornamento versione.
This commit is contained in:
@@ -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
@@ -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'
|
||||
Reference in New Issue
Block a user