startFileprint delayed
This commit is contained in:
parent
c38458eb67
commit
05e0abbd9d
2 changed files with 2 additions and 3 deletions
Firmware
|
@ -660,8 +660,7 @@ void crashdet_detected()
|
|||
lcd_setstatuspgm(MSG_CRASH_DETECTED);
|
||||
if (yesno)
|
||||
{
|
||||
enquecommand_P(PSTR("G28 X"));
|
||||
enquecommand_P(PSTR("G28 Y"));
|
||||
enquecommand_P(PSTR("G28 X Y"));
|
||||
enquecommand_P(PSTR("CRASH_RECOVER"));
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue