mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
New values for GCodeViewer::Extrusion_Role_Colors
This commit is contained in:
parent
fb4493c9d1
commit
0b2a399b6b
1 changed files with 4 additions and 4 deletions
|
@ -239,12 +239,12 @@ void GCodeViewer::SequentialView::Marker::render() const
|
||||||
|
|
||||||
const std::vector<GCodeViewer::Color> GCodeViewer::Extrusion_Role_Colors{ {
|
const std::vector<GCodeViewer::Color> GCodeViewer::Extrusion_Role_Colors{ {
|
||||||
{ 0.75f, 0.75f, 0.75f }, // erNone
|
{ 0.75f, 0.75f, 0.75f }, // erNone
|
||||||
{ 1.00f, 0.90f, 0.43f }, // erPerimeter
|
{ 1.00f, 0.90f, 0.30f }, // erPerimeter
|
||||||
{ 1.00f, 0.49f, 0.22f }, // erExternalPerimeter
|
{ 1.00f, 0.49f, 0.22f }, // erExternalPerimeter
|
||||||
{ 0.12f, 0.12f, 1.00f }, // erOverhangPerimeter
|
{ 0.12f, 0.12f, 1.00f }, // erOverhangPerimeter
|
||||||
{ 0.69f, 0.19f, 0.16f }, // erInternalInfill
|
{ 0.69f, 0.19f, 0.16f }, // erInternalInfill
|
||||||
{ 0.59f, 0.33f, 0.80f }, // erSolidInfill
|
{ 0.59f, 0.33f, 0.80f }, // erSolidInfill
|
||||||
{ 0.94f, 0.33f, 0.33f }, // erTopSolidInfill
|
{ 0.94f, 0.25f, 0.25f }, // erTopSolidInfill
|
||||||
{ 1.00f, 0.55f, 0.41f }, // erIroning
|
{ 1.00f, 0.55f, 0.41f }, // erIroning
|
||||||
{ 0.30f, 0.50f, 0.73f }, // erBridgeInfill
|
{ 0.30f, 0.50f, 0.73f }, // erBridgeInfill
|
||||||
{ 1.00f, 1.00f, 1.00f }, // erGapFill
|
{ 1.00f, 1.00f, 1.00f }, // erGapFill
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue