Merge pull request #4132 from leptun/fix_autoload_filament_prompt
This commit is contained in:
commit
e88c92a8dc
|
|
@ -117,7 +117,7 @@ void Filament_sensor::triggerFilamentInserted() {
|
||||||
|| eeprom_read_byte((uint8_t *)EEPROM_WIZARD_ACTIVE)
|
|| eeprom_read_byte((uint8_t *)EEPROM_WIZARD_ACTIVE)
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
lcd_AutoLoadFilament();
|
menu_submenu(lcd_AutoLoadFilament, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue