- 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:
@@ -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
|
||||
|
||||
|
||||
|
@@ -41,11 +41,11 @@
|
||||
* here we define this default string as the date where the latest release
|
||||
* version was tagged.
|
||||
*/
|
||||
#define CUSTOM_BUILD_VERSION "1.1.3"
|
||||
#define CUSTOM_BUILD_VERSION "1.1.4-beta"
|
||||
|
||||
#ifndef STRING_DISTRIBUTION_DATE
|
||||
//#define STRING_DISTRIBUTION_DATE "2020-07-09"
|
||||
#define STRING_DISTRIBUTION_DATE "2020-08-16"
|
||||
#define STRING_DISTRIBUTION_DATE "2020-08-23"
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
@@ -1219,16 +1219,17 @@ void AnycubicTouchscreenClass::GetCommandFromTFT()
|
||||
{
|
||||
HARDWARE_SERIAL_PROTOCOLPGM("J02"); // J02 SD Card initilized
|
||||
HARDWARE_SERIAL_ENTER();
|
||||
{
|
||||
if (CodeSeen('S'))
|
||||
filenumber = CodeValue();
|
||||
|
||||
HARDWARE_SERIAL_PROTOCOLPGM("FN "); // Filelist start
|
||||
HARDWARE_SERIAL_ENTER();
|
||||
PrintList();
|
||||
HARDWARE_SERIAL_PROTOCOLPGM("END"); // Filelist stop
|
||||
HARDWARE_SERIAL_ENTER();
|
||||
}
|
||||
|
||||
if (CodeSeen('S'))
|
||||
filenumber = CodeValue();
|
||||
|
||||
HARDWARE_SERIAL_PROTOCOLPGM("FN "); // Filelist start
|
||||
HARDWARE_SERIAL_ENTER();
|
||||
PrintList();
|
||||
HARDWARE_SERIAL_PROTOCOLPGM("END"); // Filelist stop
|
||||
HARDWARE_SERIAL_ENTER();
|
||||
|
||||
#endif
|
||||
break;
|
||||
case 9: // A9 pause sd print
|
||||
|
Reference in New Issue
Block a user