[2.0.x] Fix NOZZLE_PARK_FEATURE for Anycubic Kossel (#11812)

This commit is contained in:
Hannes Brandstätter-Müller
2018-09-12 22:37:38 +02:00
committed by Scott Lahteine
parent 4fb2134f00
commit c37d3ae97d
2 changed files with 2 additions and 2 deletions

View File

@@ -1488,7 +1488,7 @@
#if ENABLED(NOZZLE_PARK_FEATURE)
// 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_Z_FEEDRATE 100 // Z axis feedrate in mm/s (not used for delta printers)
#endif