Hi all,
I’ve used a nightly build of 5.99 for a couple months now and it’s performing great. Today I came across something new - I want to import hierarchical schematics that I’ve created in 5.0 to the new 5.99 version.
If I add a new hierarchical sheet and try to use “TMC2209.sch” that is already in the current folder, Kicad 5.99 will create a new, empty file called “TMC2209.kicad_sch” rather than import and convert the older file.
Any suggestions as to how this workflow is supposed to work? How can I convert my old schematic to the new 5.99 format?
That’s a good suggestion @mf_ibfeew but it does not work? 5.99 cannot open .sch files in standalone mode (they are greyed out and unclickable) and if you are not in standalone mode, you’re not even getting an option for “Open” in the File menu. This doesn’t feel correct? Can it be an oversight or bug?
I worked around this by opening an old project that referenced this schematic, entered the schematic, copied all components, opened my new project, created a new Hierarchial sheet, entered it and then pasted the contents from memory. This isn’t undoable, but it sure is clumsy if you use hierarchical schematics extensively to re-use circuits among projects?
(Actually the Mac build will no longer have the Options button at all and always show all schematic files after the fix. That fits better with their HIGs.)
Yeah. That sounds like a better solution. I have never noticed an Option button like that on OSX since it’s normally displayed like the enclosed dialogue from 3D software Rhinoceros. Here, pressing the Options button will remove the Options since they are showing by default.
And then the main part in the schematic fails to load if you try without that Cache-file. I have never ever had a file with that name on my harddrive, so I really don’t see why it is asked for. Is this name just a suggestion as to what the file might be called?
Those “[Project]-Cache.lib” files are auto generated by KiCad V5.x. and probaby each of your projects has one. In KiCad V5.x the graphics for schematic symols is not stored in the schematic. Schematic symbols only have a link to a library. This caused problems if a project was moved to a computer that did not have the original libraries. The “[Project]-Cache.lib” was added as a stop-gap method to have a backup in this case, so the graphics of the schematic symbols could still be reconstructed. If both are missing you get the dreaded [??] symbols in the schematic.