bigtreetech / BIQU-B1

144 stars 104 forks source link

[Q] Version of TFT Screen #1

Closed blueeagle69 closed 4 years ago

blueeagle69 commented 4 years ago

Hi.

Can you confirm that the TFT in my B1 is the E3 model? Also is the end of print bug with the TFT fixed? I compiled the TFT firmware from the master source but the bug still appears to be present.

At the end of the print, the screen in TFT mode shows 98% complete, and has to be stopped manually. When you do this, you get a `Loading" message on the screen.

Lastly the motherboard source code link still shows 2.53 and not 2.6. I may just download from the main Marlin repo and make code changes accordingly.

Loving the printer! Thanks.

thisiskeithb commented 4 years ago

You'll use BIGTREE_TFT35_E3_V3_0 when compiling for the B1's TFT screen for the time being. Then grab the Biqu bootscreen (Logo.bmp) & icon (BigTreeTech.bmp ...just ignore the name 🙂) from this repo if you want to retain those, or just stick with the ones included in the main TFT firmware repo.

As for the B1 source code, you can now use the B1 configs from the Marlin Configurations repo since those will always be up to date: https://github.com/MarlinFirmware/Configurations/tree/import-2.0.x/config/examples/BIQU

blueeagle69 commented 4 years ago

Cheers. I thought it was the e3 version, I'm glad you confirmed it 😁

Good to see some configs for the B1. I didn't realise they had been added!

Thanks again 👌