Stretch icon indicating copy to clipboard operation
Stretch copied to clipboard

Closing and opening PCB files to reload is annoying and error-prone

Open JarrettR opened this issue 1 year ago • 1 comments

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)

JarrettR avatar Jan 26 '24 20:01 JarrettR

https://gitlab.com/kicad/code/kicad/-/issues/16774

JarrettR avatar Feb 03 '24 01:02 JarrettR