Fix undefined/unused, Touch UI (#17874)

This commit is contained in:
Marcio T
2020-05-04 12:57:12 -06:00
committed by GitHub
parent 5e23fd6ef1
commit 2a959cde6f
7 changed files with 14 additions and 8 deletions

View File

@ -1514,6 +1514,8 @@ void backout_to_tmc_homing_phase(const AxisEnum axis) {
// retrace by the amount computed in mmDelta.
do_homing_move(axis, mmDelta, get_homing_bump_feedrate(axis));
}
#else
UNUSED(axis);
#endif
}