mirror of
https://github.com/grblHAL/core.git
synced 2026-08-18 00:47:25 +08:00
Pushed incorrect axes config...
This commit is contained in:
@@ -39,7 +39,7 @@ specific needs, i.e. performance tuning or adjusting to non-typical machines.
|
||||
If more than 3 axes are configured a compliant driver and board map file is needed.
|
||||
*/
|
||||
#ifndef N_AXIS
|
||||
#define N_AXIS 4 // Number of axes
|
||||
#define N_AXIS 3 // Number of axes
|
||||
#endif
|
||||
|
||||
/*! \def AXIS_REMAP_ABC2UVW
|
||||
|
||||
Reference in New Issue
Block a user