[doc] update docstrings as per PR #683

This commit is contained in:
tobi-wan-kenobi 2020-07-18 08:23:28 +02:00
parent 72966ee37d
commit 7c8ddc9c87
15 changed files with 42 additions and 4 deletions

View file

@ -1,9 +1,12 @@
# pylint: disable=C0111,R0903
"""Displays the Octorpint status and the printer's bed/tools temperature in the status bar.
"""Displays the Octorrint status and the printer's bed/tools temperature in the status bar.
Left click opens a popup which shows the bed & tools temperatures and additionally a livestream of the webcam (if enabled).
Prerequisites:
* tk python library (usually python-tk or python3-tk, depending on your distribution)
Parameters:
* octoprint.address : Octoprint address (e.q: http://192.168.1.3)
* octoprint.apitoken : Octorpint API Token (can be obtained from the Octoprint Webinterface)