瀏覽代碼

Improved formatting and comments for consistency.

Johann Rocholl 12 年之前
父節點
當前提交
4d351b4846
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      Marlin/pins.h

+ 4
- 4
Marlin/pins.h 查看文件

@@ -964,7 +964,7 @@
964 964
 ****************************************************************************************/
965 965
 #if MOTHERBOARD == 8 || MOTHERBOARD == 81
966 966
 #undef MOTHERBOARD
967
-#define MOTHERBOARD 8
967
+#define MOTHERBOARD 8  // Disable MarlinSerial etc.
968 968
 #define KNOWN_BOARD 1
969 969
 
970 970
 #ifndef __AVR_AT90USB1286__
@@ -997,12 +997,12 @@
997 997
 #define HEATER_1_PIN       -1
998 998
 #define HEATER_2_PIN       -1
999 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 1003
 #define TEMP_1_PIN         -1
1004 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 1007
 #define SDPOWER            -1
1008 1008
 #define SDSS                8

Loading…
取消
儲存