Remove homing_feedrate_mm_m references (#485)

This commit is contained in:
ellensp 2021-05-09 15:03:19 +12:00 committed by GitHub
parent 76a9f77fa0
commit 49f2573e23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1071,7 +1071,7 @@
#define XY_PROBE_FEEDRATE (40*60)
// Feedrate (mm/min) for the first approach when double-probing (MULTIPLE_PROBING == 2)
#define Z_PROBE_FEEDRATE_FAST homing_feedrate_mm_m.z
#define Z_PROBE_FEEDRATE_FAST (4*60)
// Feedrate (mm/min) for the "accurate" probe of each point
#define Z_PROBE_FEEDRATE_SLOW Z_PROBE_FEEDRATE_FAST