0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-29 13:19:53 +00:00

Search and replace failure.

This commit is contained in:
Jonathan Bastien-Filiatrault 2012-11-07 16:09:30 -05:00
parent 0f73afb0b0
commit 46b9988e26

View file

@ -302,7 +302,7 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
//automatic expansion
#if defined(ULTIMAKERCONTROLLER) || defined(REPRAPDISCOUNTSC)
#if defined(ULTIMAKERCONTROLLER) || defined(REPRAP_DISCOUNT_SMART_CONTROLLER)
#define ULTIPANEL
#define NEWPANEL
#endif