0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-06-23 23:41:35 +00:00

Adjust park position description

This commit is contained in:
Scott Lahteine 2019-04-05 20:39:54 -05:00
parent 028b78f623
commit 3221658a78
97 changed files with 97 additions and 97 deletions
config/examples/WASP/PowerWASP

View file

@ -1432,7 +1432,7 @@
#define NOZZLE_PARK_FEATURE
#if ENABLED(NOZZLE_PARK_FEATURE)
// Specify a park position as { X, Y, Z }
// Specify a park position as { X, Y, Z_raise }
#define NOZZLE_PARK_POINT { (X_MIN_POS + 10), (Y_MAX_POS - 10), 190 }
#define NOZZLE_PARK_XY_FEEDRATE 100 // (mm/s) X and Y axes feedrate (also used for delta Z axis)
#define NOZZLE_PARK_Z_FEEDRATE 10 // (mm/s) Z axis feedrate (not used for delta printers)