Slower homing feedrate for chiron
This commit is contained in:
@@ -1856,12 +1856,18 @@
|
||||
#define HOMING_FEEDRATE_Z (4*60)
|
||||
#endif
|
||||
|
||||
#if EITHER(KNUTWURST_MEGA_X, KNUTWURST_CHIRON)
|
||||
#if ENABLED(KNUTWURST_MEGA_X)
|
||||
// Homing speeds (mm/m)
|
||||
#define HOMING_FEEDRATE_XY (40*60)
|
||||
#define HOMING_FEEDRATE_Z (6*60)
|
||||
#endif
|
||||
|
||||
#if ENABLED(KNUTWURST_CHIRON)
|
||||
// Homing speeds (mm/m)
|
||||
#define HOMING_FEEDRATE_XY (30*60)
|
||||
#define HOMING_FEEDRATE_Z (6*60)
|
||||
#endif
|
||||
|
||||
|
||||
// Validate that endstops are triggered on homing moves
|
||||
#define VALIDATE_HOMING_ENDSTOPS
|
||||
|
@@ -41,7 +41,7 @@
|
||||
* here we define this default string as the date where the latest release
|
||||
* version was tagged.
|
||||
*/
|
||||
#define CUSTOM_BUILD_VERSION "1.2.0-beta.5"
|
||||
#define CUSTOM_BUILD_VERSION "1.2.0"
|
||||
|
||||
#ifndef STRING_DISTRIBUTION_DATE
|
||||
#define STRING_DISTRIBUTION_DATE "2021-06-21"
|
||||
|
Reference in New Issue
Block a user