✏️ 9-axis followup (sanity-check)

This commit is contained in:
Scott Lahteine
2022-06-24 01:08:06 -05:00
parent ad96c36730
commit 106537ff43
2 changed files with 5 additions and 3 deletions

View File

@@ -669,9 +669,9 @@
* Number of Linear Axes (e.g., XYZIJKUVW)
* All the logical axes except for the tool (E) axis
*/
#ifdef LINEAR_AXES
#undef LINEAR_AXES
#define LINEAR_AXES_WARNING 1
#ifdef NUM_AXES
#undef NUM_AXES
#define NUM_AXES_WARNING 1
#endif
#ifdef W_DRIVER_TYPE