HOMING_FEEDRATE_* fixups (#380)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
Keith Bennett 2020-12-27 22:33:50 -08:00 committed by GitHub
parent fd9de51ba6
commit 3bc92bac51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 38 additions and 32 deletions

View file

@ -1590,8 +1590,9 @@
#define Z_SAFE_HOMING_Y_POINT Y_CENTER // Y point for Z homing
#endif
// Delta only homes to Z
#define HOMING_FEEDRATE_MM_M { (60*60), (60*60), (60*60) }
// Homing speeds (mm/min)
#define HOMING_FEEDRATE_Z (60*60)
#define HOMING_FEEDRATE_MM_M { HOMING_FEEDRATE_Z, HOMING_FEEDRATE_Z, HOMING_FEEDRATE_Z }
// Validate that endstops are triggered on homing moves
#define VALIDATE_HOMING_ENDSTOPS