Cura/plugins/GCodeReader
Ghostkeeper fd5b248296
Don't register a new layer if not extruding a line
We do retracts/unretracts on different heights sometimes, for instance after a pause. This would get seen as a new layer. It's quite safe to say that purely retracts and unretracts on a different height do not constitute a layer in a normal g-code file. There would be nothing to draw anyway.

Contributes to issue CURA-8522. Fixes #10282.
2021-11-05 21:04:37 +01:00
..
__init__.py Removed unneeded application reference in construction of meshreaders 2018-06-29 09:25:38 +02:00
FlavorParser.py Don't register a new layer if not extruding a line 2021-11-05 21:04:37 +01:00
GCodeReader.py Correct and consistent spelling of g-code 2020-07-20 13:36:49 +02:00
MarlinFlavorParser.py Fix various typos 2021-09-07 11:33:54 -04:00
plugin.json Now unused API field only took integers originally. 2021-06-17 11:15:33 +02:00
RepRapFlavorParser.py Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00