mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fixed order of one at a time printing
CURA-900
This commit is contained in:
parent
a50ef02d81
commit
a04a470794
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue