New values for GCodeViewer::Extrusion_Role_Colors
This commit is contained in:
parent
fb4493c9d1
commit
0b2a399b6b
@ -239,12 +239,12 @@ void GCodeViewer::SequentialView::Marker::render() const
|
||||
|
||||
const std::vector<GCodeViewer::Color> GCodeViewer::Extrusion_Role_Colors{ {
|
||||
{ 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
|
||||
{ 0.12f, 0.12f, 1.00f }, // erOverhangPerimeter
|
||||
{ 0.69f, 0.19f, 0.16f }, // erInternalInfill
|
||||
{ 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
|
||||
{ 0.30f, 0.50f, 0.73f }, // erBridgeInfill
|
||||
{ 1.00f, 1.00f, 1.00f }, // erGapFill
|
||||
|
Loading…
Reference in New Issue
Block a user