🔧 Endstop / DIAG homing conflict warning (#23050)

This commit is contained in:
Keith Bennett
2021-11-01 22:43:40 -07:00
committed by Scott Lahteine
parent 4dcd872be5
commit b033da1782
24 changed files with 55 additions and 37 deletions

View File

@ -1130,7 +1130,7 @@ private:
static void M913();
static void M913_report(const bool forReplay=true);
#endif
#if ENABLED(USE_SENSORLESS)
#if USE_SENSORLESS
static void M914();
static void M914_report(const bool forReplay=true);
#endif