Replies: 1 comment 4 replies
-
https://github.com/kad/Marlin#branches For SKR Mini E3 board, you should use same settings/build parameters as for SKR mini MZ (those are identical schematically boards with different physical dimensions). For VSCode, use build target name one of those: https://github.com/kad/Marlin/blob/anycubic-kad-bugfix-2.0.x/kad_anycubic_mega_zero_default_envs_release.ini#L86-L110 Please note, that majority of youtube tutorials are not applicable to the way I did dynamic build flags to have single set of configs. You can use that tutorial to install VSCode and PlatformIO plugin for it, but then you need to understand at least basics of C/C++ syntax and how PlatformIO works. |
Beta Was this translation helpful? Give feedback.
-
Hi @kad
Thanks for this great work! I can see a lot of branches at https://github.com/kad/Marlin. Which of the branches do I have to check out to build the firmware myself if I want to build it for my new BTT SKR Mini E3 V2.0 board?
I am using this tutorial to build the firmware (with VSCode): https://youtu.be/eq_ygvHF29I
Cheers, Christoph
Beta Was this translation helpful? Give feedback.
All reactions