Fix saving g-code to file

The settings that are serialised at the end of the g-code are now the serialised global container stack. That's fairly useless since the serialised version of a container stack just lists the IDs of the containers in the stack, not the settings themselves. One of these containers is likely a current_profile container and that's all the information you'll get from that serialisation.

Contributes to issue CURA-1278.
This commit is contained in:
Ghostkeeper 2016-05-24 02:24:11 +02:00
parent fa1d262123
commit 59b8d5c169
No known key found for this signature in database
GPG key ID: 701948C5954A7385
2 changed files with 13 additions and 12 deletions

View file

@ -13,7 +13,7 @@ def getMetaData():
"author": "Ultimaker",
"version": "1.0",
"description": catalog.i18nc("@info:whatsthis", "Writes GCode to a file."),
"api": 2
"api": 3
},
"mesh_writer": {