mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Brighten z axis for readability on dark colors
This commit is contained in:
parent
f2dbde0fe1
commit
eed96473b1
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@
|
|||
|
||||
"disabled_axis": [127, 127, 127, 255],
|
||||
"x_axis": [255, 0, 0, 255],
|
||||
"y_axis": [0, 0, 255, 255],
|
||||
"y_axis": [96, 96, 255, 255],
|
||||
"z_axis": [0, 255, 0, 255],
|
||||
"all_axis": [255, 255, 255, 255],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue