🔧 Edge Stepping sanity-check (#25674)

This commit is contained in:
Scott Lahteine
2023-04-14 17:14:04 -05:00
committed by GitHub
parent 161b99cb54
commit efc725863a
3 changed files with 37 additions and 2 deletions

View File

@@ -1133,6 +1133,9 @@
#endif
#endif
// Test for edge stepping on any axis
#define AXIS_HAS_DEDGE(A) (ENABLED(EDGE_STEPPING) && AXIS_IS_TMC(A))
#if ENABLED(DIRECT_STEPPING)
#ifndef STEPPER_PAGES
#define STEPPER_PAGES 16