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
parent
commit
a440522f84
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Marlin/src/pins/pinsDebug_list.h
  2. 1
      Marlin/src/pins/pins_RADDS.h

3
Marlin/src/pins/pinsDebug_list.h

@ -406,9 +406,6 @@
#if PIN_EXISTS(HOME)
REPORT_NAME_DIGITAL(HOME_PIN, __LINE__ )
#endif
#if defined(I2C_EEPROM) && I2C_EEPROM >= 0
REPORT_NAME_DIGITAL(I2C_EEPROM, __LINE__ )
#endif
#if PIN_EXISTS(I2C_SCL)
REPORT_NAME_DIGITAL(I2C_SCL_PIN, __LINE__ )
#endif

1
Marlin/src/pins/pins_RADDS.h

@ -108,6 +108,7 @@
#define TEMP_1_PIN 1 // Analog Input
#define TEMP_2_PIN 2 // 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
// SPI for Max6675 or Max31855 Thermocouple

Loading…
Cancel
Save