🩹 Slower Kossel homing (#881)

This commit is contained in:
christoferjh 2023-02-09 06:39:33 +01:00 committed by GitHub
parent 004f67ed52
commit a5128765ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2176,7 +2176,7 @@
#endif
// Homing speeds (linear=mm/min, rotational=°/min)
#define HOMING_FEEDRATE_MM_M { (200*60), (200*60), (200*60) }
#define HOMING_FEEDRATE_MM_M { (60*60), (60*60), (60*60) }
// Validate that endstops are triggered on homing moves
#define VALIDATE_HOMING_ENDSTOPS