[modules/octoprint] added new octoprint module

* shows printer bed + tools temperature in status bar
* opens popup on left click to show temperature details and webcam
stream (if enabled)
This commit is contained in:
Bernhard B 2020-05-02 18:56:53 +02:00
parent 9b63345b44
commit 5402a0b16f
2 changed files with 228 additions and 1 deletions

View file

@ -266,5 +266,8 @@
"work": { "prefix": "" },
"break": { "prefix": "" }
},
"hddtemp": { "prefix": "" }
"hddtemp": { "prefix": "" },
"octoprint": {
"prefix": " "
}
}