Where to store the modified default page description after modification (I add my company logo) for havinf this logo on all schematic and PCB page cartbridge in all projects ?
First make an empty project, just for your custom sheet size, and save it there.
Then copy your file to the same place as where the other paper layouts are.
The place for this is system dependent. On my linux box it’s on:
/usr/share/kicad/template
This location is normally read-only, so KiCad can not write to it, and that is one reason to first make a separate KiCad project just for this.
Another reason is that the files you put there can get overwritten or deleted when you update KiCad. So add a text file of what you did in your “template project”, maybe add a script to copy it to a place KiCad likes. And of course, make backups of everything you make yourself.
Another way is to simply use your newly made project as a template, and then use:
** KiCad Project Manager / File / New / Project from Template** and browse to the place you have placed your own template(s).
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.