mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 00:09:02 +08:00
Fix code style.
Contributes to CURA-5628.
This commit is contained in:
parent
ebb0317276
commit
3a7fff42b5
@ -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…
x
Reference in New Issue
Block a user