Code Monkey home page Code Monkey logo

Comments (14)

fcarlier avatar fcarlier commented on July 20, 2024

idem with pcbnew 4.0.1 ;)

from eagle-to-kicad.

lachlanA avatar lachlanA commented on July 20, 2024

Can you send me the file ?
My email is [email protected]

So I can check, I only have linux, but will give it a try,

Lachlan.

from eagle-to-kicad.

lachlanA avatar lachlanA commented on July 20, 2024

Hi fcarlier

Just double check, that in pcbnew when opening the eagle file that you
select the "eagle 6.x XML PCB files".brd format.
It's confusing, I know, that KiCad used the "*.brd" file type for it's old board's which is the same
as Eagle file type, plus adding to the confusing, kicad only understands eagle file's with 6.xx or above(XML format).
Where as my script understands Eagle's old binary format as well as the new format.

So that's why the script put's the Eagle file's into 3 target directory's.
TARGET_DIRECTORY
eagle_original_files/ ....................... This the copy of the Original eagle files, you picked, so they will be exactly the same.
maybe old format.
kicad_files->modified_eagle_files/ .... This contains the Eagle file's converted to 6.xx format (XML format) and the molded, The script
make's those file's, to make life a little easy for finding error's and get around some of the limitations
of KiCad. They will be the newer Eagle format, and you need to select the Eagle PCB file from here.
not from the "eagle_original_files/" directory. Note you have to select the "6.xx or above(XML format)"
When opening the file in pcbnew, from kicad_files->modified_eagle_files/

I'ts a pity I can't scrip this, but pcbnew dose not allow me to load a Eagle PCB file, from the command line!

I should fix the video, to make it easier to understand, but I'm working on the KiCad side of thing's at the moment.
As it still dose some nasty thing's like, re-sizing tracks with out warning you!, etc..

Lachlan

from eagle-to-kicad.

fcarlier avatar fcarlier commented on July 20, 2024

Hello,

I'm using well the *.brd of modified_eagle_file ;)

I think that it's a bug of Kicad on MacOSX. kicad can't maybe detected
the eagle file ! and call directly legacy_plugin.cpp !!

If you look the source file, you can see that it need the 'PCBNEW-BOARD
Version 1' parameter and more.

I go to wait this information on this topic
https://bugs.launchpad.net/kicad/+bug/1526046

THX

Le 29/12/2015 05:22, Lachlan Audas a écrit :

HiFlorent

Just double check, that in pcbnew when opening the eagle file that you
select the "eagle 6.x XML PCB files".brd format.
It's confusing, I know, that KiCad used the "*.brd" file type for
it's old board's which is the same
as Eagle file type, plus adding to the confusing, kicad only
understands eagle file's with 6.xx or above(XML format).
Where as my script understands Eagle's old binary format as well as the
new format.

So that's why the script put's the Eagle file's into 3 target directory's.
TARGET_DIRECTORY
eagle_original_files/ ....................... This the copy of
the Original eagle files, you picked, so they will be exactly the same.
maybe old
format.
kicad_files->modified_eagle_files/ .... This contains the Eagle
file's converted to 6.xx format (XML format) and the molded, The script
make's
those file's, to make life a little easy for finding error's and get
around some of the limitations
of
KiCad. They will be the newer Eagle format, and you need to select
the Eagle PCB file from here.
not from
the "eagle_original_files/" directory. Note you have to select the
"6.xx or above(XML format)"
When
opening the file in pcbnew, from kicad_files->modified_eagle_files/

I'ts a pity I can't scrip this, but pcbnew dose not allow me to load a
Eagle PCB file, from the command line!

I should fix the video, to make it easier to understand, but I'm
working on the KiCad side of thing's at the moment.
As it still dose some nasty thing's like, re-sizing tracks with out
warning you!, etc..

Lachlan

On Mon, Dec 28, 2015 at 2:40 AM, Florent Carlier
<[email protected] mailto:[email protected]>
wrote:

:) No Problemo :)

Just for information : it's identical this description bug :
https://bugs.launchpad.net/kicad/+bug/1526046

Good night

Le 28/12/2015 11:38, Lachlan Audas a écrit :
> Thanks Florent,
>
> It's late here in Australia so will have a look at it in morning :)
>
> Lachlan.
>
>
> On Mon, Dec 28, 2015 at 1:55 AM, Florent Carlier
> <[email protected]
<mailto:[email protected]>
<mailto:[email protected]
<mailto:[email protected]>>>
> wrote:
>
>     Hello,
>
>     I am testing with your example file, it's identical case.
>
>     I check kicad github :
>     https://github.com/KiCad/kicad-source-mirror/blob/master/pcbnew/legacy_plugin.cpp#L559
>     ( LEGACY_PLUGIN::checkVersion() )
>
>     if i add 'PCBNEW-BOARD Version 1' at begin file of modified-eagle/*.brd
>     it's ok but i have a same problem with 'LEGACY_PLUGIN::loadAllSections'
>
>     My version is Max OSX 10.11.2 with eagle 6.6.0 and Kicad 4.0.1
>     Schematic is OK, good import; Library is OK, No PCB :)
>
>     Florent
>
>     Le 28/12/2015 04:42, Lachlan a écrit :
>     > Can you send me the file ?
>     > My email is [email protected] <mailto:[email protected]>
<mailto:[email protected] <mailto:[email protected]>>
>     <mailto:[email protected] <mailto:[email protected]>
<mailto:[email protected] <mailto:[email protected]>>>
>     >
>     > So I can check, I only have linux, but will give it a try,
>     >
>     > Lachlan.
>     >
>     > —
>     > Reply to this email directly or view it on GitHub
>     >
>   
 <https://github.com/lachlanA/eagle-to-kicad/issues/6#issuecomment-167470220>.
>     >
>
>

from eagle-to-kicad.

lachlanA avatar lachlanA commented on July 20, 2024

Ok no problem's sorry I don't have a Mac to test stuff out on !
I could be of more help..

Lachlan.

from eagle-to-kicad.

dgramop avatar dgramop commented on July 20, 2024

..?

from eagle-to-kicad.

dgramop avatar dgramop commented on July 20, 2024

So what happened to this?

from eagle-to-kicad.

lachlanA avatar lachlanA commented on July 20, 2024

Don't no BrainyBrian, did not get any files from fcarlier, and I don't have access to a mac for testing.
so have no more info to give you.

Lachlan

from eagle-to-kicad.

cyoung avatar cyoung commented on July 20, 2024

I'm getting this error on a .brd file directly saved from Eagle 7.5.0.

from eagle-to-kicad.

lachlanA avatar lachlanA commented on July 20, 2024

Hi cyoung, are you running the script on a Mac ?
is it only 7.5.0 ? and is it the modified converted eagle .brd file build by the script, or the original file ?
Oh one last one can you sent me the file sch/pcb files ?

Lachlan

from eagle-to-kicad.

cyoung avatar cyoung commented on July 20, 2024

@lachlanA - yes, on macOS. I've found this bug: https://bugs.launchpad.net/kicad/+bug/1551628

It's just a KiCad interface bug for macOS. I got around it by sending the file to a Windows machine and doing the conversion there, then sending it back. It has been fixed in KiCad but I guess the fix hasn't made it to release yet.

from eagle-to-kicad.

lachlanA avatar lachlanA commented on July 20, 2024

Thanks for the info cyoung !
I think there working on a new stable version to come out in a few weeks...
with luck it may be fixed then.

Lachlan

from eagle-to-kicad.

coddingtonbear avatar coddingtonbear commented on July 20, 2024

For what it's worth, you can work around this problem by installing the latest Kicad nightly development build (on the bottom of their normal download page), and then using the "Import Non Kicad Board File" menu item.

from eagle-to-kicad.

lachlanA avatar lachlanA commented on July 20, 2024

Thanks for the info Coddingtobear,
I don't have a mac to test, but I'm sure it will help some one else with a mac.

Lachlan

from eagle-to-kicad.

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.