Follow-up the PR #4955, etc
・More ANALOG NUMBERING to Analog Input ・Add comment header to all the section of all the pins files ・Sort sections as follows: 1. Some special definitions (USBCON, LARGE_FLASH, etc) 2. Servos 3. Limit Switches 4. Z Probe 5. Steppers 6. Temperature Sensors 7. Heaters / Fans 8. Misc. Functions 9. LCD / Controller ・Move MAX6675_SS into "Temperature Sensors" section ・Adjust spacing
This commit is contained in:
@@ -71,9 +71,6 @@
|
||||
//
|
||||
// Temperature Sensors
|
||||
//
|
||||
#define SDSS 16
|
||||
#define LED_PIN 46
|
||||
|
||||
#define TEMP_0_PIN 7 // Analog Input
|
||||
#define TEMP_1_PIN 6 // Analog Input
|
||||
#define TEMP_BED_PIN 6 // Analog Input
|
||||
@@ -87,6 +84,12 @@
|
||||
|
||||
#define FAN_PIN 9
|
||||
|
||||
//
|
||||
// Misc. Functions
|
||||
//
|
||||
#define SDSS 16
|
||||
#define LED_PIN 46
|
||||
|
||||
//
|
||||
// LCD / Controller
|
||||
//
|
||||
@@ -118,5 +121,5 @@
|
||||
#define BTN_EN2 -1
|
||||
#define BTN_ENC -1
|
||||
|
||||
#define SD_DETECT_PIN -1 // Minitronics doesn't use this
|
||||
#define SD_DETECT_PIN -1 // Minitronics doesn't use this
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user