Skip to content

Commit

Permalink
Removing links to nonpublic documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ondratu committed May 31, 2024
1 parent f1919ca commit 1fae130
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
PrusaConnect SDK for Printer
=============================

:Requirements: basic knowledge of `PrusaConnect API docs <https://connect.prusa3d.com/docs/>`_.

Printer instance
----------------
You can create a Printer instance using the constructor and passing `server` and `token` to it. These you can find in `prusa_printer_settings.ini`.
Expand Down Expand Up @@ -162,10 +160,6 @@ also the `event` key must be set in the returned dictionary.
Additional data for this event is passed using the `data` key with
a dictionary as a value.

For further detail see https://connect.prusa3d.com/docs/printer_communication
or have a look at the implementation details in the SDK (INFO event
handled by the `Printer.get_info()` method).

.. code:: python
from threading import Thread
Expand Down

0 comments on commit 1fae130

Please sign in to comment.