File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 40
40
#define MARLIN_PATH (PATH ) ESP_XSTR(SRCHOME/PATH)
41
41
#include MARLIN_PATH (inc /MarlinConfig .h )
42
42
43
+ #if defined(HAS_STATUS_MESSAGE )
44
+ #define PRINTER_HAS_DISPLAY 1
45
+ #endif // HAS_STATUS_MESSAGE
46
+
43
47
#undef DISABLED
44
48
#undef _BV
45
49
#undef SPI_FULL_SPEED
73
77
#endif
74
78
75
79
#define SDSUPPORT
76
- // #define HAS_DISPLAY
80
+ // #define PRINTER_HAS_DISPLAY
77
81
// #define HAS_SERIAL_DISPLAY "M118 P1 "
78
82
#define GLOBAL_FILESYSTEM_FEATURE
79
83
// #define DISABLE_WDT_ESP3DLIB_TASK
295
299
#endif // NOTIFICATION_TITLE
296
300
#endif // NOTIFICATION_FEATURE
297
301
298
- #if defined(SD_TIMESTAMP_FEATURE ) || defined(FILESYSTEM_TIMESTAMP_FEATURE )
302
+ /************************************
303
+ *
304
+ * Sanity checks
305
+ * Do not modify
306
+ ************************************/
307
+
308
+ #if defined(ESP_GOT_DATE_TIME_HOOK ) || defined(SD_TIMESTAMP_FEATURE ) || \
309
+ defined(FILESYSTEM_TIMESTAMP_FEATURE )
299
310
#define TIMESTAMP_FEATURE
300
311
#endif // SD_TIMESTAMP_FEATURE || FILESYSTEM_TIMESTAMP_FEATURE
301
312
313
+ #if defined(PRINTER_HAS_DISPLAY )
314
+ #define HAS_SERIAL_DISPLAY ""
315
+ #endif // PRINTER_HAS_DISPLAY
316
+
317
+
302
318
/************************************
303
319
*
304
320
* Development settings
You can’t perform that action at this time.
0 commit comments