From 9bbf45cb74bc0323c6f2fd95aceabadd49273521 Mon Sep 17 00:00:00 2001 From: th33xitus <31533186+th33xitus@users.noreply.github.com> Date: Thu, 25 Jun 2020 20:18:56 +0200 Subject: [PATCH] added own dwc2-for-klipper fork added own dwc2-for-klipper fork with an necessary fix to make DWC2 work again with recent klipper changes --- kiauh.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kiauh.sh b/kiauh.sh index 4f3fc3c..a249ae9 100644 --- a/kiauh.sh +++ b/kiauh.sh @@ -12,7 +12,8 @@ default="\e[39m" ### setup repos KLIPPER_REPO=https://github.com/KevinOConnor/klipper.git #DWC2FK_REPO=https://github.com/Stephan3/dwc2-for-klipper.git -DWC2FK_REPO=https://github.com/pluuuk/dwc2-for-klipper.git +#DWC2FK_REPO=https://github.com/pluuuk/dwc2-for-klipper.git +DWC2FK_REPO=https://github.com/th33xitus/dwc2-for-klipper.git ## setup some file and folder paths KLIPPER_DIR=${HOME}/klipper @@ -762,4 +763,4 @@ action(){ print_header check_euid start_check -main_menu \ No newline at end of file +main_menu