Improving travel retractions rendering
This commit is contained in:
parent
54fdca9a07
commit
83e083fcd6
4 changed files with 30 additions and 8 deletions
|
|
@ -43,7 +43,7 @@ namespace MatterHackers.GCodeVisualizer
|
|||
private Color gray;
|
||||
|
||||
public RenderFeatureExtrusion(int instructionIndex, Vector3 start, Vector3 end, int toolIndex, double travelSpeed, double totalExtrusionMm, double filamentDiameterMm, double layerHeight, Color color, Color gray)
|
||||
: base(instructionIndex, start, end, toolIndex, travelSpeed)
|
||||
: base(instructionIndex, start, end, toolIndex, travelSpeed, false)
|
||||
{
|
||||
this.color = color;
|
||||
this.gray = gray;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue