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

Bed temp -1 reports as a bed present and with temp -1C #29

Closed dnewman-polar3d closed 6 years ago

dnewman-polar3d commented 6 years ago

The plugin is seeing a bed temp of -1 and not recognizing that as "no bed" and then reporting that temp (-1C) to the cloud.

Recv: ok T:209.48 /210 B:-1 /0 @:1 B@:0

The OctoPrint UI itself seems to recognize that this means that no bed is attached as it shows only a temp for "Tool" and no other temps. (The printer is a Printerbot Simple Pro with a non-heated bed and the g2 electronics running tinyg.)

dnewman-polar3d commented 6 years ago

Fixed in branch issue-29. See pull request #30

markwal commented 6 years ago

PR merged