Mark Walker
Mark Walker
By how much? 34mm?
Hmmm... That seems like it should work. Could you take a 20mm cube and slice it to gcode and the x3g, zip those up and share a link from somewhere...
How about using this: http://docs.octoprint.org/en/master/plugins/hooks.html#octoprint-filemanager-preprocessor? And you might be interested in the sources of this plugin: http://plugins.octoprint.org/plugins/commandsplitter/
TL/DR of above: Before change code passes AIO status code to _mqtt->connectErrorString() which clearly expects a mqtt->connect() return value. Before change, the library can never return AIO_AUTH_FAILED because it always...