WELCOME TO BOOTCAMP JOURNEY / Task 2 / 1. Post Processing

1. Post Processing

It consists of 3 processes which have to be done after each other.

A- Exporting gerber files from KICAD

  • Open KiCad , and select “open project” from the file tab.

photo

KICAD

If Kicad is not installed please download and install first. Click here.

  • In every project, there are many files included like schematics, PCB, library file and others. Which all can be seen on the left side of the window. Select the PCB file. Popup will appear for first timers asking about new footprint found. Go with the recommended settings or customize as per need.

photo

  • It should look like this, also enable or disable any layer from the right side check box.

photo

  • Select Plot from the file menu.

photo

  • Popup window will appear, make sure to choose gerber in plot format, and choose layers desired from included layers. Uncheck all layers and choose only the top layer which is named in this project f.cu and edge.cuts to export the top layer with its profile border line (to keep its size symmetric with other files). Then Click on plot.

photo

  • As for the drill file, Select Generate drill files.

photo

  • Check on Gerber in map file format and other settings like measurement in millimeters. Then click Generate drill files.

photo

  • Finally check for every layer saved, hence here saved 2 files.

  • Congratulations first process its done

B- Saving every layer in PDF from GERBV

  • First step: open Gerbv application, Select open layers from the file menu.

photo

GERBV

If not installed please follow this link.

  • Choose the location of the files exported in the previous process and select them to open. The layers will be found in the layer tab on the left side of the window.

photo

  • Select each layer as referred in the previous process, and then click file and then select PDF from the export drop down menu.

photo

Make sure to save it in a known location with a familiar name and don’t forget to add after the name .PDF for securing file format. Recommend to create a new folder with name “prefinal” as the final will be the 3rd process.

Now be prepared for the final process.

C- Converting to PNG format in GIMP.

  • In the final process, open GIMP application, then as before select open from the File tab.

photo

GIMP

To download gimp click here.

  • Navigate to prefinal folder and then choose any layer (from this point on every step will be done again for the other layer). Popup window will appear, change the resolution to 1000 dpi (very important remember the count it will be needed in the future). then finally select Import.

photo

  • From the toolbar, select the Fill icon and check if the black color is selected on the bottom of the toolbar. In the drill files, color every holes with black color and the outline border also and keep the medium between only white color.

photo

  • It will finally look like this.

photo

  • Note: when repeating the same process for the other trace layer file, keep the traces in white color and everything else black.

photo

  • To Export the file, go to file select Export as. Reminder to create a new folder with the name of “Final”.

photo

  • In the popup window, change the file format into PNG in both: name and Select file type drop down menu. Then click Export. Another small popup window will appear, select Export again.

photo

Hooray, It’s all done now let’s move to the fun part.