mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-18 05:45:40 -07:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| FlavorParser.py | ||
| GCodeReader.py | ||
| MarlinFlavorParser.py | ||
| plugin.json | ||
| RepRapFlavorParser.py | ||