✨ X Twist Compensation & Calibration (#23238)
This commit is contained in:
@@ -39,13 +39,11 @@
|
||||
#include "../../feature/bedlevel/bedlevel.h"
|
||||
#endif
|
||||
|
||||
void _goto_manual_move_z(const_float_t);
|
||||
|
||||
// Global storage
|
||||
float z_offset_backup, calculated_z_offset, z_offset_ref;
|
||||
|
||||
#if HAS_LEVELING
|
||||
bool leveling_was_active;
|
||||
#endif
|
||||
|
||||
inline void z_clearance_move() {
|
||||
do_z_clearance(
|
||||
#ifdef Z_AFTER_HOMING
|
||||
@@ -65,11 +63,6 @@ void set_offset_and_go_back(const_float_t z) {
|
||||
ui.goto_previous_screen_no_defer();
|
||||
}
|
||||
|
||||
void _goto_manual_move_z(const_float_t scale) {
|
||||
ui.manual_move.menu_scale = scale;
|
||||
ui.goto_screen(lcd_move_z);
|
||||
}
|
||||
|
||||
void probe_offset_wizard_menu() {
|
||||
START_MENU();
|
||||
calculated_z_offset = probe.offset.z + current_position.z - z_offset_ref;
|
||||
|
||||
Reference in New Issue
Block a user