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')
|
||||
|
||||
Reference in New Issue
Block a user