Skip to content

Commit 6ae0708

Browse files
ellenspthinkyhead
authored andcommitted
🩹 Disable DEBUG_DGUSLCD (MarlinFirmware#24798)
1 parent 44e4a9c commit 6ae0708

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Marlin/src/lcd/extui/dgus_reloaded/DGUSDisplay.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include "../../../inc/MarlinConfigPre.h"
3434
#include "../../../MarlinCore.h"
3535

36-
#define DEBUG_DGUSLCD // Uncomment for debug messages
36+
//#define DEBUG_DGUSLCD // Uncomment for debug messages
3737
#define DEBUG_OUT ENABLED(DEBUG_DGUSLCD)
3838
#include "../../../core/debug_out.h"
3939

0 commit comments

Comments
 (0)