mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
removed unnecessary variable
This commit is contained in:
parent
206a32ae50
commit
5eb9ae9177
1 changed files with 0 additions and 1 deletions
|
|
@ -186,7 +186,6 @@ class MaterialManager(QObject):
|
||||||
for root_material_id in data_dict.values():
|
for root_material_id in data_dict.values():
|
||||||
self._diameter_material_map[root_material_id] = default_root_material_id
|
self._diameter_material_map[root_material_id] = default_root_material_id
|
||||||
|
|
||||||
variant_manager = self._application.getVariantManager()
|
|
||||||
|
|
||||||
# Map #4
|
# Map #4
|
||||||
# "machine" -> "nozzle name" -> "buildplate name" -> "root material ID" -> specific material InstanceContainer
|
# "machine" -> "nozzle name" -> "buildplate name" -> "root material ID" -> specific material InstanceContainer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue