Move Z Probe Z Offset from Advanced to basic Configuration (#13056)

This commit is contained in:
InsanityAutomation
2019-01-30 22:08:36 -05:00
committed by Scott Lahteine
parent 31e213e427
commit 7d927b6691
3 changed files with 12 additions and 7 deletions

View File

@ -61,7 +61,8 @@ void lcd_pause() {
void lcd_resume() {
#if ENABLED(SDSUPPORT)
if (card.isPaused()) enqueue_and_echo_commands_P(PSTR("M24"));
#elif defined(ACTION_ON_RESUME)
#endif
#ifdef ACTION_ON_RESUME
host_action_resume();
#endif
}