Add buzzer sound when PID tuning is done.

Set default Jerk to 8 instead of 10 to compensate higher acceleration values.
This commit is contained in:
Knutwurst
2020-10-21 09:22:13 +02:00
parent 838dec5606
commit 79a5fd53c6
2 changed files with 5 additions and 5 deletions

View File

@@ -1066,8 +1066,8 @@
#if ENABLED(CLASSIC_JERK)
#if ANY(KNUTWURST_MEGA, KNUTWURST_MEGA_S, KNUTWURST_MEGA_P)
#define DEFAULT_XJERK 10.0
#define DEFAULT_YJERK 10.0
#define DEFAULT_XJERK 8.0
#define DEFAULT_YJERK 8.0
#define DEFAULT_ZJERK 0.4
#endif