Hi All!
I compiled the 7.0 branch (commit
f1f69c607efdc6d74ebda82b7523e05ee0df7e93) and I'm experimenting all sort
of problems.
One seems to be from the following commit:
https://gitlab.com/kicad/code/kicad/-/commit/70e86434efc4778541a6c1fb1fdd110d6f85fef0
All the power elements in my tests are generating errors about loading
the 3D model, from the code:
```
if( aReporter )
{
if( aFields.size() > REFERENCE_FIELD )
{
aReporter->Report( wxString::Format( _( "Error reading
simulation model from symbol '%s':\n%s" ),
aFields[REFERENCE_FIELD].GetText(),
_( "Failed to read
simulation model from fields." ) ),
RPT_SEVERITY_ERROR );
}
}
```
And I don't understand what's the problem. I took a look at the symbols
I have installed and they are the same as the ones in GitLab.
I tried adding a field "Spice_Primitive", and it got even worst ...
What's the problem?
SET
--
You received this message because you are subscribed to the Google Groups "KiCad
Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/kicad.org/d/msgid/devlist/61b3fc98-dfdc-0884-cbba-0f629220134d%40inti.gob.ar.