Added warning when trying to load project with objects on buildplate

CURA-1263
This commit is contained in:
Jaime van Kessel 2016-12-02 15:30:21 +01:00
parent 5d1ba828bc
commit a0813b3af3
3 changed files with 24 additions and 0 deletions

View file

@ -145,6 +145,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
self._dialog.setActiveMode(active_mode)
self._dialog.setMachineName(machine_name)
self._dialog.setMaterialLabels(material_labels)
self._dialog.setHasObjectsOnPlate(Application.getInstance().getPlatformActivity)
self._dialog.show()
# Block until the dialog is closed.