mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
function name change to getWorkplaceDropToBuildplate
CURA-10542
This commit is contained in:
parent
f54d6099cd
commit
d68a454fa9
3 changed files with 3 additions and 3 deletions
|
@ -301,7 +301,7 @@ class WorkspaceDialog(QObject):
|
|||
|
||||
@pyqtSlot(bool)
|
||||
def setDropToBuildPlateForModel(self, drop_to_buildplate: bool) -> None:
|
||||
CuraApplication.getInstance().getLocalDropToBuildplate(drop_to_buildplate)
|
||||
CuraApplication.getInstance().getWorkplaceDropToBuildplate(drop_to_buildplate)
|
||||
|
||||
|
||||
def setMaterialConflict(self, material_conflict: bool) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue