diff --git a/scripts/ui/install_menu.sh b/scripts/ui/install_menu.sh index 0cf1108..2acfede 100755 --- a/scripts/ui/install_menu.sh +++ b/scripts/ui/install_menu.sh @@ -12,7 +12,7 @@ install_ui(){ echo -e "| Klipper API: | 5) [Fluidd] | " echo -e "| 2) [Moonraker] | 6) [Octoprint] | " echo -e "| | | " - echo -e "| | HDMI Screen | " + echo -e "| | HDMI Screen: | " echo -e "| | 7) [KlipperScreen] | " quit_footer } diff --git a/scripts/ui/remove_menu.sh b/scripts/ui/remove_menu.sh index 10688a9..18ba834 100755 --- a/scripts/ui/remove_menu.sh +++ b/scripts/ui/remove_menu.sh @@ -2,8 +2,7 @@ remove_ui(){ top_border echo -e "| ${red}~~~~~~~~~~~~~~ [ Remove Menu ] ~~~~~~~~~~~~~~${default} | " hr - echo -e "| Files and directories which remain untouched: | " - echo -e "| --> ~/printer.cfg | " + echo -e "| Directories which remain untouched: | " echo -e "| --> ~/klipper_config | " echo -e "| --> ~/kiauh-backups | " echo -e "| You need remove them manually if you wish so. | "