RepRapDiscount Smart Controller pin definitions.

This commit is contained in:
Jonathan Bastien-Filiatrault
2012-11-06 20:32:13 -05:00
parent 5a998558a9
commit 3cbaad9288
2 changed files with 23 additions and 1 deletions

View File

@ -296,8 +296,13 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
//#define ULTIMAKERCONTROLLER //as available from the ultimaker online store.
//#define ULTIPANEL //the ultipanel as on thingiverse
// The RepRapDiscount Smart Controller
// http://reprap.org/wiki/RepRapDiscount_Smart_Controller
//#define REPRAPDISCOUNTSC
#ifdef ULTIMAKERCONTROLLER //automatic expansion
//automatic expansion
#if defined(ULTIMAKERCONTROLLER) || defined(REPRAPDISCOUNTSC)
#define ULTIPANEL
#define NEWPANEL
#endif