mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
Remove compatible role
It is no longer used. Contributes to issue CURA-5460.
This commit is contained in:
parent
f5c9458e86
commit
d7eb5a76be
3 changed files with 0 additions and 4 deletions
|
@ -21,7 +21,6 @@ class BaseMaterialsModel(ListModel):
|
|||
MaterialRole = Qt.UserRole + 5
|
||||
ColorRole = Qt.UserRole + 6
|
||||
ContainerNodeRole = Qt.UserRole + 7
|
||||
CompatibleRole = Qt.UserRole + 8
|
||||
|
||||
extruderPositionChanged = pyqtSignal()
|
||||
|
||||
|
@ -37,7 +36,6 @@ class BaseMaterialsModel(ListModel):
|
|||
self.addRoleName(self.MaterialRole, "material")
|
||||
self.addRoleName(self.ColorRole, "color_name")
|
||||
self.addRoleName(self.ContainerNodeRole, "container_node")
|
||||
self.addRoleName(self.CompatibleRole, "compatible")
|
||||
|
||||
self._extruder_position = 0
|
||||
self._extruder_stack = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue