From 4ccca52367bda93bf0fd279a665765d970b7c091 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Wed, 9 Jul 2014 21:34:47 +0200 Subject: [PATCH] Give users a hint in case they obviously forgot to read instructions. --- config_wrapper.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config_wrapper.h b/config_wrapper.h index c3c848f..9e30315 100644 --- a/config_wrapper.h +++ b/config_wrapper.h @@ -10,3 +10,11 @@ #endif #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