Merge pull request #392 from PavelSindler/fail_stats
filament fails counter fix
This commit is contained in:
commit
78d6088d48
@ -261,6 +261,9 @@ void fsensor_update()
|
||||
else*/
|
||||
{
|
||||
fsensor_stop_and_save_print();
|
||||
uint8_t ferror_count = eeprom_read_byte((uint8_t*)EEPROM_FERROR_COUNT);
|
||||
ferror_count++;
|
||||
eeprom_update_byte((uint8_t*)EEPROM_FERROR_COUNT, ferror_count);
|
||||
enquecommand_front_P((PSTR("M600")));
|
||||
fsensor_M600 = true;
|
||||
fsensor_enabled = false;
|
||||
|
Loading…
Reference in New Issue
Block a user