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)
|
||||
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
-- Version.lua by Egaltech s.r.l. 2024/02/13
|
||||
-- Version.lua by Egaltech s.r.l. 2024/05/06
|
||||
-- Gestione della versione di 3dPrinting
|
||||
|
||||
VERSION = '2.6c1'
|
||||
VERSION = '2.6e1'
|
||||
Reference in New Issue
Block a user