Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLipu Fei <lipu.fei815@gmail.com>2018-02-18 00:23:49 +0300
committerLipu Fei <lipu.fei815@gmail.com>2018-02-18 00:24:05 +0300
commit495fc8bbd705f5145fe8312207b3f048a7dcc106 (patch)
tree6969e6cfe2523a181b7f7f980988e7d990b77da3 /plugins/SupportEraser
parent1c8f63e47fe7840905d5c844aba0ce475b011e5d (diff)
WIP: Refactor BuildPlateModel and split MultiBuildPlateModel
Diffstat (limited to 'plugins/SupportEraser')
-rw-r--r--plugins/SupportEraser/SupportEraser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SupportEraser/SupportEraser.py b/plugins/SupportEraser/SupportEraser.py
index 9e2d41014d..ddc6b96c3a 100644
--- a/plugins/SupportEraser/SupportEraser.py
+++ b/plugins/SupportEraser/SupportEraser.py
@@ -42,7 +42,7 @@ class SupportEraser(Tool):
mesh.addCube(10,10,10)
node.setMeshData(mesh.build())
- active_build_plate = Application.getInstance().getBuildPlateModel().activeBuildPlate
+ active_build_plate = Application.getInstance().getMultiBuildPlateModel().activeBuildPlate
node.addDecorator(SettingOverrideDecorator())
node.addDecorator(BuildPlateDecorator(active_build_plate))