HOMING_FEEDRATE_MM_M

This commit is contained in:
Scott Lahteine 2020-12-16 20:23:23 -06:00
parent 6150f12b34
commit 670775ce57
239 changed files with 468 additions and 685 deletions

View file

@ -1462,8 +1462,7 @@
#endif
// Homing speeds (mm/min)
#define HOMING_FEEDRATE_XY (6000)
#define HOMING_FEEDRATE_Z (900)
#define HOMING_FEEDRATE_MM_M { (6000), (6000), (900) }
// Validate that endstops are triggered on homing moves
#define VALIDATE_HOMING_ENDSTOPS