Commit 60b68f5 1 parent ca67eef commit 60b68f5 Copy full SHA for 60b68f5
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
#define CUSTOM_BUILD_VERSION "1.5.4"
45
45
46
46
#ifndef STRING_DISTRIBUTION_DATE
47
- #define STRING_DISTRIBUTION_DATE "2024-05-29 "
47
+ #define STRING_DISTRIBUTION_DATE "2024-06-03 "
48
48
#endif
49
49
50
50
/**
Original file line number Diff line number Diff line change 28
28
#define TFT_MAX_CMD_SIZE 96
29
29
#define MSG_MY_VERSION CUSTOM_BUILD_VERSION
30
30
#define MAX_PRINTABLE_FILENAME_LEN 26
31
+ #define WAIT_MS_UNTIL_ACYCLIC_SEND 500
31
32
32
33
enum AnycubicMediaPrintState {
33
34
AMPRINTSTATE_NOT_PRINTING,
@@ -138,7 +139,6 @@ enum AnycubicMediaPauseState {
138
139
#define SM_BLTZ_EXIT_L " <SAVE and EXIT>"
139
140
#define SM_HS_DISABLE_L " <Disable HiSpeed Mode>"
140
141
#define SM_HS_ENABLE_L " <Enable HiSpeed Mode>"
141
- #define WAIT_MS_UNTIL_ACYCLIC_SEND 500
142
142
#endif // !KNUTWURST_DGUS2_TFT
143
143
144
144
#if ENABLED(KNUTWURST_DGUS2_TFT)
You can’t perform that action at this time.
0 commit comments