[doc] update docstrings as per PR #683
This commit is contained in:
parent
72966ee37d
commit
7c8ddc9c87
15 changed files with 42 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue