Set SDPAUSE state on M600 regardless of prior TFTstate

Move the routine to a better position and set the state regardless of SDPRINT status.

This ensures that M600 makes the display show a continue button every time. Before, it was only behaving correctly for the first instance of M600.
This commit is contained in:
David Ramiro
2019-02-23 11:16:29 +01:00
parent 8448c67846
commit 8fc01144f1
2 changed files with 14 additions and 7 deletions

View File

@@ -41,7 +41,7 @@
* Defines the version of the Marlin-AI3M build. Not to be confused with
* Marlin's own build number, e.g. 1.1.9.
*/
#define CUSTOM_BUILD_VERSION "v1.4.0"
#define CUSTOM_BUILD_VERSION "v1.4.1"
/**
* Verbose version identifier which should contain a reference to the location