Add KlipperScreen to kiauh

This commit is contained in:
Jordan
2020-11-27 13:44:06 +00:00
parent 865177d0fd
commit 93f8e5e265
12 changed files with 287 additions and 35 deletions

View File

@@ -15,6 +15,9 @@ backup_ui(){
echo -e "| | "
echo -e "| 5) [OctoPrint] | "
echo -e "| | "
echo -e "| HDMI Screen: | "
echo -e "| 6) [KlipperScreen] | "
echo -e "| | "
quit_footer
}
@@ -55,6 +58,12 @@ backup_menu(){
backup_octoprint
print_msg && clear_msg
backup_ui;;
6)
clear
print_header
backup_klipperscreen
print_msg && clear_msg
backup_ui;;
Q|q)
clear; main_menu; break;;
*)