diff --git a/kiauh.sh b/kiauh.sh index dc9a4c2..246176f 100755 --- a/kiauh.sh +++ b/kiauh.sh @@ -484,6 +484,12 @@ backup_menu(){ print_msg && clear_msg backup_ui;; 4) + clear + print_header + backup_moonraker + print_msg && clear_msg + backup_ui;; + 5) clear print_header backup_octoprint diff --git a/scripts/ui.sh b/scripts/ui.sh index 22d879d..c6d1d14 100644 --- a/scripts/ui.sh +++ b/scripts/ui.sh @@ -133,9 +133,12 @@ backup_ui(){ echo -e "| 1) [Klipper] | " echo -e "| | " echo -e "| Webinterface: | " - echo -e "| 2) [DWC2-for-Klipper + DWC2 Web UI] | " + echo -e "| 2) [DWC2 Web UI] | " + echo -e "| | " echo -e "| 3) [Mainsail] | " - echo -e "| 4) [OctoPrint] | " + echo -e "| 4) [Moonraker] | " + echo -e "| | " + echo -e "| 5) [OctoPrint] | " echo -e "| | " quit_footer }