Use ABC and XYZ for "3"

This commit is contained in:
Scott Lahteine
2016-08-20 22:38:32 -05:00
parent 4cd1ad8f28
commit 2f223b8c79
6 changed files with 40 additions and 40 deletions

View File

@ -128,7 +128,7 @@ class Stepper {
static uint8_t step_loops, step_loops_nominal;
static unsigned short OCR1A_nominal;
static volatile long endstops_trigsteps[3];
static volatile long endstops_trigsteps[XYZ];
static volatile long endstops_stepsTotal, endstops_stepsDone;
#if HAS_MOTOR_CURRENT_PWM