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

@@ -11,6 +11,9 @@ install_ui(){
echo -e "| | 4) [Mainsail] | "
echo -e "| Klipper API: | 5) [Fluidd] | "
echo -e "| 2) [Moonraker] | 6) [Octoprint] | "
echo -e "| | | "
echo -e "| | HDMI Screen | "
echo -e "| | 7) [KlipperScreen] | "
quit_footer
}
@@ -56,6 +59,12 @@ install_menu(){
install_octoprint
print_msg && clear_msg
install_ui;;
7)
clear
print_header
install_klipperscreen
print_msg && clear_msg
install_ui;;
Q|q)
clear; main_menu; break;;
*)