I want to make a new Marlin installation on my Ender3. I install an SKR Mini E3 V3.0 and a new TFT35 display.
I download the latest version of Marlin from GitHub site and actually it is Marlin-bugfix-2.1-3.x. Prior download, I select the branch bugfix-2.1.x then I proceed to download. the downloaded zip file is the Marlin-bugfix-2.1-3.x. Then I did the config for this specific version which is Configurations-import-2.1.x
In VS code, when I try to build without changing anything (to check if everything is ok), I get an error almost immediately. This is the error: buildroot/share/PlatformIO/scripts/../../../../Marlin/src/inc/../../Configuration.h:23:2: error: #error "Don't build with import-2.1.x configurations!"
It tells me not to compile with this configurations version but I don't know which one is the good one... last week, I did it with Marlin-bugfix-2.1-2. and it was working.
What am I supposed to use as configuration folder?
I download the latest version of Marlin from GitHub site and actually it is Marlin-bugfix-2.1-3.x. Prior download, I select the branch bugfix-2.1.x then I proceed to download. the downloaded zip file is the Marlin-bugfix-2.1-3.x. Then I did the config for this specific version which is Configurations-import-2.1.x
In VS code, when I try to build without changing anything (to check if everything is ok), I get an error almost immediately. This is the error: buildroot/share/PlatformIO/scripts/../../../../Marlin/src/inc/../../Configuration.h:23:2: error: #error "Don't build with import-2.1.x configurations!"
It tells me not to compile with this configurations version but I don't know which one is the good one... last week, I did it with Marlin-bugfix-2.1-2. and it was working.
What am I supposed to use as configuration folder?