mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Deprecated the allActiveMaterialIds and replaced the single location where it was used
CURA-6600
This commit is contained in:
parent
7979fcd633
commit
e7609fadf4
2 changed files with 3 additions and 1 deletions
|
|
@ -602,6 +602,7 @@ class MachineManager(QObject):
|
|||
#
|
||||
# \return The material ids in all stacks
|
||||
@pyqtProperty("QVariantMap", notify = activeMaterialChanged)
|
||||
@deprecated("use Cura.MachineManager.activeStack.extruders instead.", "4.3")
|
||||
def allActiveMaterialIds(self) -> Dict[str, str]:
|
||||
result = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue