Slower homing feedrate for chiron

This commit is contained in:
Knutwurst
2021-06-23 18:31:50 +02:00
parent d78629db24
commit 75e6aa1ac8
2 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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"