Use HOMING_FEEDRATE_Z for Z_PROBE_SPEED_FAST

This commit is contained in:
Scott Lahteine
2016-07-19 18:21:38 -07:00
parent 09a3cc33e6
commit 4a6ed5e221
22 changed files with 22 additions and 22 deletions

View File

@ -500,7 +500,7 @@
// X and Y axis travel speed (mm/m) between probes
#define XY_PROBE_SPEED 8000
// Speed for the first approach when probing
#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
// Speed for the second approach when probing
#define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)