improved colors on gcode bed
This commit is contained in:
parent
8db44f30a8
commit
0838cc5e0f
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
if (RenderGrid)
|
||||
{
|
||||
graphics2D.Render(stroke, RGBA_Bytes.LightGray);
|
||||
graphics2D.Render(stroke, new RGBA_Bytes(190, 190, 190, 255));
|
||||
}
|
||||
|
||||
RenderType renderType = RenderType.Extrusions;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue