Skip to content

Commit 60b68f5

Browse files
committed
Fix DGUS build by setting WAIT_MS_UNTIL_ACYCLIC_SEND globally
1 parent ca67eef commit 60b68f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Marlin/src/inc/Version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#define CUSTOM_BUILD_VERSION "1.5.4"
4545

4646
#ifndef STRING_DISTRIBUTION_DATE
47-
#define STRING_DISTRIBUTION_DATE "2024-05-29"
47+
#define STRING_DISTRIBUTION_DATE "2024-06-03"
4848
#endif
4949

5050
/**

Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#define TFT_MAX_CMD_SIZE 96
2929
#define MSG_MY_VERSION CUSTOM_BUILD_VERSION
3030
#define MAX_PRINTABLE_FILENAME_LEN 26
31+
#define WAIT_MS_UNTIL_ACYCLIC_SEND 500
3132

3233
enum AnycubicMediaPrintState {
3334
AMPRINTSTATE_NOT_PRINTING,
@@ -138,7 +139,6 @@ enum AnycubicMediaPauseState {
138139
#define SM_BLTZ_EXIT_L "<SAVE and EXIT>"
139140
#define SM_HS_DISABLE_L "<Disable HiSpeed Mode>"
140141
#define SM_HS_ENABLE_L "<Enable HiSpeed Mode>"
141-
#define WAIT_MS_UNTIL_ACYCLIC_SEND 500
142142
#endif // !KNUTWURST_DGUS2_TFT
143143

144144
#if ENABLED(KNUTWURST_DGUS2_TFT)

0 commit comments

Comments
 (0)