Hello everyone,
I am using KiCad 9.0.2 on Windows 11 and have created a custom drawing sheet using the Drawing Sheet Editor.
The sheet file is saved in Documents\KiCad\9.0\template\xxx.kicad_wks
, and I use it for both the schematic and the PCB.
The issue is: whenever I close and reopen the project, the drawing sheet for the PCB gets reset. The root cause seems to be related to the file path formatting.
As shown in the attached image, KiCad automatically stores the path with double backslashes (\\
). If I manually replace them with forward slashes (//
) and click OK, the issue is resolved and my custom .kicad_wks
file is correctly applied.
However, this change does not persist — each time I close the project and then reopen it, the sheet on the PCB is reset and the path needs to be fixed again.
Interestingly, the schematic editor does not have this problem and consistently retains the correct drawing sheet without any manual adjustment.
Now, I’m not sure whether this is a bug or if I’m just missing something and getting a false result.
I’d really appreciate any insights or suggestions.
Many thanks in advance!