🚸 DWIN Enhanced improve, fix, and extend (#23240)
- Offset icon change to show mesh leveling status - Reset extruder position when enter to Move menu - New live end-stop diagnostic page - Editable firmware retracts settings for Tune and filament settings menu - Print Statistics page accessible from the Advanced Settings menu - Reset printer draws the boot image - Adds individual axes homing menu - Adds probe deploy/stow to Probe Settings menu - Updates lock screen - Rebuilds main buttons to support text caption in other languages - Increases probe offset limits to 60 mm - Fix M303 PID variable update - Fix Resume/Pause button update - Fix redraw of print done - Fix very large file name bug - Fix bug in bed manual leveling
This commit is contained in:
committed by
GitHub
parent
761b1b93c6
commit
d58daaa42c
@@ -400,7 +400,7 @@ namespace Language_pt_br {
|
||||
LSTR MSG_CASE_LIGHT_BRIGHTNESS = _UxGT("Intensidade Brilho");
|
||||
LSTR MSG_KILL_EXPECTED_PRINTER = _UxGT("Impressora Incorreta");
|
||||
|
||||
#if LCD_WIDTH >= 20
|
||||
#if LCD_WIDTH >= 20 || HAS_DWIN_E3V2
|
||||
LSTR MSG_INFO_PRINT_COUNT = _UxGT("Total de Impressões");
|
||||
LSTR MSG_INFO_COMPLETED_PRINTS = _UxGT("Realizadas");
|
||||
LSTR MSG_INFO_PRINT_TIME = _UxGT("Tempo de Impressão");
|
||||
|
||||
Reference in New Issue
Block a user