Rebuild SD file sort array on Stop SD Print (#9976)
Thanks Chuck Hellebuyck.
This commit is contained in:
parent
920d92aa46
commit
22a017a856
4 changed files with 38 additions and 14 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue