mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
function Name change
CURA-10542
This commit is contained in:
parent
1338a562ef
commit
5865906057
2 changed files with 6 additions and 9 deletions
|
@ -1087,7 +1087,7 @@ class CuraApplication(QtApplication):
|
|||
|
||||
@pyqtSlot()
|
||||
def setWorkplaceDropToBuildplate(self):
|
||||
return self._physics.setAppPerModelDropDown()
|
||||
return self._physics.setAppAllModelDropDown()
|
||||
|
||||
def getCuraFormulaFunctions(self, *args) -> "CuraFormulaFunctions":
|
||||
if self._cura_formula_functions is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue