Marlin_2.0.X - makerbase-mks/MKS-Monster8 GitHub Wiki
Download
Config
- In platformio.ini file, set default_envs = mks_monster8 #(or mks_monster8_usb_flash_drive, mks_monster8_usb_flash_drive_msc)
- In configuration.h file
- Set: #define SERIAL_PORT -1
- Set: #define MOTHERBOARD BOARD_MKS_MONSTER8
- If you not use lcd or tft, so, you can compile it, if you need lcd or other function, you can refer to Wiki other function settings.