- 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
@@ -998,7 +998,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(KNUTWURST_MEGA_X)
|
#if ENABLED(KNUTWURST_MEGA_X)
|
||||||
#define CLASSIC_JERK
|
//#define CLASSIC_JERK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(CLASSIC_JERK)
|
#if ENABLED(CLASSIC_JERK)
|
||||||
@@ -1012,7 +1012,7 @@
|
|||||||
#if ENABLED(KNUTWURST_MEGA_X)
|
#if ENABLED(KNUTWURST_MEGA_X)
|
||||||
#define DEFAULT_XJERK 4.0
|
#define DEFAULT_XJERK 4.0
|
||||||
#define DEFAULT_YJERK 4.0
|
#define DEFAULT_YJERK 4.0
|
||||||
#define DEFAULT_ZJERK 0.1
|
#define DEFAULT_ZJERK 0.2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@@ -41,11 +41,11 @@
|
|||||||
* here we define this default string as the date where the latest release
|
* here we define this default string as the date where the latest release
|
||||||
* version was tagged.
|
* version was tagged.
|
||||||
*/
|
*/
|
||||||
#define CUSTOM_BUILD_VERSION "1.1.3"
|
#define CUSTOM_BUILD_VERSION "1.1.4-beta"
|
||||||
|
|
||||||
#ifndef STRING_DISTRIBUTION_DATE
|
#ifndef STRING_DISTRIBUTION_DATE
|
||||||
//#define STRING_DISTRIBUTION_DATE "2020-07-09"
|
//#define STRING_DISTRIBUTION_DATE "2020-07-09"
|
||||||
#define STRING_DISTRIBUTION_DATE "2020-08-16"
|
#define STRING_DISTRIBUTION_DATE "2020-08-23"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1219,16 +1219,17 @@ void AnycubicTouchscreenClass::GetCommandFromTFT()
|
|||||||
{
|
{
|
||||||
HARDWARE_SERIAL_PROTOCOLPGM("J02"); // J02 SD Card initilized
|
HARDWARE_SERIAL_PROTOCOLPGM("J02"); // J02 SD Card initilized
|
||||||
HARDWARE_SERIAL_ENTER();
|
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
|
#endif
|
||||||
break;
|
break;
|
||||||
case 9: // A9 pause sd print
|
case 9: // A9 pause sd print
|
||||||
|
@@ -90,8 +90,8 @@ board_build.f_cpu = 16000000L
|
|||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
||||||
build_flags = ${common.build_flags} -DMOTHERBOARD=BOARD_TRIGORILLA_14 -DKNUTWURST_MEGA_X -DKNUTWURST_DGUS2_TFT
|
build_flags = ${common.build_flags} -DMOTHERBOARD=BOARD_TRIGORILLA_14 -DKNUTWURST_MEGA_X
|
||||||
build_unflags = -DKNUTWURST_MEGA -DKNUTWURST_MEGA_S -DKNUTWURST_TMC -DKNUTWURST_BLTOUCH
|
build_unflags = -DKNUTWURST_MEGA -DKNUTWURST_MEGA_S -DKNUTWURST_TMC -DKNUTWURST_BLTOUCH -DKNUTWURST_DGUS2_TFT
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -102,8 +102,8 @@ board_build.f_cpu = 16000000L
|
|||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
||||||
build_flags = ${common.build_flags} -DMOTHERBOARD=BOARD_TRIGORILLA_14 -DKNUTWURST_MEGA_X -DKNUTWURST_DGUS2_TFT -DKNUTWURST_TMC
|
build_flags = ${common.build_flags} -DMOTHERBOARD=BOARD_TRIGORILLA_14 -DKNUTWURST_MEGA_X -DKNUTWURST_TMC
|
||||||
build_unflags = -DKNUTWURST_MEGA -DKNUTWURST_MEGA_S -DKNUTWURST_BLTOUCH
|
build_unflags = -DKNUTWURST_MEGA -DKNUTWURST_MEGA_S -DKNUTWURST_BLTOUCH -DKNUTWURST_DGUS2_TFT
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -287,8 +287,8 @@ board_build.f_cpu = 16000000L
|
|||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
||||||
build_flags = ${common.build_flags} -DMOTHERBOARD=BOARD_TRIGORILLA_14_11 -DKNUTWURST_MEGA_X -DKNUTWURST_DGUS2_TFT -DKNUTWURST_BLTOUCH
|
build_flags = ${common.build_flags} -DMOTHERBOARD=BOARD_TRIGORILLA_14_11 -DKNUTWURST_MEGA_X -DKNUTWURST_BLTOUCH
|
||||||
build_unflags = -DKNUTWURST_MEGA -DKNUTWURST_MEGA_S -DKNUTWURST_TMC
|
build_unflags = -DKNUTWURST_MEGA -DKNUTWURST_MEGA_S -DKNUTWURST_TMC -DKNUTWURST_DGUS2_TFT
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -299,5 +299,5 @@ board_build.f_cpu = 16000000L
|
|||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
||||||
build_flags = ${common.build_flags} -DMOTHERBOARD=BOARD_TRIGORILLA_14_11 -DKNUTWURST_MEGA_X -DKNUTWURST_DGUS2_TFT -DKNUTWURST_TMC -DKNUTWURST_BLTOUCH
|
build_flags = ${common.build_flags} -DMOTHERBOARD=BOARD_TRIGORILLA_14_11 -DKNUTWURST_MEGA_X -DKNUTWURST_TMC -DKNUTWURST_BLTOUCH
|
||||||
build_unflags = -DKNUTWURST_MEGA -DKNUTWURST_MEGA_S
|
build_unflags = -DKNUTWURST_MEGA -DKNUTWURST_MEGA_S -DKNUTWURST_DGUS2_TFT
|
BIN
images/burnt_diode_closeup.jpg
Normal file
After Width: | Height: | Size: 577 KiB |
BIN
images/diode_closeup.jpg
Normal file
After Width: | Height: | Size: 646 KiB |
BIN
images/mobo_with_stepperdrivers.jpg
Normal file
After Width: | Height: | Size: 888 KiB |
BIN
images/mobo_without_stepperdrivers.jpg
Normal file
After Width: | Height: | Size: 776 KiB |
BIN
images/new_diode_closeup.jpg
Normal file
After Width: | Height: | Size: 640 KiB |
BIN
images/printer_open.jpg
Normal file
After Width: | Height: | Size: 607 KiB |
BIN
images/stepper_closeup.jpg
Normal file
After Width: | Height: | Size: 596 KiB |