File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 22
22
#pragma once
23
23
24
24
/**
25
- * Geeetech HJC2560-C Rev 2.x board pin assignments
25
+ * Geeetech HJC2560-C Rev 1.x and 2.x board pin assignments
26
26
* ATmega2560
27
27
*/
28
28
78
78
#endif
79
79
#define DEFAULT_PWM_MOTOR_CURRENT { 1300, 1300, 1250 }
80
80
81
+ //
82
+ // Filament Runout Sensor
83
+ //
84
+ #ifndef FIL_RUNOUT_PIN
85
+ #define FIL_RUNOUT_PIN 24 // Filament runout
86
+ #endif
87
+
81
88
//
82
89
// Temperature Sensors
83
90
//
138
145
//#ifndef LCD_CONTRAST_PIN
139
146
// #define LCD_CONTRAST_PIN 5 // LCD_Contrast
140
147
//#endif
141
- #ifndef FIL_RUNOUT_PIN
142
- #define FIL_RUNOUT_PIN 24 // Filament runout
143
- #endif
144
148
#else
145
149
#define LCD_PINS_D5 21
146
150
#define LCD_PINS_D6 5
Original file line number Diff line number Diff line change 89
89
#endif
90
90
#define DEFAULT_PWM_MOTOR_CURRENT {1300, 1300, 1250}
91
91
92
+ //
93
+ // Filament Runout Sensor
94
+ //
95
+ #ifndef FIL_RUNOUT_PIN
96
+ #define FIL_RUNOUT_PIN 54 // ADC0
97
+ #endif
98
+ #ifndef FIL_RUNOUT2_PIN
99
+ #define FIL_RUNOUT2_PIN 55 // ADC1
100
+ #endif
101
+
92
102
//
93
103
// Temperature Sensors
94
104
//
You can’t perform that action at this time.
0 commit comments