0 votes
27 views

I have a KiCad project that I've been working on. But now, the project name had to be changed, so I have to rename the project.

How do I rename it properly so the all KiCad files get updated with the new name?

by (1.4k points) | 27 views

1 Answer

0 votes
Best answer

In order to change the project name properly and propagate the new name to all project files, we should rename the project from the File menu of KiCad.

  1. Open the main project window by clicking the *`.kicadpro`** (*.pro for KiCad 5.x and earlier_) file
  2. Click File > Save As... and save the project with the new name.

IMPORTANT
This should only be made from the main window so that KiCad update all refences in files.


References

by (1.4k points)
selected by
Welcome to Kozmotronik Q&A, where you can ask questions and receive answers from other members of the community.