Fix filament autoloading

This commit is contained in:
Alex Voinea 2023-04-07 10:36:44 +02:00
parent 72fbf3546d
commit 449e83c7ff
No known key found for this signature in database
GPG Key ID: 37EDFD565CB33BAD
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)
)
) {
lcd_AutoLoadFilament();
menu_submenu(lcd_AutoLoadFilament, true);
}
}