Cura/plugins
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
..
2018-03-29 09:22:19 +02:00
2018-01-29 14:50:07 +01:00
2018-03-16 15:08:57 +01:00
2018-04-10 11:41:13 +02:00