bigtreetech / SKR-2

192 stars 179 forks source link

Unable to find updated files that fix missing pin definitions #108

Open DaBoss1325 opened 2 years ago

DaBoss1325 commented 2 years ago

I am unable to compile Marlin for my SKR 2.0 due to undefined pins, as mentioned in issue #23221. If I understand what was said correctly, the issue was fixed, but I am unable to find the files that I need to download to replace the improperly working files. I am completely confused by how Github seems to work, so it could be something super obvious that I'm missing. I had to go to Google just to figure out how to download anything from here, let alone find the files that I need. I'm so confused. Please help.

Edit: The issue I mentioned is in MarlinFirmware/Marlin. Here's a link: https://github.com/MarlinFirmware/Marlin/issues/23221

vinoudropdrop commented 2 years ago

You have : BIGTREE_SKR_PRO FAILED But you should have : BIGTREE_SKR_2 FAILED Are you sure you are compiling with this command : #define MOTHERBOARD BOARD_BTT_SKR_V2_0_REV_A or #define MOTHERBOARD BOARD_BTT_SKR_V2_0_REV_B ? (And beware! If you use TMC on a REV_A motherboard, you need to make hardware modifications to prevent hardware damages)

DaBoss1325 commented 2 years ago

I do not have that error. I am saying that I have the same "TOUCH_MISO_PIN not defined" error that the OP in #23221 was having, except on the SKR 2.0. I am assuming that the fix one of the commenters mentioned would also work for my board, but I can't find the updated files!

DaBoss1325 commented 2 years ago

Here's the error I'm getting: https://pastebin.com/CM66dtRC