https://github.com/atopile/faebryk/blob/70ab7b259e7d13b12497b7449c3f828bebc06dd7/src/faebryk/exporters/pcb/kicad/artifacts.py#L114 This should not be needed anymore from [KiCad 8.0.5 onward](https://gitlab.com/kicad/code/kicad/-/issues/14438) Both folder names with and without `/` are valid now so it is not really a bug to be fixed and we are backwards compatible now.
faebryk/src/faebryk/exporters/pcb/kicad/artifacts.py
Line 114 in 70ab7b2
This should not be needed anymore from KiCad 8.0.5 onward
Both folder names with and without
/are valid now so it is not really a bug to be fixed and we are backwards compatible now.