mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -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):
|
||||
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):
|
||||
def __init__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue