Can't build firmware since update

i just get this error any help would be really appreciated

Executing task: C:\Users\andre.platformio\penv\Scripts\platformio.exe run

Processing include_tree (platform: atmelavr; board: megaatmega2560; framework: arduino)

Verbose mode can be enabled via -v, --verbose option
Error: this script should be used after common Marlin scripts.

Huh? That’s not an environmemt you would chose when compiling for a specific board. Like

says this is just an environment for printing the dependency tree (even though that doesn’t even seem to work for you).

Though primarily, you should chose a different environment that matches your board per one of these files, e.g. mks_robin_e3 or whatever.

1 Like