Merge bugfix-2.0.x into 2.0.x

This commit is contained in:
Scott Lahteine
2020-09-28 20:59:49 -05:00
696 changed files with 30302 additions and 12723 deletions

View File

@@ -42,7 +42,7 @@
* version was tagged.
*/
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2020-08-28"
#define STRING_DISTRIBUTION_DATE "2020-09-29"
#endif
/**
@@ -52,7 +52,7 @@
* to alert users to major changes.
*/
#define MARLIN_HEX_VERSION 020006
#define MARLIN_HEX_VERSION 020007
#ifndef REQUIRED_CONFIGURATION_H_VERSION
#define REQUIRED_CONFIGURATION_H_VERSION MARLIN_HEX_VERSION
#endif