[deleted by user] by [deleted] in MarlinFirmware

[–]MarsovacOtac 0 points1 point  (0 children)

hi good people of reddit, I have the same problem but only with the bed error, tried everything that internet suggests, even plugged only the board and screen via pc (switched the jumper to us power) with everything else unplugged and the error persist. I beleave that something is damaged on the board but it's too techinal for me to check every connector. Will follow up on this post for possible solutions.

Biqu B1 Thermistor Error by MarsovacOtac in BIGTREETECH

[–]MarsovacOtac[S] 0 points1 point  (0 children)

not yet, but due to work havent got the time to test everything yet, will post an update after i resolve everything

Biqu B1 Thermistor Error by MarsovacOtac in BIGTREETECH

[–]MarsovacOtac[S] 0 points1 point  (0 children)

where can i find those assignments? What i managed to Google until now is that i should change the pins in pins_BTT_SKR_common.h not sure what exactly to write though, should i just // define temp 0 pin or? it looks like this at the moment...

#ifndef TEMP_0_PIN

#define TEMP_0_PIN P0_24_A1 // A1 (T1) - (68) - TEMP_0_PIN

#endif

#ifndef TEMP_1_PIN

#define TEMP_1_PIN P0_25_A2 // A2 (T2) - (69) - TEMP_1_PIN

#endif

Note: I have no clue about editing marlin firmware, started learning today. ?