Browse Source

Remove abbrs.

Jonathan Bastien-Filiatrault 12 years ago
parent
commit
36b452c7ac
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      Marlin/Configuration.h
  2. 1
    1
      Marlin/pins.h

+ 1
- 1
Marlin/Configuration.h View File

@@ -298,7 +298,7 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
298 298
 
299 299
 // The RepRapDiscount Smart Controller
300 300
 // http://reprap.org/wiki/RepRapDiscount_Smart_Controller
301
-//#define REPRAPDISCOUNTSC
301
+//#define REPRAP_DISCOUNT_SMART_CONTROLLER
302 302
 
303 303
 
304 304
 //automatic expansion

+ 1
- 1
Marlin/pins.h View File

@@ -405,7 +405,7 @@
405 405
     #define encrot2 3
406 406
     #define encrot3 1
407 407
 
408
-    #ifdef REPRAPDISCOUNTSC
408
+    #ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
409 409
       // Override partially the above definitions
410 410
       #define KILL_PIN 41
411 411
       #define LCD_PINS_RS 16

Loading…
Cancel
Save