mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
CURA-5327 renamed MachineManager._updateMaterialWithVariant to updateMaterialWithVariant
This commit is contained in:
parent
2eedc96f36
commit
b3f6e5c9e0
2 changed files with 7 additions and 7 deletions
|
@ -158,4 +158,4 @@ class MachineSettingsAction(MachineAction):
|
|||
@pyqtSlot(int)
|
||||
def updateMaterialForDiameter(self, extruder_position: int):
|
||||
# Updates the material container to a material that matches the material diameter set for the printer
|
||||
self._application.getMachineManager()._updateMaterialWithVariant(extruder_position)
|
||||
self._application.getMachineManager().updateMaterialWithVariant(extruder_position)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue