Export Board Outline to another project

Hi
I want to Export the Board Outline (Edge.Cuts) to another project.
Picture with Boardoutline:


Is there any possibility instead of redrawing it?

Create a project with just the outline and save the pcb file.
Then start your other project from standalone mode and append the board that has the outline.

Or convert your outline to a template project (see kicad docu) and use “create new from project” to start any project that requires this outline.

Or design such an outline in a footprint and include the footprint whenever you need that outline

Or design the outline in freecad and push it to every board that requires it by use of the stepup extension

3 Likes

Or create a project with just the outline and save it.
Start new project by copying and renaming that project to new directory.

In 4.0.7 when I had to add opening as a part of footprint it was impossible as I could’t add anything at Edge.Cuts layer. Something had changed?

1 Like

It was always possible by use of a text editor :wink:

What changed is that you can now open a footprint with an edge cuts drawing in it without KiCad automatically moving it to some other layer.

1 Like

Option 1 (video)
Hide all layers except for Edge-Cuts layer
Window select the shape
Copy
Paste into new pcb on edge cuts layer.
-done-

Option 2
In your system’s explorer/finder, copy the pcb file in the existing project
Paste the board into other project
Edit the board (delete what you don’t want)
-done-

copyPaste.mov

3 Likes

Reading this I supposed that may be it is possible to change (in footprint editor) the layer of line to Edge.Cuts but it is not possible :frowning:

1 Like

Hi, thanks a lot. I found another way. Plot Edge.Cuts as .dxf and import it in the new project.
Only disadvantage is that now all footprints are locked ( I don’t know why). Is there a possibility of unlocking all footprints in a pcb?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.