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

[BUG] (short description) #2959

Open
7u5a opened this issue Oct 14, 2024 · 3 comments
Open

[BUG] (short description) #2959

7u5a opened this issue Oct 14, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@7u5a
Copy link

7u5a commented Oct 14, 2024

Description

When printing from the touch screen interface on the TFT35 E3 v3.0.1 2023.4.12, the target and actual temperature are not shown in the printing interface.

Steps to reproduce

  1. Select print from on board SD card
  2. Select file to print

Expected behavior
Bed temp set point >0, bed starts heating with actual temp reported.
Hot end temp set point >0, hot end starts heating with actual temp reported.
Home, then print

Actual behavior
Bed and hot end temp set points stay at 0. Actual reported temp is same as when print was started.
Home, then print.
After 1st layer has started, temperatures are now reported correctly.

Hardware Variant

BTT TFT35 E3 V3.0.1
BTT SKR Mini E3 V3.0

TFT Firmware Version & Main Board Firmware details

Mainboard - Marlin 2.1.X bugfix (self configured)

Additional Information

MarlinConfigFiles.zip

@7u5a 7u5a added the bug Something isn't working label Oct 14, 2024
@7u5a
Copy link
Author

7u5a commented Oct 15, 2024

By the way, in Marlin mode it seems to work...

@Dioniusos
Copy link

Have same behavior, my hardware BTT TFT35 E3 V3.0.1 GD
BTT SKR Mini E3 V3.0 and Marlin 2.1.2.4 bugfix

@rondlh
Copy link

rondlh commented Oct 21, 2024

First of all, the TFT works best if you don't print from the onboard SD card because like this the TFT doesn't know well what's going on, it can only rely on the Marlin reported information.
If the TFT receives a valid temperature report, the temps (actual and target) will be updated and shown. This will always work, unless the TFT is "not connected" as reported on the display.
For the TFT to work best, you should enable a number of Marlin options, check the TFT "config.ini" file for more details.

In Marlin mode the TFT pixels are fully controlled by Marlin, so then the behavior is completely different.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants