Browse Source

Label analog pins in a similar way

Some other pins formatting also
Scott Lahteine 8 years ago
parent
commit
bd8520e61d

+ 2
- 2
Marlin/pins_5DPRINT.h View File

@@ -75,8 +75,8 @@
75 75
 //
76 76
 // Temperature Sensors
77 77
 //
78
-#define TEMP_0_PIN          1  // Analog
79
-#define TEMP_BED_PIN        0  // Analog
78
+#define TEMP_0_PIN          1   // Analog Input
79
+#define TEMP_BED_PIN        0   // Analog Input
80 80
 
81 81
 //
82 82
 // Heaters / Fans

+ 2
- 2
Marlin/pins_99.h View File

@@ -55,8 +55,8 @@
55 55
 //
56 56
 // Temperature Sensors
57 57
 //
58
-#define TEMP_0_PIN          6   // ANALOG INPUT - NOT DIGITAL OUTPUT
59
-#define TEMP_BED_PIN       10
58
+#define TEMP_0_PIN          6   // Analog Input
59
+#define TEMP_BED_PIN       10   // Analog Input
60 60
 
61 61
 //
62 62
 // Heaters / Fans

+ 3
- 3
Marlin/pins_A4JP.h View File

@@ -40,7 +40,7 @@
40 40
 
41 41
 #define SLED_PIN -1
42 42
 
43
-#define FILWIDTH_PIN        3  // ANALOG NUMBERING
43
+#define FILWIDTH_PIN        3   // Analog Input
44 44
 
45 45
 /************************************************
46 46
  * Rambo pin assignments old
@@ -112,8 +112,8 @@
112 112
 #define FAN0_PIN             6
113 113
 #define FAN1_PIN             2
114 114
 
115
-#define TEMP_0_PIN           0
116
-#define TEMP_BED_PIN         7
115
+#define TEMP_0_PIN           0   // Analog Input
116
+#define TEMP_BED_PIN         7   // Analog Input
117 117
 
118 118
 #define SDSS                53
119 119
 #define LED_PIN             13

+ 2
- 2
Marlin/pins_BAM_DICE_DUE.h View File

@@ -34,5 +34,5 @@
34 34
 
35 35
 #undef TEMP_0_PIN
36 36
 #undef TEMP_1_PIN
37
-#define TEMP_0_PIN          9 // ANALOG NUMBERING
38
-#define TEMP_1_PIN         11 // ANALOG NUMBERING
37
+#define TEMP_0_PIN          9   // Analog Input
38
+#define TEMP_1_PIN         11   // Analog Input

+ 2
- 2
Marlin/pins_BRAINWAVE.h View File

@@ -68,8 +68,8 @@
68 68
 //
69 69
 // Temperature Sensors
70 70
 //
71
-#define TEMP_0_PIN          7  // Extruder / Analog pin numbering
72
-#define TEMP_BED_PIN        6  // Bed / Analog pin numbering
71
+#define TEMP_0_PIN          7   // Analog Input
72
+#define TEMP_BED_PIN        6   // Analog Input
73 73
 
74 74
 //
75 75
 // Heaters / Fans

+ 3
- 3
Marlin/pins_BRAINWAVE_PRO.h View File

@@ -78,9 +78,9 @@
78 78
 //
79 79
 // Temperature Sensors
80 80
 //
81
-#define TEMP_0_PIN          2  // Extruder / Analog pin numbering
82
-#define TEMP_1_PIN          1  // Spare / Analog pin numbering
83
-#define TEMP_BED_PIN        0  // Bed / Analog pin numbering
81
+#define TEMP_0_PIN          2   // Analog Input
82
+#define TEMP_1_PIN          1   // Analog Input
83
+#define TEMP_BED_PIN        0   // Analog Input
84 84
 
85 85
 //
86 86
 // Heaters / Fans

+ 3
- 3
Marlin/pins_CHEAPTRONIC.h View File

@@ -64,9 +64,9 @@
64 64
 //
65 65
 // Temperature sensors
66 66
 //
67
-#define TEMP_0_PIN         15
68
-#define TEMP_1_PIN         14
69
-#define TEMP_BED_PIN       13
67
+#define TEMP_0_PIN         15   // Analog Input
68
+#define TEMP_1_PIN         14   // Analog Input
69
+#define TEMP_BED_PIN       13   // Analog Input
70 70
 
71 71
 //
72 72
 // Heaters / Fans

+ 5
- 5
Marlin/pins_CNCONTROLS_11.h View File

@@ -51,11 +51,11 @@
51 51
 //
52 52
 // Temperature Sensors
53 53
 //
54
-#define TEMP_0_PIN          0  // ANALOG INPUT !!
55
-#define TEMP_1_PIN          3  // 3 for tool2 -> 2 for chambertemp
56
-#define TEMP_2_PIN          2  // 9 for tool3 -> 2 for chambertemp
57
-#define TEMP_3_PIN         11  // 11 for tool4 -> 2 for chambertemp
58
-#define TEMP_BED_PIN        1  // ANALOG INPUT !!
54
+#define TEMP_0_PIN          0   // Analog Input
55
+#define TEMP_1_PIN          3   // Analog Input.  3 for tool2 -> 2 for chambertemp
56
+#define TEMP_2_PIN          2   // Analog Input.  9 for tool3 -> 2 for chambertemp
57
+#define TEMP_3_PIN         11   // Analog Input. 11 for tool4 -> 2 for chambertemp
58
+#define TEMP_BED_PIN        1   // Analog Input
59 59
 
60 60
 //
61 61
 // Heaters / Fans

+ 6
- 6
Marlin/pins_CNCONTROLS_12.h View File

@@ -51,12 +51,12 @@
51 51
 //
52 52
 // Temperature Sensors
53 53
 //
54
-#define TEMP_0_PIN          0  // ANALOG INPUT !!
55
-#define TEMP_1_PIN          9  // 9 for tool2 -> 13 for chambertemp
56
-#define TEMP_2_PIN         13  // 10 for tool3 -> 13 for chambertemp
57
-#define TEMP_3_PIN         11  // 11 for tool4 -> 13 for chambertemp
58
-#define TEMP_BED_PIN       14  // ANALOG INPUT !!
59
-//#define TEMP_CHAMBER_PIN   13  // ANALOG INPUT !!
54
+#define TEMP_0_PIN          0   // Analog Input
55
+#define TEMP_1_PIN          9   // Analog Input.  9 for tool2 -> 13 for chambertemp
56
+#define TEMP_2_PIN         13   // Analog Input. 10 for tool3 -> 13 for chambertemp
57
+#define TEMP_3_PIN         11   // Analog Input. 11 for tool4 -> 13 for chambertemp
58
+#define TEMP_BED_PIN       14   // Analog Input
59
+//#define TEMP_CHAMBER_PIN   13   // Analog Input
60 60
 
61 61
 //
62 62
 // Heaters / Fans

+ 4
- 4
Marlin/pins_ELEFU_3.h View File

@@ -77,10 +77,10 @@
77 77
 //
78 78
 // Temperature Sensors
79 79
 //
80
-#define TEMP_0_PIN          3 // ANALOG NUMBERING
81
-#define TEMP_1_PIN          2 // ANALOG NUMBERING
82
-#define TEMP_2_PIN          1 // ANALOG NUMBERING
83
-#define TEMP_BED_PIN        0 // ANALOG NUMBERING
80
+#define TEMP_0_PIN          3   // Analog Input
81
+#define TEMP_1_PIN          2   // Analog Input
82
+#define TEMP_2_PIN          1   // Analog Input
83
+#define TEMP_BED_PIN        0   // Analog Input
84 84
 
85 85
 //
86 86
 // Heaters / Fans

+ 1
- 1
Marlin/pins_GEN3_MONOLITHIC.h View File

@@ -60,7 +60,7 @@
60 60
 //
61 61
 // Temperature Sensors
62 62
 //
63
-#define TEMP_0_PIN          0
63
+#define TEMP_0_PIN          0   // Analog Input
64 64
 
65 65
 //
66 66
 // Heaters

+ 2
- 2
Marlin/pins_GEN3_PLUS.h View File

@@ -61,8 +61,8 @@
61 61
 //
62 62
 // Temperature Sensors
63 63
 //
64
-#define TEMP_0_PIN          0   // ANALOG INPUT (pin 33 extruder)
65
-#define TEMP_BED_PIN        5   // ANALOG INPUT (pin 34 bed)
64
+#define TEMP_0_PIN          0   // Analog Input (pin 33 extruder)
65
+#define TEMP_BED_PIN        5   // Analog Input (pin 34 bed)
66 66
 
67 67
 //
68 68
 // Heaters

+ 7
- 7
Marlin/pins_GEN6.h View File

@@ -56,23 +56,23 @@
56 56
 #define Z_DIR_PIN          28
57 57
 #define Z_ENABLE_PIN       29
58 58
 
59
-#define E0_STEP_PIN         4    //Edited @ EJE Electronics 20100715
60
-#define E0_DIR_PIN          2    //Edited @ EJE Electronics 20100715
61
-#define E0_ENABLE_PIN       3    //Added @ EJE Electronics 20100715
59
+#define E0_STEP_PIN         4   //Edited @ EJE Electronics 20100715
60
+#define E0_DIR_PIN          2   //Edited @ EJE Electronics 20100715
61
+#define E0_ENABLE_PIN       3   //Added @ EJE Electronics 20100715
62 62
 
63 63
 //
64 64
 // Temperature Sensor
65 65
 //
66
-#define TEMP_0_PIN          5    //changed @ rkoeppl 20110410
66
+#define TEMP_0_PIN          5   // Analog Input
67 67
 
68 68
 //
69 69
 // Heaters
70 70
 //
71
-#define HEATER_0_PIN       14    //changed @ rkoeppl 20110410
71
+#define HEATER_0_PIN       14   //changed @ rkoeppl 20110410
72 72
 
73 73
 #if !MB(GEN6)
74
-  #define HEATER_BED_PIN    1    //changed @ rkoeppl 20110410
75
-  #define TEMP_BED_PIN      0    //changed @ rkoeppl 20110410
74
+  #define HEATER_BED_PIN    1   //changed @ rkoeppl 20110410
75
+  #define TEMP_BED_PIN      0   // Analog Input
76 76
 #endif
77 77
 
78 78
 //

+ 2
- 2
Marlin/pins_GEN7_12.h View File

@@ -73,8 +73,8 @@
73 73
 //
74 74
 // Temperature Sensors
75 75
 //
76
-#define TEMP_0_PIN          1
77
-#define TEMP_BED_PIN        2
76
+#define TEMP_0_PIN          1   // Analog Input
77
+#define TEMP_BED_PIN        2   // Analog Input
78 78
 
79 79
 //
80 80
 // Heaters / Fans

+ 32
- 23
Marlin/pins_GEN7_14.h View File

@@ -32,40 +32,49 @@
32 32
 
33 33
 #define GEN7_VERSION 14 // v1.4
34 34
 
35
-//x axis pins
36
-#define X_STEP_PIN 29
37
-#define X_DIR_PIN 28
38
-#define X_ENABLE_PIN 25
39
-#define X_STOP_PIN 0
35
+//
36
+// Limit switches
37
+//
38
+#define X_STOP_PIN          0
39
+#define Y_STOP_PIN          1
40
+#define Z_STOP_PIN          2
40 41
 
41
-//y axis pins
42
-#define Y_STEP_PIN 27
43
-#define Y_DIR_PIN 26
44
-#define Y_ENABLE_PIN 25
45
-#define Y_STOP_PIN 1
42
+//
43
+// Steppers
44
+//
45
+#define X_STEP_PIN         29
46
+#define X_DIR_PIN          28
47
+#define X_ENABLE_PIN       25
46 48
 
47
-//z axis pins
48
-#define Z_STEP_PIN 23
49
-#define Z_DIR_PIN 22
50
-#define Z_ENABLE_PIN 25
51
-#define Z_STOP_PIN 2
49
+#define Y_STEP_PIN         27
50
+#define Y_DIR_PIN          26
51
+#define Y_ENABLE_PIN       25
52 52
 
53
-//extruder pins
54
-#define E0_STEP_PIN 19
55
-#define E0_DIR_PIN 18
56
-#define E0_ENABLE_PIN 25
53
+#define Z_STEP_PIN         23
54
+#define Z_DIR_PIN          22
55
+#define Z_ENABLE_PIN       25
57 56
 
58
-#define TEMP_0_PIN 1
59
-#define TEMP_BED_PIN 0
57
+#define E0_STEP_PIN        19
58
+#define E0_DIR_PIN         18
59
+#define E0_ENABLE_PIN      25
60 60
 
61
+//
62
+// Temperature Sensors
63
+//
64
+#define TEMP_0_PIN          1   // Analog Input
65
+#define TEMP_BED_PIN        0   // Analog Input
66
+
67
+//
68
+// Heaters
69
+//
61 70
 #define HEATER_0_PIN 4
62 71
 #define HEATER_BED_PIN 3
63 72
 
64 73
 #define PS_ON_PIN 15
65 74
 
66
-//our pin for debugging.
75
+// A pin for debugging
67 76
 #define DEBUG_PIN 0
68 77
 
69
-//our RS485 pins
78
+// RS485 pins
70 79
 #define TX_ENABLE_PIN 12
71 80
 #define RX_ENABLE_PIN 13

+ 37
- 29
Marlin/pins_GEN7_CUSTOM.h View File

@@ -33,58 +33,66 @@
33 33
 
34 34
 #define BOARD_NAME      "Gen7 Custom"
35 35
 
36
-//x axis pins
37
-#define X_STEP_PIN      21                  // different from standard GEN7
38
-#define X_DIR_PIN       20                  // different from standard GEN7
39
-#define X_ENABLE_PIN    24
36
+//
37
+// Limit Switches
38
+//
40 39
 #define X_STOP_PIN       0
40
+#define Y_STOP_PIN       1
41
+#define Z_STOP_PIN       2
42
+
43
+//
44
+// Steppers
45
+//
46
+#define X_STEP_PIN      21   // different from standard GEN7
47
+#define X_DIR_PIN       20   // different from standard GEN7
48
+#define X_ENABLE_PIN    24
41 49
 
42
-//y axis pins
43 50
 #define Y_STEP_PIN      23
44 51
 #define Y_DIR_PIN       22
45 52
 #define Y_ENABLE_PIN    24
46
-#define Y_STOP_PIN       1
47 53
 
48
-//z axis pins
49 54
 #define Z_STEP_PIN      26
50 55
 #define Z_DIR_PIN       25
51 56
 #define Z_ENABLE_PIN    24
52
-#define Z_STOP_PIN       2
53 57
 
54
-//extruder pins
55 58
 #define E0_STEP_PIN     28
56 59
 #define E0_DIR_PIN      27
57 60
 #define E0_ENABLE_PIN   24
58 61
 
59
-#define TEMP_0_PIN       2
60
-#define TEMP_BED_PIN     1   // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 34 bed)
62
+//
63
+// Temperature Sensors
64
+//
65
+#define TEMP_0_PIN       2   // Analog Input
66
+#define TEMP_BED_PIN     1   // Analog Input (pin 34 bed)
61 67
 
68
+//
69
+// Heaters
70
+//
62 71
 #define HEATER_0_PIN     4
63 72
 #define HEATER_BED_PIN   3  // (bed)
64 73
 
65 74
 #define SDSS            31                  // SCL pin of I2C header || CS Pin for SD Card support
66 75
 
67 76
 #define PS_ON_PIN       19
68
-//our pin for debugging.
69 77
 
78
+// A pin for debugging
70 79
 #define DEBUG_PIN       -1
71 80
 
72
-//our RS485 pins
73
-//#define TX_ENABLE_PIN       12
74
-//#define RX_ENABLE_PIN       13
75
-
76
-#define BEEPER_PIN       -1
81
+#define BEEPER_PIN      -1
77 82
 
78
-//Pins for 4bit LCD Support
79
-#define LCD_PINS_RS 18
83
+// 4bit LCD Support
84
+#define LCD_PINS_RS     18
80 85
 #define LCD_PINS_ENABLE 17
81
-#define LCD_PINS_D4 16
82
-#define LCD_PINS_D5 15
83
-#define LCD_PINS_D6 13
84
-#define LCD_PINS_D7 14
85
-
86
-//buttons are directly attached
87
-#define BTN_EN1 11
88
-#define BTN_EN2 10
89
-#define BTN_ENC 12
90
-
86
+#define LCD_PINS_D4     16
87
+#define LCD_PINS_D5     15
88
+#define LCD_PINS_D6     13
89
+#define LCD_PINS_D7     14
90
+
91
+// Buttons are directly attached
92
+#define BTN_EN1         11
93
+#define BTN_EN2         10
94
+#define BTN_ENC         12
95
+
96
+// RS485 pins
97
+//#define TX_ENABLE_PIN   12
98
+//#define RX_ENABLE_PIN   13

+ 3
- 3
Marlin/pins_LEAPFROG.h View File

@@ -74,9 +74,9 @@
74 74
 //
75 75
 // Temperature Sensors
76 76
 //
77
-#define TEMP_0_PIN         13 //D27   // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!!
78
-#define TEMP_1_PIN         15 // 1
79
-#define TEMP_BED_PIN       14 // 1,2 or I2C
77
+#define TEMP_0_PIN         13   // Analog Input (D27)
78
+#define TEMP_1_PIN         15   // Analog Input (1)
79
+#define TEMP_BED_PIN       14   // Analog Input (1,2 or I2C)
80 80
 
81 81
 //
82 82
 // Heaters / Fans

+ 7
- 7
Marlin/pins_MEGACONTROLLER.h View File

@@ -92,23 +92,23 @@
92 92
 // Temperature Sensors
93 93
 //
94 94
 #if TEMP_SENSOR_0 == -1
95
-  #define TEMP_0_PIN        4 // ANALOG NUMBERING
95
+  #define TEMP_0_PIN        4   // Analog Input
96 96
 #else
97
-  #define TEMP_0_PIN        0 // ANALOG NUMBERING
97
+  #define TEMP_0_PIN        0   // Analog Input
98 98
 #endif
99 99
 
100 100
 #if TEMP_SENSOR_1 == -1
101
-  #define TEMP_1_PIN        5 // ANALOG NUMBERING
101
+  #define TEMP_1_PIN        5   // Analog Input
102 102
 #else
103
-  #define TEMP_1_PIN        2 // ANALOG NUMBERING
103
+  #define TEMP_1_PIN        2   // Analog Input
104 104
 #endif
105 105
 
106
-#define TEMP_2_PIN          3 // ANALOG NUMBERING
106
+#define TEMP_2_PIN          3   // Analog Input
107 107
 
108 108
 #if TEMP_SENSOR_BED == -1
109
-  #define TEMP_BED_PIN      6 // ANALOG NUMBERING
109
+  #define TEMP_BED_PIN      6   // Analog Input
110 110
 #else
111
-  #define TEMP_BED_PIN      1 // ANALOG NUMBERING
111
+  #define TEMP_BED_PIN      1   // Analog Input
112 112
 #endif
113 113
 
114 114
 //

+ 4
- 4
Marlin/pins_MEGATRONICS.h View File

@@ -82,12 +82,12 @@
82 82
 // Temperature Sensors
83 83
 //
84 84
 #if TEMP_SENSOR_0 == -1
85
-  #define TEMP_0_PIN        8   // ANALOG NUMBERING
85
+  #define TEMP_0_PIN        8   // Analog Input
86 86
 #else
87
-  #define TEMP_0_PIN       13   // ANALOG NUMBERING
87
+  #define TEMP_0_PIN       13   // Analog Input
88 88
 #endif
89
-#define TEMP_1_PIN         15   // ANALOG NUMBERING
90
-#define TEMP_BED_PIN       14   // ANALOG NUMBERING
89
+#define TEMP_1_PIN         15   // Analog Input
90
+#define TEMP_BED_PIN       14   // Analog Input
91 91
 
92 92
 //
93 93
 // Heaters / Fans

+ 6
- 6
Marlin/pins_MEGATRONICS_2.h View File

@@ -86,21 +86,21 @@
86 86
 // Temperature Sensors
87 87
 //
88 88
 #if TEMP_SENSOR_0 == -1
89
-  #define TEMP_0_PIN        4 // ANALOG NUMBERING
89
+  #define TEMP_0_PIN        4   // Analog Input
90 90
 #else
91
-  #define TEMP_0_PIN       13 // ANALOG NUMBERING
91
+  #define TEMP_0_PIN       13   // Analog Input
92 92
 #endif
93 93
 
94 94
 #if TEMP_SENSOR_1 == -1
95
-  #define TEMP_1_PIN        8 // ANALOG NUMBERING
95
+  #define TEMP_1_PIN        8   // Analog Input
96 96
 #else
97
-  #define TEMP_1_PIN       15 // ANALOG NUMBERING
97
+  #define TEMP_1_PIN       15   // Analog Input
98 98
 #endif
99 99
 
100 100
 #if TEMP_SENSOR_BED == -1
101
-  #define TEMP_BED_PIN      8 // ANALOG NUMBERING
101
+  #define TEMP_BED_PIN      8   // Analog Input
102 102
 #else
103
-  #define TEMP_BED_PIN     14 // ANALOG NUMBERING
103
+  #define TEMP_BED_PIN     14   // Analog Input
104 104
 #endif
105 105
 
106 106
 //

+ 8
- 8
Marlin/pins_MEGATRONICS_3.h View File

@@ -102,24 +102,24 @@
102 102
 // Temperature Sensors
103 103
 //
104 104
 #if TEMP_SENSOR_0 == -1
105
-  #define TEMP_0_PIN       11 // ANALOG NUMBERING
105
+  #define TEMP_0_PIN       11   // Analog Input
106 106
 #else
107
-  #define TEMP_0_PIN       15 // ANALOG NUMBERING
107
+  #define TEMP_0_PIN       15   // Analog Input
108 108
 #endif
109 109
 #if TEMP_SENSOR_1 == -1
110
-  #define TEMP_1_PIN       10 // ANALOG NUMBERING
110
+  #define TEMP_1_PIN       10   // Analog Input
111 111
 #else
112
-  #define TEMP_1_PIN       13 // ANALOG NUMBERING
112
+  #define TEMP_1_PIN       13   // Analog Input
113 113
 #endif
114 114
 #if TEMP_SENSOR_2 == -1
115
-  #define TEMP_2_PIN        9 // ANALOG NUMBERING
115
+  #define TEMP_2_PIN        9   // Analog Input
116 116
 #else
117
-  #define TEMP_2_PIN       12 // ANALOG NUMBERING
117
+  #define TEMP_2_PIN       12   // Analog Input
118 118
 #endif
119 119
 #if TEMP_SENSOR_BED == -1
120
-  #define TEMP_BED_PIN      8 // ANALOG NUMBERING
120
+  #define TEMP_BED_PIN      8   // Analog Input
121 121
 #else
122
-  #define TEMP_BED_PIN     14 // ANALOG NUMBERING
122
+  #define TEMP_BED_PIN     14   // Analog Input
123 123
 #endif
124 124
 
125 125
 //

+ 3
- 3
Marlin/pins_MINIRAMBO.h View File

@@ -89,9 +89,9 @@
89 89
 //
90 90
 // Temperature Sensors
91 91
 //
92
-#define TEMP_0_PIN          0
93
-#define TEMP_1_PIN          1
94
-#define TEMP_BED_PIN        2
92
+#define TEMP_0_PIN          0   // Analog Input
93
+#define TEMP_1_PIN          1   // Analog Input
94
+#define TEMP_BED_PIN        2   // Analog Input
95 95
 
96 96
 //
97 97
 // Heaters / Fans

+ 3
- 3
Marlin/pins_MINITRONICS.h View File

@@ -74,9 +74,9 @@
74 74
 #define SDSS               16
75 75
 #define LED_PIN            46
76 76
 
77
-#define TEMP_0_PIN          7 // ANALOG NUMBERING
78
-#define TEMP_1_PIN          6 // ANALOG NUMBERING
79
-#define TEMP_BED_PIN        6 // ANALOG NUMBERING
77
+#define TEMP_0_PIN          7   // Analog Input
78
+#define TEMP_1_PIN          6   // Analog Input
79
+#define TEMP_BED_PIN        6   // Analog Input
80 80
 
81 81
 //
82 82
 // Heaters / Fans

+ 3
- 3
Marlin/pins_OMCA.h View File

@@ -98,9 +98,9 @@
98 98
 #define HEATER_0_PIN        3 // DONE PWM on RIGHT connector
99 99
 #define HEATER_BED_PIN      4
100 100
 
101
-#define TEMP_0_PIN          0 // ANALOG INPUT NUMBERING
102
-#define TEMP_1_PIN          1 // ANALOG
103
-#define TEMP_BED_PIN        2 // 1,2 or I2C
101
+#define TEMP_0_PIN          0   // Analog Input
102
+#define TEMP_1_PIN          1   // Analog Input
103
+#define TEMP_BED_PIN        2   // Analog Input (1,2 or I2C)
104 104
 
105 105
 #define I2C_SCL            16
106 106
 #define I2C_SDA            17

+ 20
- 6
Marlin/pins_OMCA_A.h View File

@@ -56,20 +56,27 @@
56 56
 
57 57
 #define BOARD_NAME         "Alpha OMCA"
58 58
 
59
+//
60
+// Limit Switches
61
+//
62
+#define X_STOP_PIN          0
63
+#define Y_STOP_PIN          1
64
+#define Z_STOP_PIN          2
65
+
66
+//
67
+// Steppers
68
+//
59 69
 #define X_STEP_PIN         21
60 70
 #define X_DIR_PIN          20
61 71
 #define X_ENABLE_PIN       24
62
-#define X_STOP_PIN          0
63 72
 
64 73
 #define Y_STEP_PIN         23
65 74
 #define Y_DIR_PIN          22
66 75
 #define Y_ENABLE_PIN       24
67
-#define Y_STOP_PIN          1
68 76
 
69 77
 #define Z_STEP_PIN         26
70 78
 #define Z_DIR_PIN          25
71 79
 #define Z_ENABLE_PIN       24
72
-#define Z_STOP_PIN          2
73 80
 
74 81
 #define E0_STEP_PIN        28
75 82
 #define E0_DIR_PIN         27
@@ -83,10 +90,17 @@
83 90
 #define E2_DIR_PIN         -1 // 16
84 91
 #define E2_ENABLE_PIN      24
85 92
 
86
-#define SDSS               11
87
-#define FAN_PIN             3
93
+//
94
+// Temperature Sensors
95
+//
96
+#define TEMP_0_PIN          0   // Analog Input (D27)
88 97
 
98
+//
99
+// Heaters / Fans
100
+//
89 101
 #define HEATER_0_PIN        4
90
-#define TEMP_0_PIN          0 //D27   // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!!
102
+#define FAN_PIN             3
103
+
104
+#define SDSS               11
91 105
 
92 106
 /*  Unused (1) (2) (3) 4 5 6 7 8 9 10 11 12 13 (14) (15) (16) 17 (18) (19) (20) (21) (22) (23) 24 (25) (26) (27) 28 (29) (30) (31)  */

+ 4
- 3
Marlin/pins_PRINTRBOARD.h View File

@@ -79,10 +79,11 @@
79 79
   #define Y_STOP_PIN        8 // Ystop in Ystop socket
80 80
 #endif
81 81
 #define Z_STOP_PIN         36
82
-#define TEMP_0_PIN          1  // Extruder / Analog pin numbering
83
-#define TEMP_BED_PIN        0  // Bed / Analog pin numbering
84 82
 
85
-#define FILWIDTH_PIN        2  // ANALOG NUMBERING
83
+#define TEMP_0_PIN          1   // Analog Input
84
+#define TEMP_BED_PIN        0   // Analog Input
85
+
86
+#define FILWIDTH_PIN        2   // Analog Input
86 87
 
87 88
 ////LCD Pin Setup////
88 89
 

Loading…
Cancel
Save