mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Rename to CuraFormulaFunctions
to avoid confusion with "SettingFunction" in Uranium.
This commit is contained in:
parent
329b38663e
commit
f69005fef9
4 changed files with 15 additions and 15 deletions
|
@ -373,7 +373,7 @@ class ExtruderManager(QObject):
|
|||
# \return String representing the extruder values
|
||||
@pyqtSlot(str, result="QVariant")
|
||||
def getInstanceExtruderValues(self, key: str) -> List:
|
||||
return self._application.getCustomSettingFunctions().getValuesInAllExtruders(key)
|
||||
return self._application.getCuraFormulaFunctions().getValuesInAllExtruders(key)
|
||||
|
||||
## Get the resolve value or value for a given key
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue