mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Added warning when trying to load project with objects on buildplate
CURA-1263
This commit is contained in:
parent
5d1ba828bc
commit
a0813b3af3
3 changed files with 24 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue