🎨 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

@@ -767,6 +767,10 @@ namespace ExtUI {
return steps > 0 ? CEIL(steps) : FLOOR(steps);
}
float mmFromWholeSteps(int16_t steps, const axis_t axis) {
return steps * planner.steps_to_mm[axis];
}
#endif // BABYSTEPPING
float getZOffset_mm() {