|
|
@ -1488,7 +1488,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(NOZZLE_PARK_FEATURE)
|
|
|
|
#if ENABLED(NOZZLE_PARK_FEATURE)
|
|
|
|
// Specify a park position as { X, Y, Z }
|
|
|
|
// Specify a park position as { X, Y, Z }
|
|
|
|
#define NOZZLE_PARK_POINT { 0, 0, MANUAL_Z_HOME_POS }
|
|
|
|
#define NOZZLE_PARK_POINT { 0, 0, 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_XY_FEEDRATE 100 // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
|
|
|
|
#define NOZZLE_PARK_Z_FEEDRATE 100 // Z axis feedrate in mm/s (not used for delta printers)
|
|
|
|
#define NOZZLE_PARK_Z_FEEDRATE 100 // Z axis feedrate in mm/s (not used for delta printers)
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|