Constant Z_PROBE_SPEED_FAST

This commit is contained in:
Scott Lahteine 2020-12-16 22:37:54 -06:00
parent 670775ce57
commit a578bb7179
232 changed files with 232 additions and 232 deletions

View file

@ -1111,7 +1111,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 / 4)
#define Z_PROBE_SPEED_FAST (200*60)/4
// Feedrate (mm/min) for the "accurate" probe of each point
#define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 4)