Fixed order of one at a time printing

CURA-900
This commit is contained in:
Jaime van Kessel 2016-03-02 14:49:54 +01:00
parent a50ef02d81
commit a04a470794

View File

@ -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: