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

@ -1569,7 +1569,7 @@
#endif
// Delta only homes to Z
#define HOMING_FEEDRATE_Z (200*60)
#define HOMING_FEEDRATE_MM_M { (200*60), (200*60), (200*60) }
// Validate that endstops are triggered on homing moves
#define VALIDATE_HOMING_ENDSTOPS