mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix code style.
Contributes to CURA-5628.
This commit is contained in:
parent
ebb0317276
commit
3a7fff42b5
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@ class OneAtATimeIterator(Iterator):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
bounding_box = node.getBoundingBox()
|
bounding_box = node.getBoundingBox()
|
||||||
|
if not bounding_box:
|
||||||
|
continue
|
||||||
from UM.Math.Polygon import Polygon
|
from UM.Math.Polygon import Polygon
|
||||||
bounding_box_polygon = Polygon([[bounding_box.left, bounding_box.front],
|
bounding_box_polygon = Polygon([[bounding_box.left, bounding_box.front],
|
||||||
[bounding_box.left, bounding_box.back],
|
[bounding_box.left, bounding_box.back],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue