Browse Source

Improved formatting and comments for consistency.

Johann Rocholl 12 years ago
parent
commit
4d351b4846
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      Marlin/pins.h

+ 4
- 4
Marlin/pins.h View File

964
 ****************************************************************************************/
964
 ****************************************************************************************/
965
 #if MOTHERBOARD == 8 || MOTHERBOARD == 81
965
 #if MOTHERBOARD == 8 || MOTHERBOARD == 81
966
 #undef MOTHERBOARD
966
 #undef MOTHERBOARD
967
-#define MOTHERBOARD 8
967
+#define MOTHERBOARD 8  // Disable MarlinSerial etc.
968
 #define KNOWN_BOARD 1
968
 #define KNOWN_BOARD 1
969
 
969
 
970
 #ifndef __AVR_AT90USB1286__
970
 #ifndef __AVR_AT90USB1286__
997
 #define HEATER_1_PIN       -1
997
 #define HEATER_1_PIN       -1
998
 #define HEATER_2_PIN       -1
998
 #define HEATER_2_PIN       -1
999
 #define HEATER_BED_PIN     20  // Bed
999
 #define HEATER_BED_PIN     20  // Bed
1000
-#define FAN_PIN            22
1000
+#define FAN_PIN            22  // Fan
1001
 
1001
 
1002
-#define TEMP_0_PIN          7  // Extruder / Analog PIN numbering
1002
+#define TEMP_0_PIN          7  // Extruder / Analog pin numbering
1003
 #define TEMP_1_PIN         -1
1003
 #define TEMP_1_PIN         -1
1004
 #define TEMP_2_PIN         -1
1004
 #define TEMP_2_PIN         -1
1005
-#define TEMP_BED_PIN        6  // Bed / Analog PIN numbering
1005
+#define TEMP_BED_PIN        6  // Bed / Analog pin numbering
1006
 
1006
 
1007
 #define SDPOWER            -1
1007
 #define SDPOWER            -1
1008
 #define SDSS                8
1008
 #define SDSS                8

Loading…
Cancel
Save