CURA-1615: Updating SlicingInfoPlugin

Just bumped the API version to 3 and added a message that is sent to the
log that data was sent to the given URL.
As slicing is broken here, because of "Arcus Error (5, native 32): Could
not send message size" this also needs testing here.
This commit is contained in:
Thomas Karl Pietrowski 2016-06-16 20:37:32 +02:00
parent 42a860535c
commit 29f7c240c4
2 changed files with 6 additions and 2 deletions

View file

@ -11,7 +11,7 @@ def getMetaData():
"author": "Ultimaker",
"version": "1.0",
"description": catalog.i18nc("@info:whatsthis", "Submits anonymous slice info. Can be disabled through preferences."),
"api": 2
"api": 3
}
}