🧑‍💻 Misc. updates for extra axes (#23521)

This commit is contained in:
Scott Lahteine
2022-01-14 03:14:13 -06:00
committed by GitHub
parent 70d3607f56
commit 40481947fc
27 changed files with 289 additions and 205 deletions

View File

@@ -558,7 +558,7 @@ void _O2 Endstops::report_states() {
#if HAS_J_MAX
ES_REPORT(J_MAX);
#endif
#if HAS_K_MIN
#if HAS_K_MIN
ES_REPORT(K_MIN);
#endif
#if HAS_K_MAX