Browse Source

Search and replace failure.

Jonathan Bastien-Filiatrault 12 years ago
parent
commit
46b9988e26
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h View File

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

Loading…
Cancel
Save