Merge pull request #4593 from 3d-gussner/MK3_Fix_Stop_print_for_host_prints
Fix Stop print to send host action when host print is active
This commit is contained in:
commit
dc3b3387ed
|
|
@ -5731,7 +5731,7 @@ void print_stop(bool interactive, bool unconditional_stop)
|
|||
ConditionalStop();
|
||||
}
|
||||
|
||||
if (card.mounted) {
|
||||
if (card.isFileOpen()) {
|
||||
// Reset the sd status
|
||||
card.sdprinting = false;
|
||||
card.closefile();
|
||||
|
|
|
|||
Loading…
Reference in New Issue