Giter VIP home page Giter VIP logo

Comments (8)

leoheck avatar leoheck commented on August 29, 2024

That being said, it is nice to make these changes in the pcbmodelgen parser, maybe accepting both options if possible. I don't know how and where to change, but if I have an idea I will do it.

from pcbmodelgen.

leoheck avatar leoheck commented on August 29, 2024

Oh! That will be easy, the last change was doing exactly that.

    std::string ll;
    if (kicad_version == "4.x")
        ll = "Edge.Cuts";
    else
        ll = "\"Edge.Cuts\"";

So, it is just a matter of adjusting the version properly.

from pcbmodelgen.

leoheck avatar leoheck commented on August 29, 2024

Alright, fixed. It is in my PR.

from pcbmodelgen.

leoheck avatar leoheck commented on August 29, 2024

https://github.com/jcyrax/pcbmodelgen/pulls

from pcbmodelgen.

iampadik avatar iampadik commented on August 29, 2024

Oh! That will be easy, the last change was doing exactly that.

    std::string ll;
    if (kicad_version == "4.x")
        ll = "Edge.Cuts";
    else
        ll = "\"Edge.Cuts\"";

So, it is just a matter of adjusting the version properly.

Hi, Can you please tell me where do I make these changes? Where do I find pcbmodelgen parser?
Thanks.

from pcbmodelgen.

leoheck avatar leoheck commented on August 29, 2024

Oh, sorry @iampadik, did not see this before.
You can change this on this file source/ems.cpp, line 864.

The original file here was already fixed I think. Source

Screenshot-20210913103458-487x267

from pcbmodelgen.

iampadik avatar iampadik commented on August 29, 2024

Hi Leoheck.

Thank you for your response. Yes, now I crosschecked, the changes are already made. But I couldn't use my kicad 5.1 layouts for simulation. I ultimately installed version 4 in windows, make the whole layout and then use pcbmodelgen, then it works.

May be I should again give it a try and think if I missed anything. Thanks anyway again!!

from pcbmodelgen.

leoheck avatar leoheck commented on August 29, 2024

This is a quite old report and since we alredy have Kicad 7, I am closing this issue.

from pcbmodelgen.

Related Issues (16)

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.