Move Z Probe Z Offset from Advanced to basic Configuration (#13056)
This commit is contained in:
committed by
Scott Lahteine
parent
31e213e427
commit
7d927b6691
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user