From 56d1d48296f8242496d47d4b4c84c558a7bab2a5 Mon Sep 17 00:00:00 2001 From: Julian Schill Date: Tue, 1 Oct 2024 20:51:27 +0200 Subject: [PATCH] Fix paths for manual installation. Fixes Manual install adjust link path #219 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b63e87..ed24766 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Stop Klipper: Link the file in the Klipper directory (adjust the paths as needed): - ln -s klipper-led_effect/led_effect.py ~/klipper/extras/led_effect.py + ln -s klipper-led_effect/led_effect.py ~/klipper/klippy/extras/led_effect.py Start Klipper: @@ -88,7 +88,7 @@ installation script with parameters: If that fails, you can delete the link in Klipper manually: - rm ~/klipper/extras/led_effect.py + rm ~/klipper/klippy/extras/led_effect.py Delete the repository (optional):