diff --git a/README.md b/README.md index fdbb389..6849e78 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ This is the firmware source code of the LLL buffer. -Two places need to modify TMCStepper before build, otherwise the compiled properly drive motor, modify, please refer to the following link -[Fly3DTeam/TMCStepper](https://github.com/MarlinFirmware/TMCStepper/compare/master...Fly3DTeam:TMCStepper:master) +Please open the project with VS Code and install the PlatformIO IDE extension. +Plugin Installation Steps: +1. Open VS Code. +2. Click on the Extensions icon on the left sidebar. +3. Search for "PlatformIO IDE" in the search bar. \ No newline at end of file diff --git a/platformio.ini b/platformio.ini index c58469c..8560ed6 100644 --- a/platformio.ini +++ b/platformio.ini @@ -14,7 +14,7 @@ board = fly_buffer_f072c8 framework = arduino upload_protocol = dfu lib_deps = - TMCStepper + https://github.com/Fly3DTeam/TMcstepper build_flags = -D USBCON -D USBD_USE_CDC