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

@ -95,7 +95,7 @@ unsigned char Temperature::soft_pwm_bed;
#endif
#if ENABLED(BABYSTEPPING)
volatile int Temperature::babystepsTodo[3] = { 0 };
volatile int Temperature::babystepsTodo[XYZ] = { 0 };
#endif
#if ENABLED(THERMAL_PROTECTION_HOTENDS) && WATCH_TEMP_PERIOD > 0