mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -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
|
@ -1083,7 +1083,7 @@ class CuraApplication(QtApplication):
|
|||
return self._text_manager
|
||||
|
||||
@pyqtSlot(bool)
|
||||
def getLocalDropToBuildplate(self, drop_to_build_plate: bool) ->None:
|
||||
def getWorkplaceDropToBuildplate(self, drop_to_build_plate: bool) ->None:
|
||||
return self._physics.setAppPerModelDropDown(drop_to_build_plate)
|
||||
|
||||
def getCuraFormulaFunctions(self, *args) -> "CuraFormulaFunctions":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue