You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to open a schematic sheet without all of it's hierarchical sheets being available in the filesystem, KiCad gives an error message stating "Failed to open `.sch'.
Pressing OK on this error message causes KiCad to successfully load the schematic sheet, but the export_schematic function times out because it get's stuck on the error message.
E.g:
An approach similar to ignoring the missing libraries message could be used to account for this.
The text was updated successfully, but these errors were encountered:
When attempting to open a schematic sheet without all of it's hierarchical sheets being available in the filesystem, KiCad gives an error message stating "Failed to open `.sch'.
Pressing OK on this error message causes KiCad to successfully load the schematic sheet, but the
export_schematic
function times out because it get's stuck on the error message.E.g:
An approach similar to ignoring the missing libraries message could be used to account for this.
The text was updated successfully, but these errors were encountered: