Reenable Mesh after 4 point easy level.
This commit is contained in:
@@ -918,7 +918,7 @@ void AnycubicTouchscreenClass::HandleSpecialMenu() {
|
|||||||
|| (strcasestr_P(currentTouchscreenSelection, PSTR(SM_EZLVL_EXIT_S)) != NULL)) {
|
|| (strcasestr_P(currentTouchscreenSelection, PSTR(SM_EZLVL_EXIT_S)) != NULL)) {
|
||||||
SERIAL_ECHOLNPGM("Special Menu: Exit Easy Level Menu");
|
SERIAL_ECHOLNPGM("Special Menu: Exit Easy Level Menu");
|
||||||
LevelMenu = false;
|
LevelMenu = false;
|
||||||
queue.inject_P(PSTR("G90\nG1 Z10\nG1 X15 Y15 F4000"));
|
queue.inject_P(PSTR("G90\nG1 Z10\nG1 X15 Y15 F4000\nM420 S1"));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user