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

@ -1474,8 +1474,7 @@
#endif
// Homing speeds (mm/min)
#define HOMING_FEEDRATE_XY (40*60)
#define HOMING_FEEDRATE_Z (4*60)
#define HOMING_FEEDRATE_MM_M { (40*60), (40*60), (4*60) }
// Validate that endstops are triggered on homing moves
#define VALIDATE_HOMING_ENDSTOPS