Browse Source

Added teensylu pins

Erik van der Zalm 13 years ago
parent
commit
76b3f805c0
2 changed files with 695 additions and 639 deletions
  1. 2
    2
      Marlin/Configuration.h
  2. 693
    637
      Marlin/pins.h

+ 2
- 2
Marlin/Configuration.h View File

14
 // Gen6 = 5,
14
 // Gen6 = 5,
15
 // Sanguinololu 1.2 and above = 62
15
 // Sanguinololu 1.2 and above = 62
16
 // Ultimaker = 7,
16
 // Ultimaker = 7,
17
+// Teensylu = 8
17
 #define MOTHERBOARD 7
18
 #define MOTHERBOARD 7
18
-//#define MOTHERBOARD 5
19
+
19
 
20
 
20
 
21
 
21
 //// Thermistor settings:
22
 //// Thermistor settings:
59
 // #define ULTRA_LCD  //any lcd 
60
 // #define ULTRA_LCD  //any lcd 
60
 
61
 
61
 #define ULTIPANEL
62
 #define ULTIPANEL
62
-#define ULTIPANEL
63
 #ifdef ULTIPANEL
63
 #ifdef ULTIPANEL
64
  //#define NEWPANEL  //enable this if you have a click-encoder panel
64
  //#define NEWPANEL  //enable this if you have a click-encoder panel
65
  #define SDSUPPORT
65
  #define SDSUPPORT

+ 693
- 637
Marlin/pins.h
File diff suppressed because it is too large
View File


Loading…
Cancel
Save