Explorar o código

remove setting live adjust status in setup function

PavelSindler %!s(int64=6) %!d(string=hai) anos
pai
achega
5c1db284b0
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Firmware/Marlin_main.cpp

+ 0 - 1
Firmware/Marlin_main.cpp

@@ -1058,7 +1058,6 @@ void setup()
 		// EEPROM_LANG to number lower than 0x0ff.
 		// 1) Set a high power mode.
 		eeprom_write_byte((uint8_t*)EEPROM_SILENT, 0);
-		eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS, CALIBRATION_STATUS_LIVE_ADJUST);
 		eeprom_write_byte((uint8_t*)EEPROM_WIZARD_ACTIVE, 1); //run wizard
 
 	}