Use ABC and XYZ for "3"
This commit is contained in:
parent
4cd1ad8f28
commit
2f223b8c79
6 changed files with 40 additions and 40 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue