mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 11:47:50 -06:00
Fix TestCuraSceneNode
CURA-6522
This commit is contained in:
parent
f4c68f4e71
commit
4ad954f23e
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ class MockedConvexHullDecorator(SceneNodeDecorator):
|
||||||
def getConvexHull(self):
|
def getConvexHull(self):
|
||||||
return Polygon([[5, 5], [-5, 5], [-5, -5], [5, -5]])
|
return Polygon([[5, 5], [-5, 5], [-5, -5], [5, -5]])
|
||||||
|
|
||||||
|
def getPrintingArea(self):
|
||||||
|
return Polygon([[5, 5], [-5, 5], [-5, -5], [5, -5]])
|
||||||
|
|
||||||
|
|
||||||
class InvalidConvexHullDecorator(SceneNodeDecorator):
|
class InvalidConvexHullDecorator(SceneNodeDecorator):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue