Merge pull request #4132 from leptun/fix_autoload_filament_prompt

This commit is contained in:
Alex Voinea 2023-04-07 13:21:47 +02:00 committed by GitHub
commit e88c92a8dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }
} }