🎨 Fix and improve FTDI Eve Touch UI (#22093)

This commit is contained in:
Marcio T
2021-06-10 02:17:39 -06:00
committed by Scott Lahteine
parent 9ca121bc5a
commit 6d2c7aa227
9 changed files with 28 additions and 19 deletions

View File

@@ -239,6 +239,7 @@ namespace ExtUI {
#if ENABLED(BABYSTEPPING)
int16_t mmToWholeSteps(const_float_t mm, const axis_t axis);
float mmFromWholeSteps(int16_t steps, const axis_t axis);
bool babystepAxis_steps(const int16_t steps, const axis_t axis);
void smartAdjustAxis_steps(const int16_t steps, const axis_t axis, bool linked_nozzles);