mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-15 02:36:19 +00:00
parent
69f8da4682
commit
aaf55a21ad
1 changed files with 2 additions and 2 deletions
|
@ -883,7 +883,7 @@ void set_message_with_feedback(FSTR_P const fstr) {
|
||||||
save_ubl_active_state_and_disable(); // Disable bed level correction for probing
|
save_ubl_active_state_and_disable(); // Disable bed level correction for probing
|
||||||
|
|
||||||
do_blocking_move_to(
|
do_blocking_move_to(
|
||||||
NUM_AXIS_LIST(
|
xyz_pos_t({
|
||||||
0.5f * ((MESH_MAX_X) - (MESH_MIN_X)),
|
0.5f * ((MESH_MAX_X) - (MESH_MIN_X)),
|
||||||
0.5f * ((MESH_MAX_Y) - (MESH_MIN_Y)),
|
0.5f * ((MESH_MAX_Y) - (MESH_MIN_Y)),
|
||||||
MANUAL_PROBE_START_Z
|
MANUAL_PROBE_START_Z
|
||||||
|
@ -905,7 +905,7 @@ void set_message_with_feedback(FSTR_P const fstr) {
|
||||||
#ifdef SAFE_BED_LEVELING_START_W
|
#ifdef SAFE_BED_LEVELING_START_W
|
||||||
, SAFE_BED_LEVELING_START_W
|
, SAFE_BED_LEVELING_START_W
|
||||||
#endif
|
#endif
|
||||||
)
|
})
|
||||||
//, _MIN(planner.settings.max_feedrate_mm_s[X_AXIS], planner.settings.max_feedrate_mm_s[Y_AXIS]) * 0.5f
|
//, _MIN(planner.settings.max_feedrate_mm_s[X_AXIS], planner.settings.max_feedrate_mm_s[Y_AXIS]) * 0.5f
|
||||||
);
|
);
|
||||||
planner.synchronize();
|
planner.synchronize();
|
||||||
|
|
Loading…
Add table
Reference in a new issue