-
Notifications
You must be signed in to change notification settings - Fork 2
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
TFT35 LCD v3.0 #1
Comments
i find this. is the best option? seems too limited: https://github.com/teeminus/NoTouchScreenFirmware |
Hey thanks for checking this out! I haven't done any work into getting the screen to work as I accidentally fried my pi zero and am waiting for them to come back in stock. Let me know if you get anything working! In terms of speed, I've been printing with good quality at 100mm/s after tuning input shaper and pressure advance, as well as cranking the acceleration up as high as I could. I'm certain I could push the speeds faster but would need to print at higher temps to get the hotend to extrude fast enough, but then I'd need to retune retraction and pressure advance, which isn't worth it for me at this point. At a certain point, you'd need to upgrade the hotend to something like a E3D Volcano to be able to extrude fast enough, but I'm far from hitting that limit. Still for aesthetic prints I'd slow way down to around 50mm/s, at least on perimeters, to get really great quality finishes, but for functional parts, going fast means using the parts sooner, even if they aren't perfect. |
@JoeTodes |
Oh it was just a silly mistake on my part. I had unplugged the pi to put it in a case that I printed and accidentally plugged the connector back to the wrong pins. It still boots fine and I can connect to it from my computer, but it can't connect itself to the printer anymore, so I suspect I fried the UART pins. I really should have used a mating pair of connectors instead of a JST connector on the wire but standard pin headers on the pi to avoid this possibility. |
oO Can't you connect it using the usb port on the RPI? I think this way you can use the LCD screen at the same time. |
@JoeTodes other sugestion: maybe you can try to use other gpio to configure the UART. |
@lucasromeiro not sure if you figured it out in the end, but I have the built-in TFT35 working in Marlin mode (i.e. not touch mode) using the following config in my printer.cfg for my B1 with SKR 1.4:
To switch to "Marlin" mode on the TFT35, either press and hold the encoder knob or the middle of the screen for a few seconds and it should show you two icons, one for BIQU and one for Marlin. Choose the Marlin one. Next time you restart the firmware, you should get the basic Klipper text-based menu. Note you may need to get the latest B1 TFT35 firmware from Bigtreetech's GitHub for the B1 as I think there was some firmware fix they had to do for the Klipper integration to work. |
@aee0 awesome, nice work! I'm still waiting fora replacement Pi Zero 2 W to get back in stock but will try this out as soon as I'm back up and running |
I checked and it run good |
Hello everyone, I hope you are well.
I'm starting in the world of klipper now.
I have a B1 BIQU.
Reading the documentation I saw that the LCD will not work, but yesterday I read somewhere that it would be possible to use the LCD yes. How can I do this? Can you help me?
My BIQU B1 uses SKR v1.4 board and TFT35 LCD v3.0.
Another important question: How fast can my hardware print with klipper? Keeping good quality. I want to print fast!
Thank you for any help.
The text was updated successfully, but these errors were encountered: