Skip to content

Display_MKS_TFT35

makerbase edited this page Aug 6, 2020 · 1 revision

How to buy

Video Tutorials

  • Used on the MKS SGEN_L V1.0 motherboard. It can be referred to MKS TFT35 test

Motherboard connect

  • MKS TFT35 connect MKS SGEN_L V1.0 motherboard by AUX-1

Test

  • MKS TFT35 and MKS SGEN_L each has its own firmware. Before test, MKS TFT35 and MKS SGEN_L V1.0 must have refresh firmware.

  • IF you use official marlin on MKS SGEN_L V1.0,you need change parameters suitable for communication with MKS TFT35:

    • Set #define SERIAL_PORT -1 in configuration.h
    • Set #define SERIAL_PORT_2 0 in configuration.h
  • When testing or using MKS TFT35, MKS SGEN_L should not be connected with USB cable because of serial port conflict

  • Test process

    • Send Gcode M114 by MKS TFT35: Settings -> Config -> Gcode send M114
    • If not ok,you will get nothing,change Baud rate:Settings -> Config -> Baud rate config
    • Then send Gcode M114 again,until you get info like this:
        OK
        X:0.00 Y:0.00 Z:0.00 E:0.00 Count X:0 Y:0 Z:0
        OK 
  • If always unsuccessful,maybe you need refresh firmware of the motherboard.