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

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

View file

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