ExtUI for Anycubic I3 Mega (#18655)

This commit is contained in:
JBA
2020-07-17 16:07:09 +10:00
committed by GitHub
parent e90bbb37d4
commit 4abad60bf1
7 changed files with 1753 additions and 4 deletions

View File

@ -79,7 +79,7 @@ void GcodeSuite::M125() {
if (pause_print(retract, park_point, 0, show_lcd)) {
TERN_(POWER_LOSS_RECOVERY, if (recovery.enabled) recovery.save(true));
if (!sd_printing || show_lcd) {
if (ENABLED(EXTENSIBLE_UI) || !sd_printing || show_lcd) {
wait_for_confirmation(false, 0);
resume_print(0, 0, -retract, 0);
}