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
..
__init__.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
FlavorParser.py Show g-code in position it would print 2018-05-09 13:25:41 +02:00
GCodeReader.py Use MimeTypeDatabase to find loaded file extension and set proper project name 2018-05-08 10:47:59 +02: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 No! G90 does not command absolute extrusion, M82 does that. 2018-04-11 09:12:22 +01:00