diff --git a/userpatches/overlay/KlipperScreen/fix-missing-fi.patch b/userpatches/overlay/KlipperScreen/fix-missing-fi.patch new file mode 100644 index 0000000..b4e9ea4 --- /dev/null +++ b/userpatches/overlay/KlipperScreen/fix-missing-fi.patch @@ -0,0 +1,13 @@ +diff --git a/scripts/KlipperScreen-install.sh b/scripts/KlipperScreen-install.sh +index 53bf153..43899a1 100755 +--- a/scripts/KlipperScreen-install.sh ++++ b/scripts/KlipperScreen-install.sh +@@ -117,7 +117,7 @@ create_virtualenv() + if [ -d $KSENV ]; then + echo_text "Removing old virtual environment" + rm -rf ${KSENV} +- ++ fi + echo_text "Creating virtual environment" + python3 -m venv ${KSENV} +