Home
last modified time | relevance | path

Searched refs:setMaterialById (Results 1 – 2 of 2) sorted by relevance

/dports/cad/cura/Cura-58bae31/resources/qml/Preferences/Materials/
H A DMaterialsList.qml117 Cura.MachineManager.setMaterialById(position, base.newRootMaterialIdToSwitchTo)
/dports/cad/cura/Cura-58bae31/cura/Settings/
H A DMachineManager.py373 …if not self.setMaterialById(extruder.getMetaDataEntry("position"), machine_node.preferred_material…
1494 def setMaterialById(self, position: str, root_material_id: str) -> bool: member in MachineManager