Browse Source

🩹 Wrap endstop_diag.cpp (#23931)

FB4S_WIFI
ellensp 3 years ago
committed by Scott Lahteine
parent
commit
1c89c0470f
  1. 11
      Marlin/src/lcd/e3v2/proui/endstop_diag.cpp

11
Marlin/src/lcd/e3v2/proui/endstop_diag.cpp

@ -21,15 +21,19 @@
*/ */
/** /**
* DWIN End Stops diagnostic page for PRO UI * DWIN Endstops diagnostic page for PRO UI
* Author: Miguel A. Risco-Castillo (MRISCOC) * Author: Miguel A. Risco-Castillo (MRISCOC)
* Version: 1.2.2 * Version: 1.2.2
* Date: 2022/02/24 * Date: 2022/02/24
*/ */
#include "../../../inc/MarlinConfigPre.h"
#if ENABLED(DWIN_LCD_PROUI)
#include "dwin_defines.h" #include "dwin_defines.h"
#if BOTH(DWIN_LCD_PROUI, HAS_ESDIAG) #if HAS_ESDIAG
#include "endstop_diag.h" #include "endstop_diag.h"
@ -105,4 +109,5 @@ void ESDiagClass::Update() {
DWIN_UpdateLCD(); DWIN_UpdateLCD();
} }
#endif // DWIN_LCD_PROUI && HAS_ESDIAG #endif // HAS_ESDIAG
#endif // DWIN_LCD_PROUI

Loading…
Cancel
Save