mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Remove unnecessary updateMaterialForDiameter()
CURA-5327
This commit is contained in:
parent
8ea3c879f4
commit
c779795618
2 changed files with 1 additions and 10 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.getExtruderManager().updateMaterialForDiameter(extruder_position)
|
||||
self._application.getMachineManager()._updateMaterialWithVariant(extruder_position)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue