CURA-5327 renamed MachineManager._updateMaterialWithVariant to updateMaterialWithVariant

This commit is contained in:
Jack Ha 2018-06-11 15:52:28 +02:00
parent 2eedc96f36
commit b3f6e5c9e0
2 changed files with 7 additions and 7 deletions

View file

@ -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)