This commit is contained in:
Cyril 2024-05-13 02:18:11 +02:00
parent 99601b90f1
commit 648ebdd9e3
3 changed files with 3 additions and 6 deletions

View file

@ -180,8 +180,7 @@ function install_menu_3v3() {
elif [ ! -f "$ENTWARE_FILE" ]; then elif [ ! -f "$ENTWARE_FILE" ]; then
error_msg "Entware is needed, please install it first!" error_msg "Entware is needed, please install it first!"
else else
#run "install_octoeverywhere" "install_menu_ui_3v3" run "install_octoeverywhere" "install_menu_ui_3v3"
run "disabled_feature" "install_menu_ui_3v3"
fi;; fi;;
17) 17)
if [ -d "$MOONRAKER_OBICO_FOLDER" ]; then if [ -d "$MOONRAKER_OBICO_FOLDER" ]; then

View file

@ -199,8 +199,7 @@ function install_menu_k1() {
elif [ ! -f "$ENTWARE_FILE" ]; then elif [ ! -f "$ENTWARE_FILE" ]; then
error_msg "Entware is needed, please install it first!" error_msg "Entware is needed, please install it first!"
else else
#run "install_octoeverywhere" "install_menu_ui_k1" run "install_octoeverywhere" "install_menu_ui_k1"
run "disabled_feature" "install_menu_ui_k1"
fi;; fi;;
20) 20)
if [ -d "$MOONRAKER_OBICO_FOLDER" ]; then if [ -d "$MOONRAKER_OBICO_FOLDER" ]; then

View file

@ -148,8 +148,7 @@ function install_menu_ke() {
elif [ ! -f "$ENTWARE_FILE" ]; then elif [ ! -f "$ENTWARE_FILE" ]; then
error_msg "Entware is needed, please install it first!" error_msg "Entware is needed, please install it first!"
else else
#run "install_octoeverywhere" "install_menu_ui_ke" run "install_octoeverywhere" "install_menu_ui_ke"
run "disabled_feature" "install_menu_ui_ke"
fi;; fi;;
13) 13)
if [ -d "$MOONRAKER_OBICO_FOLDER" ]; then if [ -d "$MOONRAKER_OBICO_FOLDER" ]; then