mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-12 18:14:28 +05:00
Add KlipperScreen to kiauh
This commit is contained in:
@@ -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;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user