Configurations/config/examples/BIBO/TouchX/default - BLTouch
Scott Lahteine 7e843ee7f2
Some checks are pending
Deploy / deploy (push) Waiting to run
MPC_PTC
MarlinFirmware/Marlin#27911
2025-06-13 19:06:48 -05:00
..
Configuration.h MPC_PTC 2025-06-13 19:06:48 -05:00
Configuration_adv.h NONLINEAR_EXTRUSION_DEFAULT_ON 2025-05-27 16:26:51 -05:00
README.md 🚸 More reliable BIBO TouchX connection to LCD (#1140) 2025-04-06 16:18:25 -05:00

Important User Note:

Users with factory MKS TFT28 screens will need to modify the screen baudrate to 115200. The factory baudrate of 250000 causes problems with gcode items that report back information like M114. Using 115200 on both the mainboard and the screen resolves this issue.

Change the mks_config.txt configuration file for BLTouch and correct the baud rate, set auto leveling, and enable babysteps Link to MKS TFT28 screen firmware https://github.com/makerbase-mks/MKS-TFT/tree/master/MKS-TFT2.8-3.2

Important mks_config.txt configuration changes

  • set baudrate to 115200

    • cfg_baud_rate:3
  • Enable auto leveling

    • cfg_leveling_mode:1
    • cfg_auto_leveling_cmd:G28;G29;
  • Enable function of babysteps.

    • cfg_babystep_btn_display:1