We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c6432 commit 6cf085dCopy full SHA for 6cf085d
Marlin/src/inc/SanityCheck.h
@@ -88,7 +88,7 @@
88
* Warnings for old configurations
89
*/
90
#ifndef MOTHERBOARD
91
- #error "MOTHERBOARD is required."
+ #error "MOTHERBOARD is required. You must '#define MOTHERBOARD BOARD_MYNAME' (not just '#define BOARD_MYNAME')."
92
#elif !defined(X_BED_SIZE) || !defined(Y_BED_SIZE)
93
#error "X_BED_SIZE and Y_BED_SIZE are now required!"
94
#elif WATCH_TEMP_PERIOD > 500
0 commit comments