ExtUI homing / leveling additions
This commit is contained in:
committed by
Scott Lahteine
parent
bf4c08bce1
commit
889695b6ba
@ -96,6 +96,8 @@ void GcodeSuite::M1001() {
|
||||
queue.inject_P(PSTR(SD_FINISHED_RELEASECOMMAND));
|
||||
#endif
|
||||
|
||||
TERN_(EXTENSIBLE_UI, ExtUI::onPrintFinished());
|
||||
|
||||
// Re-select the last printed file in the UI
|
||||
TERN_(SD_REPRINT_LAST_SELECTED_FILE, ui.reselect_last_file());
|
||||
}
|
||||
|
Reference in New Issue
Block a user