Browse Source
Merge pull request #8685 from MateuszKrawczuk/patch-3
Update TEMP_BED_PIN in MIGHTYBOARD_REVE
pull/1/head
Scott Lahteine
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/pins/pins_MIGHTYBOARD_REVE.h
|
@ -124,7 +124,7 @@ |
|
|
//
|
|
|
//
|
|
|
// Temperature Sensors
|
|
|
// Temperature Sensors
|
|
|
//
|
|
|
//
|
|
|
#define TEMP_BED_PIN 69 // K7
|
|
|
#define TEMP_BED_PIN 15 // K7 - 69 / ADC15 - 15
|
|
|
|
|
|
|
|
|
// SPI for Max6675 or Max31855 Thermocouple
|
|
|
// SPI for Max6675 or Max31855 Thermocouple
|
|
|
// Uses a separate SPI bus
|
|
|
// Uses a separate SPI bus
|
|
|