Eliminata passata finale dopo il taglio di coda se non è presente un grezzo successivo.

This commit is contained in:
daniele.nicoli
2026-03-03 11:53:08 +01:00
parent 1729e57dbf
commit bd8a551005
+1 -1
View File
@@ -1474,7 +1474,7 @@ function ProcessLong2Cut.Make( Proc, nPhase, nRawId, nPartId, bForcedBladeMaster
end
end
end
if not Proc.bMoveAfterSplit and not bConvex and Proc.AffectedFaces.Left then
if not Proc.bMoveAfterSplit and not bConvex and Proc.AffectedFaces.Left and Proc.DistanceToNextPart < ( dToolDiam / 2 + 5) then
-- recupero gruppo per geometria addizionale
local nAddGrpId = BL.GetAddGroup( nPartId)
if not nAddGrpId then