From 45d1dbbfe0a0c10ce999e6a95eb8567abf6e142d Mon Sep 17 00:00:00 2001 From: PavelSindler Date: Wed, 11 Apr 2018 18:37:07 +0200 Subject: [PATCH] temp cal. active set to false --- Firmware/Marlin_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp index c254dcbb..d1c145ed 100644 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -1277,7 +1277,7 @@ void setup() eeprom_write_word(((uint16_t*)EEPROM_PROBE_TEMP_SHIFT) + 4, 0); //60C eeprom_write_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE, 0); - temp_cal_active = true; + temp_cal_active = false; } if (eeprom_read_byte((uint8_t*)EEPROM_UVLO) == 255) { eeprom_write_byte((uint8_t*)EEPROM_UVLO, 0);