mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-08 07:27:44 -06:00
HOMING_FEEDRATE_* fixups (#380)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
parent
fd9de51ba6
commit
3bc92bac51
21 changed files with 38 additions and 32 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue