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

Selected printerType not sent to the cloud #33

Open dnewman-polar3d opened 6 years ago

dnewman-polar3d commented 6 years ago

When I registered my new printer as a "Monoprice Select Mini" in the Polar Cloud plugin, the plugin sent to the cloud

info - OP002382: hello from 127.0.0.1 with socket id /#-E1J-AICV659S96IDwwG msg =
{
    "localIP": "10.30.0.168",
    "MAC": "B8:27:EB:FF:5D:FC",
    "protocol": "2",
    "signature": "BlahBlahBlah==",
    "serialNumber": "OP000983",
    "printerType": "Cartesian",
    "transformImg": 0,
    "camUrl": "http://10.30.0.168/webcam/?action=stream"
}

For printerType it should have sent the type ("make") it allowed me to select in the drop down menu on the plugin's control page.