mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:29:04 +08:00
Fixed order of one at a time printing
CURA-900
This commit is contained in:
parent
a50ef02d81
commit
a04a470794
@ -94,7 +94,7 @@ class OneAtATimeIterator(Iterator.Iterator):
|
|||||||
if a == b:
|
if a == b:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
overlap = a.callDecoration("getConvexHullBoundary").intersectsPolygon(b.callDecoration("getConvexHullHead"))
|
overlap = a.callDecoration("getConvexHullBoundary").intersectsPolygon(b.callDecoration("getConvexHullHeadFull"))
|
||||||
if overlap:
|
if overlap:
|
||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user