feat: add OctoEverywhere for Klipper (#300)

Co-authored-by: th33xitus <th33xitus@googlemail.com>
This commit is contained in:
Quinn Damerell
2023-03-05 08:19:20 -08:00
committed by GitHub
parent 31616ebad5
commit 1e9493461c
7 changed files with 400 additions and 26 deletions

View File

@@ -28,7 +28,8 @@ function remove_ui() {
echo -e "| 6) [Fluidd-Config] | 11) [PrettyGCode] |"
echo -e "| | 12) [Telegram Bot] |"
echo -e "| Touchscreen GUI: | 13) [Obico for Klipper] |"
echo -e "| 7) [KlipperScreen] | 14) [NGINX] |"
echo -e "| 7) [KlipperScreen] | 14) [OctoEverywhere] |"
echo -e "| | 15) [NGINX] |"
back_footer
}
@@ -66,6 +67,8 @@ function remove_menu() {
13)
do_action "remove_moonraker_obico" "remove_ui";;
14)
do_action "remove_octoeverywhere" "remove_ui";;
15)
do_action "remove_nginx" "remove_ui";;
B|b)
clear; main_menu; break;;