Browse Source

fixed formatting issue

Steffen Vogel 9 years ago
parent
commit
11a42c3215
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      Documentation/Hardware.md

+ 2
- 3
Documentation/Hardware.md View File

19
 #define BOARD_RAMPS_13_EEF      36   // RAMPS 1.3 / 1.4 (Power outputs: Extruder0, Extruder1, Fan)
19
 #define BOARD_RAMPS_13_EEF      36   // RAMPS 1.3 / 1.4 (Power outputs: Extruder0, Extruder1, Fan)
20
 ```
20
 ```
21
 
21
 
22
-#define BOARD_DUEMILANOVE_328P  4    // Duemilanove w/ ATMega328P pin assignment
23
-
24
 ##### Generation 3 Electronics
22
 ##### Generation 3 Electronics
25
 
23
 
26
 http://reprap.org/wiki/Generation_3_Electronics
24
 http://reprap.org/wiki/Generation_3_Electronics
98
 #### Others
96
 #### Others
99
 
97
 
100
 ```
98
 ```
99
+#define BOARD_DUEMILANOVE_328P  4    // Duemilanove w/ ATMega328P pin assignment
101
 #define BOARD_STB_11            64   // STB V1.1
100
 #define BOARD_STB_11            64   // STB V1.1
102
 #define BOARD_ULTIMAKER         7    // Ultimaker
101
 #define BOARD_ULTIMAKER         7    // Ultimaker
103
 #define BOARD_ULTIMAKER_OLD     71   // Ultimaker (Older electronics. Pre 1.5.4. This is rare)
102
 #define BOARD_ULTIMAKER_OLD     71   // Ultimaker (Older electronics. Pre 1.5.4. This is rare)
117
 #define BOARD_ELEFU_3           21   // Elefu Ra Board (v3)
116
 #define BOARD_ELEFU_3           21   // Elefu Ra Board (v3)
118
 #define BOARD_5DPRINT           88   // 5DPrint D8 Driver Board
117
 #define BOARD_5DPRINT           88   // 5DPrint D8 Driver Board
119
 #define BOARD_LEAPFROG          999  // Leapfrog
118
 #define BOARD_LEAPFROG          999  // Leapfrog
120
-```
119
+```

Loading…
Cancel
Save