Z Offset Wizard for TFT_LVGL_UI (English) (#23489)

This commit is contained in:
A. Herlas
2022-01-16 06:08:31 +01:00
committed by Scott Lahteine
parent d8c5e49281
commit 8695f462b7
11 changed files with 343 additions and 43 deletions

View File

@ -45,15 +45,7 @@ void _goto_manual_move_z(const_float_t);
float z_offset_backup, calculated_z_offset, z_offset_ref;
inline void z_clearance_move() {
do_z_clearance(
#ifdef Z_AFTER_HOMING
Z_AFTER_HOMING
#elif defined(Z_HOMING_HEIGHT)
Z_HOMING_HEIGHT
#else
10
#endif
);
do_z_clearance(Z_POST_CLEARANCE);
}
void set_offset_and_go_back(const_float_t z) {