[2.0.x] Fix NOZZLE_PARK_FEATURE for Anycubic Kossel (#11812)
This commit is contained in:
committed by
Scott Lahteine
parent
4fb2134f00
commit
c37d3ae97d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user