mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-21 11:04:24 +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):
|
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…
x
Reference in New Issue
Block a user