Skip to content

Commit

Permalink
fix: klipper install now works, but tests don't
Browse files Browse the repository at this point in the history
  • Loading branch information
reemo3dp committed Mar 2, 2024
1 parent 3067f5b commit 44b03c3
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-led_effect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ check_folders()
link_extension()
{
echo -n "Linking extension to Klipper... "
ln -sf "${SRCDIR}/packages/led_effect/src/led_effect/" "${KLIPPER_PATH}/klippy/extras/led_effect"
ln -sf "${SRCDIR}/packages/led_effect/src/" "${KLIPPER_PATH}/klippy/extras/led_effect"
echo "[OK]"
}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.

0 comments on commit 44b03c3

Please sign in to comment.