Fix Z_RAISE_AFTER_PROBING
This commit is contained in:
parent
8a739b6fba
commit
3570447ded
@ -2339,7 +2339,7 @@ inline void gcode_G28() {
|
||||
|
||||
#endif // !AUTO_BED_LEVELING_GRID
|
||||
|
||||
do_blocking_move_to(MANUAL_X_HOME_POS, MANUAL_Y_HOME_POS, Z_RAISE_AFTER_PROBING);
|
||||
do_blocking_move_to(current_position[X_AXIS], current_position[Y_AXIS], Z_RAISE_AFTER_PROBING);
|
||||
st_synchronize();
|
||||
|
||||
#ifndef DELTA
|
||||
|
Loading…
Reference in New Issue
Block a user