PCB designing and isolation milling using only free Software

In this Instructable I will show you how to design and fabricate your own PCBs, exclusively using free software that runs on Windows as well as on a Mac.

Things you need:

  • computer with internet connection
  • cnc mill/router, the more accurate the better
  • 45°/20° V-Bit
  • 0.8mm drill bit
  • 3mm endmill
  • copper clad board
  • double-sided adhesive tape

Step 1: Get the software

You need the following software:

Click on the links, download and install the software on your computer. Makercam doesn't need to be downloaded/installed since it runs directly in your browser.

PCB designing and isolation milling using only free Software

Step 2: Designing in Fritzing

Start Fritzing and start a new sketch.

Go to breadboard view by clicking on the breadboard tab on the top of the window.

On the right side is your part-library, select the components you want in your circuit and drag&drop them into the breadboard window. Make sure the parts have the desired specs such as pinout, value and size. You can change these variables of the selected component in the Inspector to the lower right of your screen.

In this example I'm making a circuit that uses an Arduino Nano for switching a 12V relay. For this i need a transistor with a resistor to the base as well as a catch diode in parallel to the relay coil and two screw terminals.

The connections/wires between the components are made by clicking and dragging on a leg/pin of the component. Bendpoints in the wires can be made by clicking and dragging inside a wire.

Make all the connections you need and would do on a real breadboard for the circuit to work.

Step 3: Schematic View

Now navigate to the Schematic View.

You will see a wiring diagram with all your components and their connections. Tidy things up by dragging the components in a reasonable order and clicking and dragging the dashed connection lines so they're not intersecting themselves.

Step 4: PCB View

Go to PCB View.

Drag your components in a reasonable order. A good rule of thumb is to place the components with the most pins to the center and the other components around. Try to get a compact distribution.

The parts lock automatically to the grid you see in the background. For changing the grid size go to View -> Set grid size.

Step 5: Autoroute

Click on Routing -> Autorouter/DRC settings and select custom production type. Now you can set the trace width to the desired thickness depending on your machine/endmill/circuit. I used 48mil. Click “OK”.

Select the grey rectangle (the PCB Board) and in the Inspector change the layers-dropdown to “one layer (single sided)”.

Now hit the Autoroute-button in the bottom of the window and let the computer do the routing work!

Step 6: Some more routing

When the Autorouting is complete, tidy up the traces by clicking and dragging their bendpoints. Right click on the bendpoint and select remove bendpoint for removing it.

Sometimes there are connections the Autorouter cannot route. You have to route them by hand by clicking and dragging the dashed connection lines. Use Jumpers from the parts library for jumping over traces you otherwise would intersect.

You can also add text/logos that will show up in the copper mask by dragging “Silkscreen Image” or “Silkscreen Text” from the library to your board. Select your logo and in the Inspector under Placement – pcb layer dropdown menu select “copper bottom”. you can load your own .svg files too by clicking on “load image file” in the inspector.

Step 7: Check your circuit

If you think you are ready with the routing click on Routing -> Design Rules Check for automatically checking your creation for missed connections / overlapping or intersecting traces.

Try to eliminate all errors and repeat the DRC until there are no more problems. Design is finished!

Export your PCB as .svg files by clicking on “Export for PCB” on the bottom. Click on the small arrow on the Export button and select “Etchable (SVG)”.

You will get a bunch of svg's exported in your selected directory but we will only use two of them:

  • *yourfilename*_etch_copper_bottom_mirror.svg
  • *yourfilename*_etch_mask_bottom_mirror.svg

All other files can be deleted.

Step 8: Inkscape

Open the *yourfilename*_etch_copper_bottom_mirror.svg in Inkscape, select everything and repeatedly press ctrl+shift+g until everything is ungrouped.

Select view -> display mode -> outline. You will now see only the vectors without fill or stroke.

Select all traces and go to Path -> Stroke to Path.

Select all traces and go to Path -> Union.

Save.

The file is now ready for CAM!

The other .svg we exported from fritzing doesn't need to be processed in Inkscape.

PCB designing and isolation milling using only free Software Schematic

Step 9: Makercam

Open your browser and go to makercam.com.

Go to Edit -> Edit preferences and change the SVG Import default resolution to 90 ppi.

Go to File -> Open SVG file, navigate to your directory and select the “*yourfilename*_etch_copper_bottom_mirror.svg” file.

Step 10: Isolation milling

Select all your traces (but not the inner circles of the pins) and go to CAM -> profile operation.

If your CNC is GRBL based you may want to do all CAM in makercam in imperial units (see here for further reference). So you have to convert all your millimeters to inches before typing them in.

If you're using a 45° V-Bit with 0.2mm tip for the isolation milling process and dive 0.25mm into the material, the effective tool diameter at the surface of your copper clad board is 0.39mm. This converts to 0,015354331 inches, Yayy!

As said, we want to go 0.25mm deep in the board, so we're typing -0.0098425197 inches as our target depth. The step-down value should be bigger than that so the cutter goes through in one single pass.

I found a feed rate of 150mm/min and a plunge rate of 50mm/min to be working well on my machine.

Click OK.

 


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top