Skip to content

Commit

Permalink
Fix Formatting in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
julianschill committed May 27, 2024
1 parent 8b3828d commit 125fae6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,25 @@ The module can be installed into a existing Klipper installation with an install

If your directory structure differs from the usual setup you can configure the
installation script with parameters:

./install-led_effect.sh [-k <klipper path>] [-s <klipper service name>] [-c <configuration path>]

### Manual installation
Clone the repository:

cd ~
git clone https://github.com/julianschill/klipper-led_effect.git

Stop Klipper:

systemctl 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

Start Klipper:

systemctl start klipper

Add the updater section to moonraker.conf and restart moonraker to receive
Expand All @@ -78,12 +83,15 @@ section in the Moonraker configuration. Then run the script to remove the link:

If your directory structure differs from the usual setup you can configure the
installation script with parameters:

./install-led_effect.sh -u [-k <klipper path>] [-s <klipper service name>] [-c <configuration path>]

If that fails, you can delete the link in Klipper manually:

rm ~/klipper/extras/led_effect.py

Delete the repository (optional)
Delete the repository (optional):

cd ~
rm -rf klipper-led_effect

Expand Down

0 comments on commit 125fae6

Please sign in to comment.