mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
Changed the Ironing G-code preview color based on Jindra's feedback.
This commit is contained in:
parent
0940db7b2e
commit
b73e675aaa
1 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,8 @@ const Color GCodePreviewData::Extrusion::Default_Extrusion_Role_Colors[erCount]
|
||||||
Color(1.0f, 1.0f, 0.0f, 1.0f), // erInternalInfill
|
Color(1.0f, 1.0f, 0.0f, 1.0f), // erInternalInfill
|
||||||
Color(1.0f, 0.0f, 1.0f, 1.0f), // erSolidInfill
|
Color(1.0f, 0.0f, 1.0f, 1.0f), // erSolidInfill
|
||||||
Color(0.0f, 1.0f, 1.0f, 1.0f), // erTopSolidInfill
|
Color(0.0f, 1.0f, 1.0f, 1.0f), // erTopSolidInfill
|
||||||
Color(0.0f, 1.0f, 1.0f, 1.0f), // erIroning
|
// Color(1.0f, 0.7f, 0.61f, 1.0f), // erIroning
|
||||||
|
Color(1.0f, 0.55f, 0.41f, 1.0f), // erIroning
|
||||||
Color(0.5f, 0.5f, 0.5f, 1.0f), // erBridgeInfill
|
Color(0.5f, 0.5f, 0.5f, 1.0f), // erBridgeInfill
|
||||||
Color(1.0f, 1.0f, 1.0f, 1.0f), // erGapFill
|
Color(1.0f, 1.0f, 1.0f, 1.0f), // erGapFill
|
||||||
Color(0.5f, 0.0f, 0.0f, 1.0f), // erSkirt
|
Color(0.5f, 0.0f, 0.0f, 1.0f), // erSkirt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue