Cura/plugins/GCodeReader
Ruben D 6772dc9ea7
Show g-code in position it would print
Rather than trying to retrieve from the g-code what the position was that it was originally sliced. It was trying to find whether it was sliced for a printer with center_is_zero by seeing if there are any negative coordinates in the g-code, which was faulty. Now we don't even try to do that any more. We just find where the print would end up if it were printed with the currently selected printer.

Contributes to issue CURA-5068 and fixes #3634.
2018-05-09 13:25:41 +02:00
..
2017-09-28 13:00:43 +02:00