First time user to compile Marlin

I am using PlatformIO within VSC on a Mac running OS 10.14 and have successfully compiled Marlin 2.1. However, I cannot find the .bin file that should be the output from the compile function. I need to put the .bin file on an SD card in order to flash my printer.
Where should I be looking or is there something I missed in setup to define a location?

Look in the (hidden) .pio folder of the project, then build and then the name of the environment you built for (there should only be one).

2 Likes

Thank you, I found it and it worked.
Cheers

1 Like