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:
@ -56,9 +56,9 @@
|
||||
#define Z_DIR_PIN 28
|
||||
#define Z_ENABLE_PIN 29
|
||||
|
||||
#define E0_STEP_PIN 4 //Edited @ EJE Electronics 20100715
|
||||
#define E0_DIR_PIN 2 //Edited @ EJE Electronics 20100715
|
||||
#define E0_ENABLE_PIN 3 //Added @ EJE Electronics 20100715
|
||||
#define E0_STEP_PIN 4 // Edited @ EJE Electronics 20100715
|
||||
#define E0_DIR_PIN 2 // Edited @ EJE Electronics 20100715
|
||||
#define E0_ENABLE_PIN 3 // Added @ EJE Electronics 20100715
|
||||
|
||||
//
|
||||
// Temperature Sensor
|
||||
@ -68,21 +68,17 @@
|
||||
//
|
||||
// Heaters
|
||||
//
|
||||
#define HEATER_0_PIN 14 //changed @ rkoeppl 20110410
|
||||
#define HEATER_0_PIN 14 // changed @ rkoeppl 20110410
|
||||
|
||||
#if !MB(GEN6)
|
||||
#define HEATER_BED_PIN 1 //changed @ rkoeppl 20110410
|
||||
#define HEATER_BED_PIN 1 // changed @ rkoeppl 20110410
|
||||
#define TEMP_BED_PIN 0 // Analog Input
|
||||
#endif
|
||||
|
||||
//
|
||||
// SD Card
|
||||
//
|
||||
#define SDSS 17
|
||||
|
||||
//
|
||||
// Misc. Functions
|
||||
//
|
||||
#define SDSS 17
|
||||
#define DEBUG_PIN 0
|
||||
|
||||
// RS485 pins
|
||||
|
Reference in New Issue
Block a user