3dPrinting 2.6e1 :
- correzione a AddRetraction per autointersezioni strane.
This commit is contained in:
@@ -403,7 +403,9 @@ local function AddRetraction( nCrvId, vtSlicing, dCoastingLen, dWipeLen, dWipeDi
|
||||
for nIdx = 1, nCrvCnt - 2 do
|
||||
EgtAddCurveCompoCurve( nCopyId, nCopyId + nIdx)
|
||||
end
|
||||
EgtErase( nCopyId + nCrvCnt - 1)
|
||||
if nCrvCnt > 1 then
|
||||
EgtErase( nCopyId + nCrvCnt - 1)
|
||||
end
|
||||
end
|
||||
EgtCloseCurveCompo( nCopyId)
|
||||
EgtChangeClosedCurveStartPoint( nCopyId, ptNewStart, GDB_RT.GLOB)
|
||||
|
||||
Reference in New Issue
Block a user