소스 검색

🔖 Configurations version 02000902

Scott Lahteine 3 년 전
부모
커밋
5a04cf0514
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 02000901
38
+#define CONFIGURATION_H_VERSION 02000902
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 02000901
33
+#define CONFIGURATION_ADV_H_VERSION 02000902
34
 
34
 
35
 //===========================================================================
35
 //===========================================================================
36
 //============================= Thermal Settings ============================
36
 //============================= Thermal Settings ============================

+ 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 02000901
55
+#define MARLIN_HEX_VERSION 02000902
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

Loading…
취소
저장