adding the ability to copy paths to make debugging easier

This commit is contained in:
LarsBrubaker 2020-08-22 08:12:34 -07:00
parent 42b337ce10
commit 8ab0d4d03a
4 changed files with 88 additions and 10 deletions

View file

@ -130,6 +130,7 @@ namespace MatterHackers.GCodeVisualizer
// this is a retraction
renderFeaturesForLayer.Add(new RenderFeatureRetract(instructionIndex, currentInstruction.Position, eMovement, currentInstruction.ToolIndex, currentInstruction.FeedRate));
}
if (currentInstruction.Line.StartsWith("G10"))
{
renderFeaturesForLayer.Add(new RenderFeatureRetract(instructionIndex, currentInstruction.Position, -1, currentInstruction.ToolIndex, currentInstruction.FeedRate));