Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect pin definition for the TEMP_0_PIN (first extruder thermistor) #201

Open
janoc opened this issue May 8, 2021 · 0 comments
Open

Comments

@janoc
Copy link

janoc commented May 8, 2021

The file pins_BTT_SKR_PRO_common.h has incorrect definition of the extruder thermistor pin. Line 221 contains:

//
// Temperature Sensors
//
#define TEMP_0_PIN                          PF7//PF4   // T1 <-> E0

However the correct pin on SKR PRO 1.1 and 1.2 is PF4. Stock Marlin also contains PF4 here.

No idea why this has been changed but it breaks the thermistor functionality. The firmware will panic due to the thermal runaway protection being triggered by a nonsensical thermistor reading at runtime. As-is this code is unusable on the SKR Pro v1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant