bigtreetech / BIGTREETECH-TFT35-V2.0

BIGTREETECH TFT35-V2.0 is a medium size and ultra-clear 3D printing machine display launched by the 3D printing team of Shenzhen BIGTREE technology co., LTD.
38 stars 13 forks source link

LCD comment in Marlin 2.0 #4

Closed mpieroway closed 4 years ago

mpieroway commented 4 years ago

I have The BIGTREETECH TFT35 V2.0 and have it connected to an MKS SBASE v1.3. I am looking for the proper LCD to comment in in Marlin 2.0 in order to have the LCD connect to the control board. Regardless of the option I comment in the LCD continues to display "no printer attached"

Thank you

hutchx86 commented 4 years ago

The display connects to one of the UART ports on the motherboard and it communicates with the 3D printer via serial and gcode, there's no LCD option you have to uncomment in Marlin

mpieroway commented 4 years ago

The display is connected to the serial port on the board where the MKS TFT would connect with serial connector. However, the Tx and Rx have to be reversed when connecting to the board. Once the second serial port was commented in in Marlin, everything works.

Cheers