gcode-preview
gcode-preview copied to clipboard
Toggle travel lines w/o rerendering the extrusion
When the extrusion is already fully rendered and then the travel lines are turned on or off, this shouldn't trigger en full render.
HOW Extrusion and travel should be created in separate scene groups. These groups can then be toggled on and of individually using the .visible property.
This is good excuse for introducing the SceneManager also.