|
|
@ -2023,12 +2023,12 @@ inline void gcode_G28() {
|
|
|
|
|
|
|
|
|
|
|
|
if (home_all_axis || homeZ) {
|
|
|
|
if (home_all_axis || homeZ) {
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef Z_SAFE_HOMING
|
|
|
|
#ifdef Z_SAFE_HOMING
|
|
|
|
|
|
|
|
|
|
|
|
if (home_all_axis) {
|
|
|
|
if (home_all_axis) {
|
|
|
|
|
|
|
|
|
|
|
|
current_position[Z_AXIS] = 0;
|
|
|
|
current_position[Z_AXIS] = 0;
|
|
|
|
sync_plan_position();
|
|
|
|
sync_plan_position();
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// Set the probe (or just the nozzle) destination to the safe homing point
|
|
|
|
// Set the probe (or just the nozzle) destination to the safe homing point
|
|
|
|