Cura/plugins/GCodeReader
Mark Burton 1ce5920d48 Fix holes in spiralized objects that can occur at start of layer.
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.
2018-04-11 08:28:13 +01:00
..
__init__.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
FlavorParser.py Fix holes in spiralized objects that can occur at start of layer. 2018-04-11 08:28:13 +01:00
GCodeReader.py CURA-5128 Change method name to be more clear. 2018-03-23 17:21:09 +01:00
MarlinFlavorParser.py CURA-4552 Change names as indicated in the review and making Marlin the 2017-11-28 11:47:34 +01:00
plugin.json Use semantic versioning for all plugin.json 2017-06-22 08:57:47 +02:00
RepRapFlavorParser.py CURA-4552 Change names as indicated in the review and making Marlin the 2017-11-28 11:47:34 +01:00