Improving travel retractions rendering
This commit is contained in:
parent
54fdca9a07
commit
83e083fcd6
4 changed files with 30 additions and 8 deletions
|
|
@ -111,7 +111,7 @@ namespace MatterHackers.GCodeVisualizer
|
|||
else if (extrusionAmount > 0)
|
||||
{
|
||||
// unretraction
|
||||
retractionColor = new Color(Color.Blue, 200);
|
||||
retractionColor = Color.Blue.WithAlpha(120);
|
||||
}
|
||||
|
||||
if (graphics2D is Graphics2DOpenGL graphics2DGl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue