mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-23 22:54:11 -06:00
HOMING_FEEDRATE_* fixups (#380)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
parent
fd9de51ba6
commit
3bc92bac51
21 changed files with 38 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue