Stretch
Stretch copied to clipboard
Closing and opening PCB files to reload is annoying and error-prone
Investigate the following:
pcbnew.IO_MGR.Save(pcbnew.IO_MGR.KICAD_SEXP, _filename, board)
board = pcbnew.IO_MGR.Load(pcbnew.IO_MGR.KICAD_SEXP, filename)
https://gitlab.com/kicad/code/kicad/-/issues/16774