mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
![]() The gcode reader assumed that each layer starts with a move to the initial position but for spiralized code that isn't true because the previous layer always ends up in the right location. So we now start each layer with a fake move to the end position of the previous layer. This won't actually cause a real move to occur but it ensures that the first line segment in the new layer has the correct initial point. |
||
---|---|---|
.. | ||
__init__.py | ||
FlavorParser.py | ||
GCodeReader.py | ||
MarlinFlavorParser.py | ||
plugin.json | ||
RepRapFlavorParser.py |