mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
WIP: Move NozzleModel.py
This commit is contained in:
parent
f4d69918fb
commit
13d745f07d
4 changed files with 1 additions and 6 deletions
|
@ -122,9 +122,6 @@ class MachineManager(QObject):
|
|||
# Make sure _active_container_stack is properly initiated
|
||||
ExtruderManager.getInstance().setActiveExtruderIndex(0)
|
||||
|
||||
self._auto_materials_changed = {}
|
||||
self._auto_hotends_changed = {}
|
||||
|
||||
self._material_incompatible_message = Message(catalog.i18nc("@info:status",
|
||||
"The selected material is incompatible with the selected machine or configuration."),
|
||||
title = catalog.i18nc("@info:title", "Incompatible Material"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue