Skip to content

Commit

Permalink
Fix DGUS build by setting WAIT_MS_UNTIL_ACYCLIC_SEND globally
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwurst committed Jun 3, 2024
1 parent ca67eef commit 60b68f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/inc/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

/**
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 60b68f5

Please sign in to comment.