mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Fixed some bugs and added the color_code field to the named tuple
This commit is contained in:
parent
2497325d60
commit
481ca8cd2f
2 changed files with 15 additions and 6 deletions
|
@ -23,6 +23,7 @@ LocalMaterial = namedtuple('LocalMaterial', [
|
|||
'brand',
|
||||
'material',
|
||||
'color_name',
|
||||
'color_code',
|
||||
'description',
|
||||
'adhesion_info',
|
||||
'approximate_diameter',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue