feat: add Mobileraker (#343)

Co-authored-by: th33xitus <th33xitus@googlemail.com>
This commit is contained in:
Patrick Schmidt
2023-06-17 19:34:26 +02:00
committed by GitHub
parent 345b7b66a3
commit 98866caefa
7 changed files with 275 additions and 9 deletions

View File

@@ -27,9 +27,10 @@ function install_ui() {
echo -e "| 3) [Mainsail] | 8) [Telegram Bot] |"
echo -e "| 4) [Fluidd] | 9) $(obico_install_title) |"
echo -e "| | 10) [OctoEverywhere] |"
echo -e "| | 11) [Mobileraker] |"
echo -e "| Touchscreen GUI: | |"
echo -e "| 5) [KlipperScreen] | Webcam Streamer: |"
echo -e "| | 11) [Crowsnest] |"
echo -e "| | 12) [Crowsnest] |"
back_footer
}
@@ -69,6 +70,8 @@ function install_menu() {
10)
do_action "octoeverywhere_setup_dialog" "install_ui";;
11)
do_action "install_mobileraker" "install_ui";;
12)
do_action "install_crowsnest" "install_ui";;
B|b)
clear; main_menu; break;;