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 4040#define MARLIN_PATH (PATH ) ESP_XSTR(SRCHOME/PATH)
4141#include MARLIN_PATH (inc /MarlinConfig .h )
4242
43+ #if defined(HAS_STATUS_MESSAGE )
44+ #define PRINTER_HAS_DISPLAY 1
45+ #endif // HAS_STATUS_MESSAGE
46+
4347#undef DISABLED
4448#undef _BV
4549#undef SPI_FULL_SPEED
7377#endif
7478
7579#define SDSUPPORT
76- // #define HAS_DISPLAY
80+ // #define PRINTER_HAS_DISPLAY
7781// #define HAS_SERIAL_DISPLAY "M118 P1 "
7882#define GLOBAL_FILESYSTEM_FEATURE
7983// #define DISABLE_WDT_ESP3DLIB_TASK
295299#endif // NOTIFICATION_TITLE
296300#endif // NOTIFICATION_FEATURE
297301
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 )
299310#define TIMESTAMP_FEATURE
300311#endif // SD_TIMESTAMP_FEATURE || FILESYSTEM_TIMESTAMP_FEATURE
301312
313+ #if defined(PRINTER_HAS_DISPLAY )
314+ #define HAS_SERIAL_DISPLAY ""
315+ #endif // PRINTER_HAS_DISPLAY
316+
317+
302318/************************************
303319 *
304320 * Development settings
You can’t perform that action at this time.
0 commit comments