ソースを参照

🔖 Config version 02010200

Scott Lahteine 1年前
コミット
6542f61aaf
3個のファイルの変更3行の追加3行の削除
  1. 1
    1
      Marlin/Configuration.h
  2. 1
    1
      Marlin/Configuration_adv.h
  3. 1
    1
      Marlin/src/inc/Version.h

+ 1
- 1
Marlin/Configuration.h ファイルの表示

35
  *
35
  *
36
  * Advanced settings can be found in Configuration_adv.h
36
  * Advanced settings can be found in Configuration_adv.h
37
  */
37
  */
38
-#define CONFIGURATION_H_VERSION 02010100
38
+#define CONFIGURATION_H_VERSION 02010200
39
 
39
 
40
 //===========================================================================
40
 //===========================================================================
41
 //============================= Getting Started =============================
41
 //============================= Getting Started =============================

+ 1
- 1
Marlin/Configuration_adv.h ファイルの表示

30
  *
30
  *
31
  * Basic settings can be found in Configuration.h
31
  * Basic settings can be found in Configuration.h
32
  */
32
  */
33
-#define CONFIGURATION_ADV_H_VERSION 02010100
33
+#define CONFIGURATION_ADV_H_VERSION 02010200
34
 
34
 
35
 // @section develop
35
 // @section develop
36
 
36
 

+ 1
- 1
Marlin/src/inc/Version.h ファイルの表示

52
  * to alert users to major changes.
52
  * to alert users to major changes.
53
  */
53
  */
54
 
54
 
55
-#define MARLIN_HEX_VERSION 02010100
55
+#define MARLIN_HEX_VERSION 02010200
56
 #ifndef REQUIRED_CONFIGURATION_H_VERSION
56
 #ifndef REQUIRED_CONFIGURATION_H_VERSION
57
   #define REQUIRED_CONFIGURATION_H_VERSION MARLIN_HEX_VERSION
57
   #define REQUIRED_CONFIGURATION_H_VERSION MARLIN_HEX_VERSION
58
 #endif
58
 #endif

読み込み中…
キャンセル
保存