Browse Source
Merge pull request #9284 from Bob-the-Kuhn/DUE-pins-debug
[2.0.x] PINS_DEBUGGING maintenance
pull/1/head
Bob-the-Kuhn
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
3 deletions
-
Marlin/src/pins/pinsDebug_list.h
-
Marlin/src/pins/pins_RADDS.h
|
@ -406,9 +406,6 @@ |
|
|
#if PIN_EXISTS(HOME) |
|
|
#if PIN_EXISTS(HOME) |
|
|
REPORT_NAME_DIGITAL(HOME_PIN, __LINE__ ) |
|
|
REPORT_NAME_DIGITAL(HOME_PIN, __LINE__ ) |
|
|
#endif |
|
|
#endif |
|
|
#if defined(I2C_EEPROM) && I2C_EEPROM >= 0 |
|
|
|
|
|
REPORT_NAME_DIGITAL(I2C_EEPROM, __LINE__ ) |
|
|
|
|
|
#endif |
|
|
|
|
|
#if PIN_EXISTS(I2C_SCL) |
|
|
#if PIN_EXISTS(I2C_SCL) |
|
|
REPORT_NAME_DIGITAL(I2C_SCL_PIN, __LINE__ ) |
|
|
REPORT_NAME_DIGITAL(I2C_SCL_PIN, __LINE__ ) |
|
|
#endif |
|
|
#endif |
|
|
|
@ -108,6 +108,7 @@ |
|
|
#define TEMP_1_PIN 1 // Analog Input
|
|
|
#define TEMP_1_PIN 1 // Analog Input
|
|
|
#define TEMP_2_PIN 2 // Analog Input
|
|
|
#define TEMP_2_PIN 2 // Analog Input
|
|
|
#define TEMP_3_PIN 3 // Analog Input
|
|
|
#define TEMP_3_PIN 3 // Analog Input
|
|
|
|
|
|
#define TEMP_4_PIN 5 // dummy so will compile when PINS_DEBUGGING is enabled
|
|
|
#define TEMP_BED_PIN 4 // Analog Input
|
|
|
#define TEMP_BED_PIN 4 // Analog Input
|
|
|
|
|
|
|
|
|
// SPI for Max6675 or Max31855 Thermocouple
|
|
|
// SPI for Max6675 or Max31855 Thermocouple
|
|
|