feat: Add Mobileraker_Companion

This commit is contained in:
Patrick Schmidt
2023-05-27 17:22:38 +01:00
parent 8228943850
commit 430cf97e97
6 changed files with 269 additions and 5 deletions

View File

@@ -29,7 +29,8 @@ function remove_ui() {
echo -e "| | 12) [Telegram Bot] |"
echo -e "| Touchscreen GUI: | 13) [Obico for Klipper] |"
echo -e "| 7) [KlipperScreen] | 14) [OctoEverywhere] |"
echo -e "| | 15) [NGINX] |"
echo -e "| | 15) [Mobileraker_Companion]|"
echo -e "| | 16) [NGINX] |"
back_footer
}
@@ -69,6 +70,8 @@ function remove_menu() {
14)
do_action "remove_octoeverywhere" "remove_ui";;
15)
do_action "remove_mobileraker" "remove_ui";;
16)
do_action "remove_nginx" "remove_ui";;
B|b)
clear; main_menu; break;;