- Disable DGUS Fix for Mega X to switch to the better Special Menu

- Bump Version to 1.1.4 Beta
- Fix Special Menu Handling when no SD Card is present
- Add Pictures for new WIKI Page
- Set Classic jerk to 0.2 since this is needed for Mesh Leveling
This commit is contained in:
Knutwurst
2020-08-23 11:40:00 +02:00
parent 2ef275c95b
commit b8cbfd7569
11 changed files with 22 additions and 21 deletions

View File

@@ -998,7 +998,7 @@
#endif
#if ENABLED(KNUTWURST_MEGA_X)
#define CLASSIC_JERK
//#define CLASSIC_JERK
#endif
#if ENABLED(CLASSIC_JERK)
@@ -1012,7 +1012,7 @@
#if ENABLED(KNUTWURST_MEGA_X)
#define DEFAULT_XJERK 4.0
#define DEFAULT_YJERK 4.0
#define DEFAULT_ZJERK 0.1
#define DEFAULT_ZJERK 0.2
#endif