Browse Source

- added info for using GEN7 configuration

Christian Thalhammer 12 years ago
parent
commit
13e2ad2831
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Marlin/Configuration.h

+ 2
- 1
Marlin/Configuration.h View File

26
 // MEGA/RAMPS up to 1.2 = 3,
26
 // MEGA/RAMPS up to 1.2 = 3,
27
 // RAMPS 1.3 = 33
27
 // RAMPS 1.3 = 33
28
 // Gen6 = 5,
28
 // Gen6 = 5,
29
-// Sanguinololu 1.2 and above = 62
29
+// Sanguinololu 1.2 and above = 62,
30
 // Ultimaker = 7,
30
 // Ultimaker = 7,
31
+// Gen7 = 77,
31
 // Teensylu = 8
32
 // Teensylu = 8
32
 #define MOTHERBOARD 7
33
 #define MOTHERBOARD 7
33
 
34
 

Loading…
Cancel
Save