0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-31 14:12:52 +00:00

🩹 Fix DGUS_LCD_UI input (#25374)

This commit is contained in:
Davide Rombolà 2023-02-15 05:10:18 +01:00 committed by GitHub
parent fb480dffe4
commit 028b11f2ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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