To export a project in Altium, use the File » Import or File » Export sub-menus and select the desired file format. The available export options will vary based on the type of document you currently have open.
Here's a breakdown:
-
File » Export: This is the primary method for exporting your project data into different formats. You'll find options suitable for various purposes like manufacturing, documentation, and collaboration.
-
Available Export Formats: The specific formats available under the File » Export menu will depend on the active document. For example, if you have a PCB document open, you'll see options relevant to PCB manufacturing, such as Gerber files, ODB++ files, and IPC-2581 files.
-
File » Import: While primarily for importing, this menu sometimes provides options that effectively result in an export, like generating output files from imported data.
-
Save As and Save Copy As: These commands are now dedicated to saving the current file in a native Altium Designer format (e.g.,
.PrjPcb
,.SchDoc
,.PcbDoc
). They are not used for exporting to other file formats.
Example:
Let's say you want to generate Gerber files for your PCB design:
- Open the PCB document (
.PcbDoc
) in your Altium project. - Go to File » Export » Gerber Files.
- Configure the Gerber settings in the dialog box that appears (e.g., units, format, layers).
- Click OK to generate the Gerber files.
Important Considerations:
- Output Jobs: Using Output Jobs (
*.OutJob
) is the recommended and most powerful way to generate export files in Altium. Output Jobs allow you to define specific export configurations and automate the generation of multiple file types with a single command. - Configuration: Always review the export settings to ensure they match the requirements of the intended recipient (e.g., your PCB manufacturer). Incorrect settings can lead to manufacturing errors.
- Documentation: Consult the Altium Designer documentation for detailed information about each export format and its configuration options.