mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-24 23:24:02 -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
|
@ -1117,7 +1117,7 @@
|
|||
#define XY_PROBE_SPEED (66*60)
|
||||
|
||||
// Feedrate (mm/min) for the first approach when double-probing (MULTIPLE_PROBING == 2)
|
||||
#define Z_PROBE_SPEED_FAST (HOMING_FEEDRATE_Z / 2)
|
||||
#define Z_PROBE_SPEED_FAST (100*60)/2
|
||||
|
||||
// Feedrate (mm/min) for the "accurate" probe of each point
|
||||
#define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 10) // Slow 2nd probe down a lot, seems to give better results with the Overlord nozzle probe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue