3dPrinting :

- correzione gestione percorsi con diverse passate.
This commit is contained in:
SaraP
2022-08-12 16:20:26 +02:00
parent 5743e07ec1
commit 6960893137
-1
View File
@@ -797,7 +797,6 @@ local function ReorderExtraShells( nPathGrp, dStrand, vPtStart)
-- se curva è chiusa
if EgtCurveIsClosed( nCurrCrv) then
ModifyStartPoint( nCurrCrv, vPtStart)
EgtSetInfo( nCurrCrv, KEY_CLOSED_EXTRA_SHELL, 1)
-- setto a nil per ripartire subito con curva successiva
nCurrCrv = nil
end