Thursday 26 March 2015

manufacturing - Exporting fabrication files (gerber) in Altium leads to wrong connections



I'm going to print my first PCB wich is a small controller, nothing complicated. I know that I need to output GERBER or GERBER-X2 files. I prefer GERBERX2 because it comes with the board outline for the manufacturer.


My problem is the following:


Here is the CAMtastic file altium produces: enter image description here


But when I export that file to a Gerber file and I open it in Altium, it produces that:enter image description here


I followed instruction on youtube videos for the settings. Here they are: enter image description here


Then I export the CAMtastic file as gerber with those settings: enter image description here Every layer is wrong! I don't understand. Is altium corrupted?



Answer



When you view the files in Camtastic, you are already viewing the Gerber files. Camtastic is a "Gerber File Viewer and Editor".


You do not need to export anything from Camtastic.


After you generate the Gerber files (typically done using an 'OutJob' file), simply open the output folder in your project files (using windows explorer), and zip up the output files you need to send to your pcb manufacturer.



You can use Camtastic to view the generated Gerber files, and pseudo-independently confirm that they are ok and conform to some rules (see the Camtastic analysis menu).


Sometimes, in rare and advanced circumstances, one would want to edit Gerber data using Camtastic, and re-export using the tools in Camtastic program. However, this is really unusual now-a-days, and I have not had the need in a decade.


Camtastic can be used as part of the process to reverse engineer Gerber data back to a pcb file. But this also is an advanced and unusual requirement.


'OutJobs' are your friends. You'll be happier if you use them.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...