adding the ability to copy paths to make debugging easier
This commit is contained in:
parent
42b337ce10
commit
8ab0d4d03a
4 changed files with 88 additions and 10 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue