Browse Source

Added teensylu pins

Erik van der Zalm 12 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,8 +14,9 @@
14 14
 // Gen6 = 5,
15 15
 // Sanguinololu 1.2 and above = 62
16 16
 // Ultimaker = 7,
17
+// Teensylu = 8
17 18
 #define MOTHERBOARD 7
18
-//#define MOTHERBOARD 5
19
+
19 20
 
20 21
 
21 22
 //// Thermistor settings:
@@ -59,7 +60,6 @@ const bool ENDSTOPS_INVERTING = true; // set to true to invert the logic of the
59 60
 // #define ULTRA_LCD  //any lcd 
60 61
 
61 62
 #define ULTIPANEL
62
-#define ULTIPANEL
63 63
 #ifdef ULTIPANEL
64 64
  //#define NEWPANEL  //enable this if you have a click-encoder panel
65 65
  #define SDSUPPORT

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


Loading…
Cancel
Save