mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 15:07:34 -06:00
Constant Z_PROBE_SPEED_FAST
This commit is contained in:
parent
670775ce57
commit
a578bb7179
232 changed files with 232 additions and 232 deletions
|
@ -1021,7 +1021,7 @@
|
|||
#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_mm_m.z
|
||||
#define Z_PROBE_SPEED_FAST (8*60)
|
||||
|
||||
// Feedrate (mm/min) for the "accurate" probe of each point
|
||||
#define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue