From 0696a60b7f187535e7124daf029ecffb575db242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Boisselier?= Date: Thu, 11 Jan 2024 12:15:17 +0100 Subject: [PATCH] add security note --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8bc648d..8903848 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ Check out the **[detailed documentation of the Shake&Tune module here](./docs/RE |:----------------:|:------------:|:---------------------:| | [](./docs/macros/belts_tuning.md) | [](./docs/macros/axis_tuning.md) | [](./docs/macros/vibrations_tuning.md) | + > **Note**: + > + > Be aware that Shake&Tune uses the [Gcode shell command plugin](https://github.com/dw-0/kiauh/blob/master/docs/gcode_shell_command.md) under the hood to call the Python scripts that generate the graphs. While my scripts should be safe, the Gcode shell command plugin also has great potential for abuse if not used carefully for other purposes, since it opens shell access from Klipper. + ## Installation Follow these steps to install the Shake&Tune module in your printer: