|
|
@ -431,6 +431,7 @@ class Temperature {
|
|
|
|
#if ENABLED(BABYSTEPPING)
|
|
|
|
#if ENABLED(BABYSTEPPING)
|
|
|
|
|
|
|
|
|
|
|
|
static void babystep_axis(const AxisEnum axis, const int distance) {
|
|
|
|
static void babystep_axis(const AxisEnum axis, const int distance) {
|
|
|
|
|
|
|
|
if (axis_known_position[axis]) {
|
|
|
|
#if IS_CORE
|
|
|
|
#if IS_CORE
|
|
|
|
#if ENABLED(BABYSTEP_XY)
|
|
|
|
#if ENABLED(BABYSTEP_XY)
|
|
|
|
switch (axis) {
|
|
|
|
switch (axis) {
|
|
|
@ -457,6 +458,7 @@ class Temperature {
|
|
|
|
babystepsTodo[axis] += distance;
|
|
|
|
babystepsTodo[axis] += distance;
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endif // BABYSTEPPING
|
|
|
|
#endif // BABYSTEPPING
|
|
|
|
|
|
|
|
|
|
|
|