💥 Num Axes and Multi-Stepper based on Driver Types (#24120)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
@@ -29,10 +29,10 @@
|
||||
|
||||
class ZStepperAlign {
|
||||
public:
|
||||
static xy_pos_t xy[NUM_Z_STEPPER_DRIVERS];
|
||||
static xy_pos_t xy[NUM_Z_STEPPERS];
|
||||
|
||||
#if HAS_Z_STEPPER_ALIGN_STEPPER_XY
|
||||
static xy_pos_t stepper_xy[NUM_Z_STEPPER_DRIVERS];
|
||||
static xy_pos_t stepper_xy[NUM_Z_STEPPERS];
|
||||
#endif
|
||||
|
||||
static void reset_to_default();
|
||||
|
||||
Reference in New Issue
Block a user