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 adding a part that has a colon in the name, the script creates a symbol that Kicad doesn't like, and will give an error message saying something like "invalid prefix at line 56 offset 14". For example, part C26393 will do this.
The solution is to substitute "{colon}" for ":" in the symbol name.
For example, here is the invalid symbol that the script generates:
When adding a part that has a colon in the name, the script creates a symbol that Kicad doesn't like, and will give an error message saying something like "invalid prefix at line 56 offset 14". For example, part C26393 will do this.
The solution is to substitute "{colon}" for ":" in the symbol name.
For example, here is the invalid symbol that the script generates:
But it will work if you substitute two of the ":" instances with "{colon}" like this:
The text was updated successfully, but these errors were encountered: