Merge pull request #1332 from XPila/V3_5

Fix PFW657 - filament runout detection is not working after autoload …
This commit is contained in:
PavelSindler 2018-11-13 14:10:11 +01:00 committed by GitHub
commit f297e72864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ void fsensor_disable(void)
void fsensor_autoload_set(bool State)
{
if (!State) fsensor_autoload_check_stop();
fsensor_autoload_enabled = State;
eeprom_update_byte((unsigned char *)EEPROM_FSENS_AUTOLOAD_ENABLED, fsensor_autoload_enabled);
}