Give users a hint in case they obviously forgot to read instructions.

This commit is contained in:
Markus Hitter 2014-07-09 21:34:47 +02:00
parent c74b5175fc
commit 4ccca52367
1 changed files with 8 additions and 0 deletions

View File

@ -10,3 +10,11 @@
#endif #endif
#include USER_CONFIG #include USER_CONFIG
/**
Give users a hint in case they obviously forgot to read instructions.
*/
#ifndef STEPS_PER_M_X
#error config.h missing. Please follow instructions at \
reprap.org/wiki/Teacup_Firmware#Simple_Installation
#endif