(not a meme page)
The final step of PCB design is creating files that the PCB manufactures can read in order to fabricate your PCB. The most common filetype is a Gerber file, which is a set of files that individually describe each layer of a PCB. There will be a file that describes each copper layer, the silkscreens, the soldermask, the solder paste, locations of drills, and a few more.
You can manually generate these, but we use a more tightly integrated system in Altium called an OutJob. This hooks into Altium365 with Releases.
Create new Output Job file
Under Fabrication Outputs, enable “Gerber X2 Files” and “NC Drill Files”
Under Report Outputs, enable “Bill of Materials” from ActiveBOM (or Project if you don’t have an ActiveBOM)
Under Documentation Outputs, enable “Schematic Prints”, “PCB Prints”, and “PCB 3D Print”
After you’ve enabled these, the window should look like this:
Rename the PDF output container to =ProjectName + "_Prints"
Create an Output Container (folder structure) named “Fab Release” with the path =ProjectName + "_FabFiles"
Route all Documentation Outputs to the default PDF output container
Route all Fabrication Outputs to the Fab Release output container
Route the Bill of Materials to the default Folder Structure
Delete the default Video container
Save the OutJob
Once you’ve finished your project, you can release it! This will run the OutJob and push the output to Altium365. Do this right before you want to send it to the fab.
Go to Project → Project Releaser