This commit is contained in:
Evgenii
2021-09-11 01:31:26 +03:00
parent 935f1bd910
commit 2ff8cd5589
4 changed files with 23 additions and 20 deletions

View File

@@ -12,10 +12,10 @@ install_ui(){
echo -e "| Klipper API: | Other: | "
echo -e "| 2) [Moonraker] | 6) [Duet Web Control] | "
echo -e "| | 7) [OctoPrint] | "
echo -e "| Klipper Webinterface: | 9) [MoonrakerTelegramBot]| "
echo -e "| Klipper Webinterface: | 8) [MoonrakerTelegramBot]| "
echo -e "| 3) [Mainsail] | | "
echo -e "| 4) [Fluidd] | Webcam: | "
echo -e "| | 8) [MJPG-Streamer] | "
echo -e "| | 9) [MJPG-Streamer] | "
quit_footer
}
@@ -39,6 +39,8 @@ install_menu(){
7)
do_action "octoprint_setup_dialog" "install_ui";;
8)
do_action "install_MoonrakerTelegramBot" "install_ui";;
9)
do_action "install_mjpg-streamer" "install_ui";;
Q|q)
clear; main_menu; break;;