Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crashdet_cancel doesnt cleanup all variables when using Octoprint
I would think that this should behave similarly as when stopping the print via the LCD. Changed UnconditionalSto()p to not close the SD card file if we're using Octoprint. Then there shouldnt be any file open. Some of the variables which were not reset: isPrintPaused pause_time saved_start_position saved_printing_type Bed heater may be left on? Change in memory: Flash: -28 bytes SRAM: 0 bytes
- Loading branch information