mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 04:43:15 +08:00
Remove non-sense comments in MachineManager
This commit is contained in:
parent
89716acc11
commit
bb04afa2ab
@ -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…
x
Reference in New Issue
Block a user