mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-25 14:37:27 -07:00
🩹 Fix DGUS_LCD_UI input (#25374)
This commit is contained in:
parent
fb480dffe4
commit
028b11f2ca
1 changed files with 1 additions and 1 deletions
|
|
@ -689,7 +689,7 @@ namespace ExtUI {
|
|||
case RunoutToggle:
|
||||
case PowerLossToggle:
|
||||
case FanKeyIcon:
|
||||
case LedToggle: break;
|
||||
case LedToggle:
|
||||
case e2Preheat: Checkkey = ManualSetTemp; break;
|
||||
case ProbeOffset_Z: Checkkey = Zoffset_Value; break;
|
||||
case VolumeDisplay: Checkkey = VolumeDisplay; break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue