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,8 +19,6 @@ http://reprap.org/wiki/RAMPS
19 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 22
 ##### Generation 3 Electronics
25 23
 
26 24
 http://reprap.org/wiki/Generation_3_Electronics
@@ -98,6 +96,7 @@ http://reprap.org/wiki/RUMBA
98 96
 #### Others
99 97
 
100 98
 ```
99
+#define BOARD_DUEMILANOVE_328P  4    // Duemilanove w/ ATMega328P pin assignment
101 100
 #define BOARD_STB_11            64   // STB V1.1
102 101
 #define BOARD_ULTIMAKER         7    // Ultimaker
103 102
 #define BOARD_ULTIMAKER_OLD     71   // Ultimaker (Older electronics. Pre 1.5.4. This is rare)
@@ -117,4 +116,4 @@ http://reprap.org/wiki/RUMBA
117 116
 #define BOARD_ELEFU_3           21   // Elefu Ra Board (v3)
118 117
 #define BOARD_5DPRINT           88   // 5DPrint D8 Driver Board
119 118
 #define BOARD_LEAPFROG          999  // Leapfrog
120
-```
119
+```

Loading…
Cancel
Save