mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
Remove non-sense comments in MachineManager
This commit is contained in:
parent
89716acc11
commit
bb04afa2ab
1 changed files with 0 additions and 1 deletions
|
@ -778,7 +778,6 @@ class MachineManager(QObject):
|
||||||
container = extruder.userChanges
|
container = extruder.userChanges
|
||||||
container.setProperty(setting_name, property_name, property_value)
|
container.setProperty(setting_name, property_name, property_value)
|
||||||
|
|
||||||
# We not fetch it from _current_root_material_id, but later we can get it from somewhere else
|
|
||||||
@pyqtProperty("QVariantList", notify = rootMaterialChanged)
|
@pyqtProperty("QVariantList", notify = rootMaterialChanged)
|
||||||
def currentExtruderPositions(self):
|
def currentExtruderPositions(self):
|
||||||
return sorted(list(self._current_root_material_id.keys()))
|
return sorted(list(self._current_root_material_id.keys()))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue