소스 검색

Only increase EEPROM version for DELTA printers.

Erik van der Zalm 11 년 전
부모
커밋
fcd8524b6e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      Marlin/ConfigurationStore.cpp

+ 4
- 0
Marlin/ConfigurationStore.cpp 파일 보기

@@ -37,7 +37,11 @@ void _EEPROM_readData(int &pos, uint8_t* value, uint8_t size)
37 37
 // the default values are used whenever there is a change to the data, to prevent
38 38
 // wrong data being written to the variables.
39 39
 // ALSO:  always make sure the variables in the Store and retrieve sections are in the same order.
40
+#ifdef DELTA
40 41
 #define EEPROM_VERSION "V11"
42
+#else
43
+#define EEPROM_VERSION "V10"
44
+#endif
41 45
 
42 46
 #ifdef EEPROM_SETTINGS
43 47
 void Config_StoreSettings() 

Loading…
취소
저장