BIGTREETECH Kraken V1.0 User Manual
17
Marlin
Install Compiling Environment
https://github.com/bigtreetech/Document/blob/master/How%20to%20install%20VScode%2BPlatformio.md
https://marlinfw.org/docs/basics/install_platformio_vscode.html
Download Marlin Firmware
Get pre-configured firmware source code from our GitHub:
https://github.com/bigtreetech/BIGTREETECH-Kraken
Configure Firmware
Open Marlin Project
You can open Marlin in VS Code in one of several ways:
Drag the downloaded Marlin Firmware folder onto the VScode application
icon;
Use the Open... command in the VSCode File menu;
Open the PIO Home tab and click the Open Project button.
Compiling Environment
Open platformio.ini file and change default_envs to STM32H723ZG_btt.
Configure Motherboard and Serial Port
Set MOTHERBOARD as BOARD_BTT_KRAKEN_V1_0
#define MOTHERBOARD BOARD_BTT_KRAKEN_V1_0