mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 11:51:41 -07:00
Add nozzle color to the default themes
This commit is contained in:
parent
b7172ad9e3
commit
1ff2541947
3 changed files with 4 additions and 1 deletions
|
|
@ -194,6 +194,7 @@
|
|||
"layerview_move_combing": [0, 0, 255, 255],
|
||||
"layerview_move_retraction": [128, 128, 255, 255],
|
||||
"layerview_support_interface": [64, 192, 255, 255],
|
||||
"layerview_nozzle": [181, 166, 66, 120],
|
||||
|
||||
"material_compatibility_warning": [255, 255, 255, 255],
|
||||
|
||||
|
|
|
|||
|
|
@ -271,7 +271,8 @@
|
|||
"layerview_support_infill": [0, 255, 255, 255],
|
||||
"layerview_move_combing": [0, 0, 255, 255],
|
||||
"layerview_move_retraction": [128, 128, 255, 255],
|
||||
"layerview_support_interface": [64, 192, 255, 255]
|
||||
"layerview_support_interface": [64, 192, 255, 255],
|
||||
"layerview_nozzle": [181, 166, 66, 50]
|
||||
},
|
||||
|
||||
"sizes": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue