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

Can't make the BTT PT100 stick work on the GTR v1.0 #71

Open
javierdc opened this issue Nov 2, 2021 · 0 comments
Open

Can't make the BTT PT100 stick work on the GTR v1.0 #71

javierdc opened this issue Nov 2, 2021 · 0 comments

Comments

@javierdc
Copy link

javierdc commented Nov 2, 2021

I made the changes in config, config_advance and the pins file as follows:

#define TEMP_0_CS_PIN PD4 // GTR K-TEMP
#define TEMP_0_SCK_PIN PB3 // SCK
#define TEMP_0_MISO_PIN PB6 // MISO
#define TEMP_0_MOSI_PIN PG15 // For MAX31865

#define TEMP_1_CS_PIN PH2 // M5 K-TEMP
#define TEMP_1_SCK_PIN TEMP_0_SCK_PIN
#define TEMP_1_MISO_PIN TEMP_0_MISO_PIN
#define TEMP_1_MOSI_PIN TEMP_0_MOSI_PIN

Connected the stick to the E1 and set the jumpers for SPI

When I turn on the printer, I can't connect if I switch back from -5 to 1 for the temp sensor, then I can connect but temp sensor does not work.

Thanks

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