markwal / OctoPrint-PolarCloud

OctoPrint plugin that connects OctoPrint to the Polar3D cloud. You easily monitor your printer from outside your LAN without arcane setup of port forwarding, etc. Plus, take advantage of the rapidly evolving Polar Cloud capabilities and UI.
GNU Affero General Public License v3.0
15 stars 8 forks source link

Custom Commands Not Working #37

Closed wjsteele closed 6 years ago

wjsteele commented 6 years ago

The custom command list setup in __init._py is passing a json object with commandList as the custom command list object collection. The documentation for the API shows a customCommandList as the object parameter. This causes the cloud to ignore the command list and fail silently.

wjsteele commented 6 years ago

Oops... might be out error.

wjsteele commented 6 years ago

Yes... the Polar Cloud documentation for this is in error. The simulator matches the plug in code.