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
 
298
 
299
 // The RepRapDiscount Smart Controller
299
 // The RepRapDiscount Smart Controller
300
 // http://reprap.org/wiki/RepRapDiscount_Smart_Controller
300
 // http://reprap.org/wiki/RepRapDiscount_Smart_Controller
301
-//#define REPRAPDISCOUNTSC
301
+//#define REPRAP_DISCOUNT_SMART_CONTROLLER
302
 
302
 
303
 
303
 
304
 //automatic expansion
304
 //automatic expansion

+ 1
- 1
Marlin/pins.h View File

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

Loading…
Cancel
Save