mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 18:05:55 +08:00
inverted y and z colors
This commit is contained in:
parent
4383f2ddf2
commit
58137e4987
@ -162,8 +162,6 @@
|
|||||||
|
|
||||||
"tool_button_border": [255, 255, 255, 38],
|
"tool_button_border": [255, 255, 255, 38],
|
||||||
|
|
||||||
"y_axis": [96, 96, 255, 255],
|
|
||||||
|
|
||||||
"viewport_background": [31, 36, 39, 255],
|
"viewport_background": [31, 36, 39, 255],
|
||||||
"volume_outline": [12, 169, 227, 128],
|
"volume_outline": [12, 169, 227, 128],
|
||||||
"buildplate": [169, 169, 169, 255],
|
"buildplate": [169, 169, 169, 255],
|
||||||
|
@ -381,8 +381,8 @@
|
|||||||
|
|
||||||
"disabled_axis": [127, 127, 127, 255],
|
"disabled_axis": [127, 127, 127, 255],
|
||||||
"x_axis": [218, 30, 40, 255],
|
"x_axis": [218, 30, 40, 255],
|
||||||
"y_axis": [36, 162, 73, 255],
|
"y_axis": [25, 110, 240, 255],
|
||||||
"z_axis": [25, 110, 240, 255],
|
"z_axis": [36, 162, 73, 255],
|
||||||
"all_axis": [255, 255, 255, 255],
|
"all_axis": [255, 255, 255, 255],
|
||||||
|
|
||||||
"viewport_background": [250, 250, 250, 255],
|
"viewport_background": [250, 250, 250, 255],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user