Enable OctoApp
This commit is contained in:
parent
648ebdd9e3
commit
f727e5267f
3 changed files with 3 additions and 6 deletions
|
@ -221,8 +221,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_octoapp_companion" "install_menu_ui_3v3"
|
run "install_octoapp_companion" "install_menu_ui_3v3"
|
||||||
run "disabled_feature" "install_menu_ui_3v3"
|
|
||||||
fi;;
|
fi;;
|
||||||
21)
|
21)
|
||||||
if grep -q "\[simplyprint\]" "$MOONRAKER_CFG"; then
|
if grep -q "\[simplyprint\]" "$MOONRAKER_CFG"; then
|
||||||
|
|
|
@ -240,8 +240,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_octoapp_companion" "install_menu_ui_k1"
|
run "install_octoapp_companion" "install_menu_ui_k1"
|
||||||
run "disabled_feature" "install_menu_ui_k1"
|
|
||||||
fi;;
|
fi;;
|
||||||
24)
|
24)
|
||||||
if grep -q "\[simplyprint\]" "$MOONRAKER_CFG"; then
|
if grep -q "\[simplyprint\]" "$MOONRAKER_CFG"; then
|
||||||
|
|
|
@ -189,8 +189,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_octoapp_companion" "install_menu_ui_ke"
|
run "install_octoapp_companion" "install_menu_ui_ke"
|
||||||
run "disabled_feature" "install_menu_ui_ke"
|
|
||||||
fi;;
|
fi;;
|
||||||
17)
|
17)
|
||||||
if grep -q "\[simplyprint\]" "$MOONRAKER_CFG"; then
|
if grep -q "\[simplyprint\]" "$MOONRAKER_CFG"; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue