HOMING_FEEDRATE_* fixups (#380)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
Keith Bennett 2020-12-27 22:33:50 -08:00 committed by GitHub
parent fd9de51ba6
commit 3bc92bac51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 38 additions and 32 deletions

View file

@ -997,7 +997,7 @@
#define PROBING_MARGIN 0
// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_SPEED HOMING_FEEDRATE_XY
#define XY_PROBE_SPEED (50*60)
// Feedrate (mm/min) for the first approach when double-probing (MULTIPLE_PROBING == 2)
#define Z_PROBE_SPEED_FAST (4*60)