TF_card - makerbase-mks/MKS-Monster8 GitHub Wiki

Config

  • If use the board's TF card, you need set it

    • In platformio.ini file
      • Set default_envs = mks_monster8 //Cann't set it to mks_monster8_usb_flash_drive or mks_monster8_usb_flash_drive_msc
    • In Configuration.h file
      • Enable: #define SDSUPPORT
  • If use LCD's SD card, you also need set it

    • In pins_MKS_MONSTER8.h file
      • Set: #define SDCARD_CONNECTION LCD