Browse Source

Update configs to 020007

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
4584a52ba5
  1. 2
      Marlin/Configuration.h
  2. 2
      Marlin/Configuration_adv.h
  3. 2
      Marlin/src/inc/Version.h

2
Marlin/Configuration.h

@ -36,7 +36,7 @@
* Advanced settings can be found in Configuration_adv.h * Advanced settings can be found in Configuration_adv.h
* *
*/ */
#define CONFIGURATION_H_VERSION 020006 #define CONFIGURATION_H_VERSION 020007
//=========================================================================== //===========================================================================
//============================= Getting Started ============================= //============================= Getting Started =============================

2
Marlin/Configuration_adv.h

@ -31,7 +31,7 @@
* Basic settings can be found in Configuration.h * Basic settings can be found in Configuration.h
* *
*/ */
#define CONFIGURATION_ADV_H_VERSION 020006 #define CONFIGURATION_ADV_H_VERSION 020007
// @section temperature // @section temperature

2
Marlin/src/inc/Version.h

@ -52,7 +52,7 @@
* to alert users to major changes. * to alert users to major changes.
*/ */
#define MARLIN_HEX_VERSION 020006 #define MARLIN_HEX_VERSION 020007
#ifndef REQUIRED_CONFIGURATION_H_VERSION #ifndef REQUIRED_CONFIGURATION_H_VERSION
#define REQUIRED_CONFIGURATION_H_VERSION MARLIN_HEX_VERSION #define REQUIRED_CONFIGURATION_H_VERSION MARLIN_HEX_VERSION
#endif #endif

Loading…
Cancel
Save