Rebuild SD file sort array on Stop SD Print (#9976)
Thanks Chuck Hellebuyck.
This commit is contained in:
@ -856,7 +856,11 @@ void kill_screen(const char* lcd_msg) {
|
||||
}
|
||||
|
||||
void lcd_sdcard_stop() {
|
||||
card.stopSDPrint();
|
||||
card.stopSDPrint(
|
||||
#if SD_RESORT
|
||||
true
|
||||
#endif
|
||||
);
|
||||
clear_command_queue();
|
||||
quickstop_stepper();
|
||||
print_job_timer.stop();
|
||||
|
Reference in New Issue
Block a user