mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-08 07:27:44 -06:00
Update XY_PROBE_SPEED format
This commit is contained in:
parent
8d8b2fcc43
commit
8fff7c0d77
180 changed files with 181 additions and 181 deletions
|
@ -1015,7 +1015,7 @@
|
|||
#define PROBING_MARGIN 10
|
||||
|
||||
// X and Y axis travel speed (mm/min) between probes
|
||||
#define XY_PROBE_SPEED 1000
|
||||
#define XY_PROBE_SPEED (16*60)
|
||||
|
||||
// Feedrate (mm/min) for the first approach when double-probing (MULTIPLE_PROBING == 2)
|
||||
#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue