Automatically disable steppers after stopping the print.

This commit is contained in:
Knutwurst
2022-02-13 12:34:32 +01:00
parent f03df0b280
commit 3afc5c0dc1
2 changed files with 9 additions and 21 deletions

View File

@@ -41,10 +41,10 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define CUSTOM_BUILD_VERSION "1.4.1"
#define CUSTOM_BUILD_VERSION "1.4.2"
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2022-02-09"
#define STRING_DISTRIBUTION_DATE "2022-02-13"
#endif
/**