Fix DGUS build by setting WAIT_MS_UNTIL_ACYCLIC_SEND globally

This commit is contained in:
Knutwurst
2024-06-03 22:41:56 +02:00
parent ca67eef340
commit 60b68f5228
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@
#define CUSTOM_BUILD_VERSION "1.5.4"
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2024-05-29"
#define STRING_DISTRIBUTION_DATE "2024-06-03"
#endif
/**

View File

@@ -28,6 +28,7 @@
#define TFT_MAX_CMD_SIZE 96
#define MSG_MY_VERSION CUSTOM_BUILD_VERSION
#define MAX_PRINTABLE_FILENAME_LEN 26
#define WAIT_MS_UNTIL_ACYCLIC_SEND 500
enum AnycubicMediaPrintState {
AMPRINTSTATE_NOT_PRINTING,
@@ -138,7 +139,6 @@ enum AnycubicMediaPauseState {
#define SM_BLTZ_EXIT_L "<SAVE and EXIT>"
#define SM_HS_DISABLE_L "<Disable HiSpeed Mode>"
#define SM_HS_ENABLE_L "<Enable HiSpeed Mode>"
#define WAIT_MS_UNTIL_ACYCLIC_SEND 500
#endif // !KNUTWURST_DGUS2_TFT
#if ENABLED(KNUTWURST_DGUS2_TFT)