Code Monkey home page Code Monkey logo

Comments (4)

easyw avatar easyw commented on May 18, 2024

Hi @nickoe
it seems the kicad_mod file doesn't have any silk screen outline... this is the culprit of the import failing ...
I'm going to add an option to continue also in case of Silks missing.
here the same file with a silks around, which is not failing
RF_Shield_TE_Connectivity_2118708-2-b.txt

Thx for reporting.
Maurice

from kicadstepupmod.

nickoe avatar nickoe commented on May 18, 2024

@easyw ok, thank you for the prompt response.

Jut now I noticed that there is a footprint for a similar can which also do have the silk and stuff which do import just fine :)

kicad-footprints/RF_Shielding.pretty/Laird_Technologies_BMI-S-103_26.21x26.21mm.kicad_mod

I wonder if you have a script that tries to import all footprints from the libs to test the libs and importer.

from kicadstepupmod.

easyw avatar easyw commented on May 18, 2024

@nickoe
I found that in the RF_Shield_TE_Connectivity_2118708-2 kicad_mod the issue is that all the values are inside a double quote...
wrong kicad_mod:
(pad "1" smd roundrect (at 1.705 -0.5 180) (size 3.41 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25))
correct kicad_mod
(pad 1 smd roundrect (at 1.705 -0.5 180) (size 3.41 1) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
If I open the wrong kicad_mod in fp editor and simply export it, all the double quotes will disappear and the fp will be correctly loaded in FC.
RF_Shield_TE_Connectivity_2118708-2-without-double-quotes.txt

I don't know if this behavior is related to your original fp which is generated with a debug build...

Generated by kicad master around Version: (5.1.0-172-g3cb6dc69f), debug build

from kicadstepupmod.

easyw avatar easyw commented on May 18, 2024

Hi @nickoe
I'm closing it because it is now solved.
Thanks for reporting it.
Maurice

from kicadstepupmod.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.