mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Remove "#NEW"s
This commit is contained in:
parent
a2c2282b44
commit
632be11323
1 changed files with 0 additions and 6 deletions
|
@ -117,7 +117,6 @@ class MachineManager(QObject):
|
|||
if containers:
|
||||
containers[0].nameChanged.connect(self._onMaterialNameChanged)
|
||||
|
||||
# NEW
|
||||
self._material_manager = self._application._material_manager
|
||||
self._material_manager.materialsUpdated.connect(self._onMaterialsUpdated)
|
||||
|
||||
|
@ -126,7 +125,6 @@ class MachineManager(QObject):
|
|||
# be reflected on the GUI. This signal emission makes sure that it happens.
|
||||
self.rootMaterialChanged.emit()
|
||||
|
||||
### NEW
|
||||
activeQualityGroupChanged = pyqtSignal()
|
||||
activeQualityChangesGroupChanged = pyqtSignal()
|
||||
|
||||
|
@ -784,10 +782,6 @@ class MachineManager(QObject):
|
|||
container = extruder.userChanges
|
||||
container.setProperty(setting_name, property_name, property_value)
|
||||
|
||||
#
|
||||
# New
|
||||
#
|
||||
|
||||
# We not fetch it from _current_root_material_id, but later we can get it from somewhere else
|
||||
@pyqtProperty("QVariantList", notify = rootMaterialChanged)
|
||||
def currentExtruderPositions(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue