Cura/plugins/GCodeReader
Ghostkeeper 9821793b46
Don't override boundingbox of SceneNode
Whatever was intended here, it didn't work. Because when a method is called it is called on the class of the object. Methods are not attributes of instances but attributes of the class. The attribute of the class was never changed, so this had no effect.

Contributes to issue CURA-5330.
2018-06-15 15:16:55 +02:00
..
__init__.py CURA-5164 Make the mesh readers compliant with the new signature of the mesh reader. Also adapt the tests. 2018-05-23 17:17:41 +02:00
FlavorParser.py Don't override boundingbox of SceneNode 2018-06-15 15:16:55 +02:00
GCodeReader.py CURA-5164 Make the mesh readers compliant with the new signature of the mesh reader. Also adapt the tests. 2018-05-23 17:17:41 +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