Skip to content

Commit 8ccd97e

Browse files
committed
Updated all example configuration files
1 parent de81086 commit 8ccd97e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+437
-8
lines changed

Marlin/Configuration.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
* You must increment this version number for every significant change such as,
4848
* but not limited to: ADD, DELETE RENAME OR REPURPOSE any directive/option.
4949
*
50-
* Note: Update also Default_Version.h !
50+
* Note: Update also Version.h !
5151
*/
52-
#define CONFIGURATION_H_VERSION 1
52+
#define CONFIGURATION_H_VERSION 010100
5353

5454
#include "boards.h"
5555
#include "macros.h"

Marlin/Configuration_adv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
* You must increment this version number for every significant change such as,
4343
* but not limited to: ADD, DELETE RENAME OR REPURPOSE any directive/option.
4444
*
45-
* Note: Update also Default_Version.h !
45+
* Note: Update also Version.h !
4646
*/
47-
#define CONFIGURATION_ADV_H_VERSION 1
47+
#define CONFIGURATION_ADV_H_VERSION 010100
4848

4949
#include "Conditionals.h"
5050

Marlin/SanityCheck.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
* will force a minimum config file revision, otherwise Marlin will not build.
4646
*/
4747
#if ! defined(CONFIGURATION_H_VERSION) || CONFIGURATION_H_VERSION < REQUIRED_CONFIGURATION_H_VERSION
48-
#error You are using an old Configuration.h file, updated it before building Marlin.
48+
#error You are using an old Configuration.h file, update it before building Marlin.
4949
#endif
5050

5151
#if ! defined(CONFIGURATION_ADV_H_VERSION) || CONFIGURATION_ADV_H_VERSION < REQUIRED_CONFIGURATION_ADV_H_VERSION
52-
#error You are using an old Configuration_adv.h file, updated it before building Marlin.
52+
#error You are using an old Configuration_adv.h file, update it before building Marlin.
5353
#endif
5454

5555
/**

Marlin/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
* but not limited to: ADD, DELETE RENAME OR REPURPOSE any directive/option on
5252
* the configuration files.
5353
*/
54-
#define REQUIRED_CONFIGURATION_H_VERSION 1
55-
#define REQUIRED_CONFIGURATION_ADV_H_VERSION 1
54+
#define REQUIRED_CONFIGURATION_H_VERSION 010100
55+
#define REQUIRED_CONFIGURATION_ADV_H_VERSION 010100
5656

5757
/**
5858
* @todo: Missing documentation block
Binary file not shown.

Marlin/example_configurations/Felix/Configuration.h

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,19 @@
3838
#ifndef CONFIGURATION_H
3939
#define CONFIGURATION_H
4040

41+
/**
42+
*
43+
* ***********************************
44+
* ** ATTENTION TO ALL DEVELOPERS **
45+
* ***********************************
46+
*
47+
* You must increment this version number for every significant change such as,
48+
* but not limited to: ADD, DELETE RENAME OR REPURPOSE any directive/option.
49+
*
50+
* Note: Update also Version.h !
51+
*/
52+
#define CONFIGURATION_H_VERSION 010100
53+
4154
#include "boards.h"
4255
#include "macros.h"
4356

Marlin/example_configurations/Felix/Configuration_adv.h

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,19 @@
3333
#ifndef CONFIGURATION_ADV_H
3434
#define CONFIGURATION_ADV_H
3535

36+
/**
37+
*
38+
* ***********************************
39+
* ** ATTENTION TO ALL DEVELOPERS **
40+
* ***********************************
41+
*
42+
* You must increment this version number for every significant change such as,
43+
* but not limited to: ADD, DELETE RENAME OR REPURPOSE any directive/option.
44+
*
45+
* Note: Update also Version.h !
46+
*/
47+
#define CONFIGURATION_ADV_H_VERSION 010100
48+
3649
#include "Conditionals.h"
3750

3851
// @section temperature
Binary file not shown.

Marlin/example_configurations/Felix/DUAL/Configuration.h

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,19 @@
3838
#ifndef CONFIGURATION_H
3939
#define CONFIGURATION_H
4040

41+
/**
42+
*
43+
* ***********************************
44+
* ** ATTENTION TO ALL DEVELOPERS **
45+
* ***********************************
46+
*
47+
* You must increment this version number for every significant change such as,
48+
* but not limited to: ADD, DELETE RENAME OR REPURPOSE any directive/option.
49+
*
50+
* Note: Update also Version.h !
51+
*/
52+
#define CONFIGURATION_H_VERSION 010100
53+
4154
#include "boards.h"
4255
#include "macros.h"
4356

Binary file not shown.

0 commit comments

Comments
 (0)