Back to tutorial index

Electronics Design - Custom Outlines

We have found that while fab academy students first learn how to use Eagle and make their first hello-echo board from their assignment, they like to make modification of their board rather than making simple rectangular shapes.

Making custom outlines for PCB is done in a few steps via vector drawing tools.

Getting Started

  • Step 1: Add extra anchor point to the shape

  • Step 2: Export Shape as DXF

  • Step 3: Import vectors into Eagle

  • Step 4: Use customized outlines in the circuit

  • Robust way of making vector artwork from illustrator to Eagle

    illustartor to PCB eagle logo

    Step 1. Add extra anchor points to the shape

    Think about the actual size of the board and make sure that traces aren't interfered by outlines you create with illustrator.

    custom board

    When doing import command in Eagle, produces only straight lines as output- any curves might seem just straight lines. To fix this problem, add extra anchor points/nodes to the shape (Object > Path > Add Anchor Points). Add enough until you feel like number of points/nodes are sufficient to descirbe the shape. Look at the image below.

    anchor add1anchor add2

    Zoom in if necessary to check anchor points are added. Look at the difference between two objects when anchor points are added(Before & After)

    Keep in mind, that too many anchor points could make importing too much of a burden to computer. Think of each anchor points as seperate node you create in Eagle.

     

    Step 2. Export Shape as DXF

    Example Files to Start From (Hand Outlines.svg,hello-echo board.png)

    illustrator supports DXF files. For importing DXF files into Eagle, it recommended to be oldest version as R13/LT95. (Trying the newer version is fine, check with Eagle for experimental trial)

    origin export

    Position of the drawing shape must be LOWER LEFT of the page. otherwise the shape will be faraway from oring in the Eagle.

    eagle control panel

    In Options, click Export selected Art Only.

    Step 3: Import vectors into Eagle

    Now we try special method to import vectors made from illustrator's DXF format (Note : it works fine with any other graphic design tools that can export DXF format). This is performed by the ULP (User language Programs) import_dxf_polygons_v4.ulp For any other ulps you can download from Cadsoft Eagle userfiles misc area.

    ulp icon

    ulp menu

    open-ulp

    In Eagle, from the main window of the program, click the 'ULP' button on the toolbar or 'File > Run ULP'. Eagle will open up a dialog and you will have to navigate to location where you downloaded the 'import_dxf_polygons_v4.ulp' file.

    Second job is to navigate to your DXF file and open until you get the main import dialog box.

    open-dxf

    Here you can rescale, mirror or rotate the shape by giving it a number to angle or checing the msg box which says 'Mirror'.

    import-setting

    Reminder for settings

    When you are done with options press 'Execute'.

    outline output

    Step 4: Use customized outlines in the circuit

    Normal hello echo-board can turned into shapes with freely drawn outlines.

    hello echo board

    Now enjoy making customized pcb for your electronic design assignment.

    Trouble Shooting

    out sized board

    If not properly measured the dimension your outlines can outsize the canvas like above and at the same time, if you don't make appropriate pen width It's useless to make outlines.

    unjoined

    It's not 100% accurate to make continuous outlines and there can be possiblity of having unjoined lines at some point. Easiest way is to make WIRES by manual.

    3