diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-16 20:21:38 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-16 20:23:05 +0100 |
commit | d6d5e7ffff7baabc274200d6e4db7730e44318a5 (patch) | |
tree | 8bf4d9b4452dd22815959d8f27e6b41a02f6b356 | |
parent | 18ae34d3a0fa96ea0ae8da45681831132c13c8f9 (diff) | |
download | kutter-d6d5e7ffff7baabc274200d6e4db7730e44318a5.tar.gz kutter-d6d5e7ffff7baabc274200d6e4db7730e44318a5.tar.xz kutter-d6d5e7ffff7baabc274200d6e4db7730e44318a5.zip |
Make moonraker happierv0.1.0-rc4
-rw-r--r-- | klippy/klippy.py | 2 | ||||
-rw-r--r-- | klippy/webhooks.py | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/klippy/klippy.py b/klippy/klippy.py index 5bc81249..cfd4f45e 100644 --- a/klippy/klippy.py +++ b/klippy/klippy.py @@ -24,7 +24,7 @@ import toolhead import util import webhooks -__version__ = "0.1.0-rc3" +__version__ = "0.1.0-rc4" message_ready = "Printer is ready" diff --git a/klippy/webhooks.py b/klippy/webhooks.py index 661e9117..01bb0dbe 100644 --- a/klippy/webhooks.py +++ b/klippy/webhooks.py @@ -374,6 +374,7 @@ class WebHooks: "state_message": state_message, "hostname": socket.gethostname(), "kutter_path": kutter_path, + "klipper_path": kutter_path, "python_path": sys.executable, "process_id": os.getpid(), "user_id": os.getuid(), |