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

Not showing print progress and percentage in the display (Bigtreetech TFT 35 V2.0) #103

Closed
KrishnaMohanAV opened this issue Oct 20, 2019 · 7 comments

Comments

@KrishnaMohanAV
Copy link

I am able to print from onboard sd card in SKR V1.3, but printing details are not showing in the TFT display. Please help.

@ravecaron
Copy link

How did you get the TFT to connect to the skr v1.3 in the first place?

@ravecaron
Copy link

I have been having a lot of problems with it... it turns on but says no printer is connected

@KrishnaMohanAV
Copy link
Author

I Enabled #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER in configuration.h and #define SDCARD_CONNECTION ONBOARD in configuration_adv.h , it worked for me.

@ipatch
Copy link

ipatch commented Nov 3, 2019

@KrishnaMohanAV not trying to highjack your issue,

@ravecaron

I just received the tft35 v2 in the mail yesterday, the first thing i'd do is build and install the latest firmware from this git repo on your screen.

when i check the info of my screen it is

Firmware: TFT35_V2.0.24.1 Nov 2 2019

The date will be the date in which you built the FW for the screen.

After you've updated the firmware for the screen, then you'll need to make certain your Configuration.h and accompanying marlin configuration files are configured properly, as I to was running into issues with the screen displaying the,

no printer attached to screen message

on my LCD.

The settings for marlin that worked for me are,

Configuration.h

#define SERIAL_PORT -1
#define SERIAL_PORT_2 0
#define BAUDRATE 115200

Initially I had set the baudrate to invalid baudrate thus the lcd was unable to properly communicate with the board, you can verify the connection by sending m commands for the lcd itself.

@rydol
Copy link

rydol commented Mar 25, 2020

Hi @KrishnaMohanAV I just came to the same problem, since the slot on my TFT V2.0 cant read the SD card anymore I switched to an onboar sd card ond SKR e3 mini. It works, but it does not show the progress while printing. Did you manage to solve the issue ??

@KrishnaMohanAV
Copy link
Author

Hi @KrishnaMohanAV I just came to the same problem, since the slot on my TFT V2.0 cant read the SD card anymore I switched to an onboar sd card ond SKR e3 mini. It works, but it does not show the progress while printing. Did you manage to solve the issue ??

Hi @rydol Problem still exists.

@KrishnaMohanAV
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants