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

@ -1047,7 +1047,7 @@ Black rubber belt(MXL), 18 - tooth aluminium pulley : 87.489 step per mm (Huxley
#define XY_PROBE_SPEED (133*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 (DEFAULT_MAX_Z_FEEDRATE*60)
// Feedrate (mm/min) for the "accurate" probe of each point
#define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)