mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-20 03:14:26 +08:00
Fix TestCuraSceneNode
CURA-6522
This commit is contained in:
parent
f4c68f4e71
commit
4ad954f23e
@ -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…
x
Reference in New Issue
Block a user