Merge remote-tracking branch 'upstream/bugfix-2.0.x' into prepare_release_2073

This commit is contained in:
Scott Lahteine
2021-04-29 08:11:03 -05:00
1709 changed files with 85812 additions and 51713 deletions

View File

@@ -42,7 +42,7 @@
* version was tagged.
*/
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2020-10-15"
#define STRING_DISTRIBUTION_DATE "2021-04-29"
#endif
/**
@@ -52,7 +52,7 @@
* to alert users to major changes.
*/
#define MARLIN_HEX_VERSION 020007
#define MARLIN_HEX_VERSION 020008
#ifndef REQUIRED_CONFIGURATION_H_VERSION
#define REQUIRED_CONFIGURATION_H_VERSION MARLIN_HEX_VERSION
#endif
@@ -82,7 +82,7 @@
* providing the source code to your customers.)
*/
#ifndef SOURCE_CODE_URL
#define SOURCE_CODE_URL "https://github.com/MarlinFirmware/Marlin"
#define SOURCE_CODE_URL "github.com/MarlinFirmware/Marlin"
#endif
/**
@@ -97,7 +97,7 @@
* documentation about a specific Marlin release. Displayed in the Info Menu.
*/
#ifndef WEBSITE_URL
#define WEBSITE_URL "https://marlinfw.org"
#define WEBSITE_URL "marlinfw.org"
#endif
/**