diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 0a2e11895e..631c2ecead 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1255,7 +1255,7 @@ #if ENABLED(NOZZLE_PARK_FEATURE) // Specify a park position as { X, Y, Z } - #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), (Y_MIN_POS - 10), 20 } + #define NOZZLE_PARK_POINT { 10, 10, 20 } #define NOZZLE_PARK_XY_FEEDRATE 100 // X and Y axes feedrate in mm/s (also used for delta printers Z axis) #define NOZZLE_PARK_Z_FEEDRATE 5 // Z axis feedrate in mm/s (not used for delta printers) #endif