make backup function usable

This commit is contained in:
th33xitus
2020-07-29 21:25:31 +02:00
parent bd90677cfa
commit 4e2743d587
2 changed files with 11 additions and 2 deletions

View File

@@ -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

View File

@@ -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
}