diff --git a/Measuring_Resonances.html b/Measuring_Resonances.html index b9500ea31..5dfd6ce80 100644 --- a/Measuring_Resonances.html +++ b/Measuring_Resonances.html @@ -2174,7 +2174,7 @@ the system that may damage the electronics.
software dependencies not installed by default. First, run on your Raspberry Pi the following commands:sudo apt update
-sudo apt install python3-numpy python3-matplotlib libatlas-base-dev libopenblas-base
+sudo apt install python3-numpy python3-matplotlib libatlas-base-dev libopenblas-dev
Next, in order to install NumPy in the Klipper environment, run the command:
diff --git a/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc b/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc index 6b20f1db3..f71a55b8b 100644 Binary files a/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc and b/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc differ diff --git a/fr/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc b/fr/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc index 6b20f1db3..f71a55b8b 100644 Binary files a/fr/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc and b/fr/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc differ diff --git a/fr/sitemap.xml.gz b/fr/sitemap.xml.gz index ab8a781ad..ee10932a9 100644 Binary files a/fr/sitemap.xml.gz and b/fr/sitemap.xml.gz differ diff --git a/hu/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc b/hu/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc index 6b20f1db3..f71a55b8b 100644 Binary files a/hu/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc and b/hu/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc differ diff --git a/hu/sitemap.xml.gz b/hu/sitemap.xml.gz index d43fa4b44..032255c04 100644 Binary files a/hu/sitemap.xml.gz and b/hu/sitemap.xml.gz differ diff --git a/it/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc b/it/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc index 6b20f1db3..f71a55b8b 100644 Binary files a/it/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc and b/it/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc differ diff --git a/it/sitemap.xml.gz b/it/sitemap.xml.gz index ebbf4fad4..e9470b6b9 100644 Binary files a/it/sitemap.xml.gz and b/it/sitemap.xml.gz differ diff --git a/search/search_index.json b/search/search_index.json index 0fa787c0d..d1a8bdc16 100644 --- a/search/search_index.json +++ b/search/search_index.json @@ -1 +1 @@ -{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"index.html","text":"Klipper is a 3d-Printer firmware. It combines the power of a general purpose computer with one or more micro-controllers. See the features document for more information on why you should use Klipper. To begin using Klipper start by installing it. Klipper is Free Software. Read the documentation or view the Klipper code on github . We depend on the generous support from our sponsors .","title":"Welcome"},{"location":"API_Server.html","text":"API server \u00b6 This document describes Klipper's Application Programmer Interface (API). This interface enables external applications to query and control the Klipper host software. Enabling the API socket \u00b6 In order to use the API server, the klippy.py host software must be started with the -a parameter. For example: ~/klippy-env/bin/python ~/klipper/klippy/klippy.py ~/printer.cfg -a /tmp/klippy_uds -l /tmp/klippy.log This causes the host software to create a Unix Domain Socket. A client can then open a connection on that socket and send commands to Klipper. See the Moonraker project for a popular tool that can forward HTTP requests to Klipper's API Server Unix Domain Socket. Request format \u00b6 Messages sent and received on the socket are JSON encoded strings terminated by an ASCII 0x03 character: