Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-10-23 Thread Maciej Suminski
Hi Alejandro, I apologize for having forgotten your contribution to the Eagle importer plugins, which in fact was not a little tiny bit, but a complete parser refactor. It was much, much more convenient to develop the plugins using your code, so all users switching from Eagle to KiCad owe a big 't

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-10-20 Thread Alejandro Garcia Montoro
Hi! Long time since I last wrote here, but I try to read the threads from time to time. I'm really really happy of having contributed a little tiny bit to this. Congrats for the hard work, Russell (and Orson), it's awesome what you've done!!! Looking forward to have some free time to get back to

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-10-20 Thread Maciej Sumiński
Hi Jean-Pierre, Excellent, I have just merged the Eagle import plugins to the master branch. I need to acknowledge Russell Oliver as the main developer behind the plugins, thank you very much! I hope the plugins will attract even more Eagle users. Regards, Orson On 10/18/2017 06:33 PM, jp charra

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-10-18 Thread jp charras
Le 18/10/2017 à 18:06, Maciej Sumiński a écrit : > On 10/18/2017 04:58 PM, jp charras wrote: >> Hi Orson, >> >> I just tested this last code >> >> The schematic conversion looks good to me, but Pcbnew crashes when trying to >> convert 2 of my test >> boards (tested only on W7 32 bits) >> >> Attac

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-10-18 Thread Maciej Sumiński
On 10/18/2017 04:58 PM, jp charras wrote: > Hi Orson, > > I just tested this last code > > The schematic conversion looks good to me, but Pcbnew crashes when trying to > convert 2 of my test > boards (tested only on W7 32 bits) > > Attached these 2 boards. > > Regards, Jean-Pierre, Thank yo

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-10-18 Thread Maciej Sumiński
Hi Jean-Pierre, On 09/25/2017 04:10 PM, jp charras wrote: [snip] > I have 2 different issues. > > 1 - "Rounding" issues: > Attached a .sch from Eagle, and the same after conversion to eeschema file. > In the Eeschema file, many (most of?) wires are on the 1 mil grid (see for > instance lines 51

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-10-03 Thread Maciej Suminski
Hi Jakub, We plan to merge the Eagle import branch soon, but there is at least one issue we need to fix before this happens. The bug fixing is in my pipeline, but it is not at the execution stage yet, stay tuned. Regards, Orson On 10/03/2017 08:22 PM, Jakub Kozdon wrote: > Hi, > > any option to

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-10-03 Thread Jakub Kozdon
Hi, any option to merge eagle schematic import soon? This will provide many new testers. Jakub Dne 23.9.2017 v 09:41 Russell Oliver napsal(a): Hi Orson, Please find attached a small patch that handles multiple pad connections. Regards Russell On Sat, Sep 23, 2017 at 11:03 AM Russell Olive

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-09-23 Thread Russell Oliver
Hi Orson, Please find attached a small patch that handles multiple pad connections. Regards Russell On Sat, Sep 23, 2017 at 11:03 AM Russell Oliver wrote: > Hi, > > Maciej : I had a look at the rounding issue and I couldn't find an > obvious reason for it. > It might be due to the translation

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-09-22 Thread Russell Oliver
Hi, Maciej : I had a look at the rounding issue and I couldn't find an obvious reason for it. It might be due to the translation of all components to the middle of the sheet, but I round that off to the nearest 100mil. I'll take a look at that pin mapping problem, I think your solution of multipl

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-09-22 Thread Maciej Sumiński
On 09/20/2017 05:38 PM, jp charras wrote: > Le 20/09/2017 à 17:32, Maciej Sumiński a écrit : >> On 09/20/2017 05:29 PM, jp charras wrote: >> [snip] >>> After tests with 2 schematics I found a rounding issue in coordinates >>> (especially wires and pins): >>> Many coordinates are very near (1 mil,

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-09-20 Thread Maciej Sumiński
On 09/20/2017 05:29 PM, jp charras wrote: [snip] > After tests with 2 schematics I found a rounding issue in coordinates > (especially wires and pins): > Many coordinates are very near (1 mil, therefore one Eeschema unit) the 50 > mils grid but not exactly > on grid (for instance 499 instead of 5

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-09-20 Thread jp charras
Le 20/09/2017 à 16:33, Maciej Sumiński a écrit : > On 09/16/2017 09:32 AM, jp charras wrote: >> Le 16/09/2017 à 07:28, Russell Oliver a écrit : >>> Hi, >>> >>> Jean-Pierre: can you send me a link to the files you tested it on? >>> >>> Also for opening either an Eagle schematic or board file, the

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-09-20 Thread Maciej Sumiński
On 09/16/2017 09:32 AM, jp charras wrote: > Le 16/09/2017 à 07:28, Russell Oliver a écrit : >> Hi, >> >> Jean-Pierre: can you send me a link to the files you tested it on? >> >> Also for opening either an Eagle schematic or board file, the intended >> workflow starts within the >> KiCad launcher

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-09-16 Thread jp charras
Le 16/09/2017 à 07:28, Russell Oliver a écrit : > Hi,  > > Jean-Pierre: can you send me a link to the files you tested it on?  > > Also for opening either an Eagle schematic or board file, the intended > workflow starts within the > KiCad launcher. File > Import Project > Eagle Cad. This launche

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-09-15 Thread Russell Oliver
Hi, Jean-Pierre: can you send me a link to the files you tested it on? Also for opening either an Eagle schematic or board file, the intended workflow starts within the KiCad launcher. File > Import Project > Eagle Cad. This launches both Eeschema, Pcbnew for the matching files and then synchroni

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-09-14 Thread Bernhard Stegmaier
The selection issues on MacOS should be fixed in wxWidgets already - at least, there is a patch around for it if it hasn’t landed in 4.0.x yet (if it ever will…). We have to use a custom wxWidgets for MacOS anyway, so this shouldn’t be a reason for not using the selector. Regards, Bernhard >

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-09-14 Thread jp charras
Le 14/09/2017 à 10:33, Russell Oliver a écrit : > Hi All,  > > Below is a link to the patch hosted on Dropbox.  > > https://www.dropbox.com/s/ig6mp9os0bzyev7/eagle-import.patch?dl=0 > > Kind Regards > Russell Oliver > Thanks, Russel. I tried to test if on Windows (W7, 32 bits) but unfortunate

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-09-14 Thread Russell Oliver
Hi All, Below is a link to the patch hosted on Dropbox. https://www.dropbox.com/s/ig6mp9os0bzyev7/eagle-import.patch?dl=0 Kind Regards Russell Oliver On Wed, Sep 13, 2017 at 11:09 PM Kaspar Emanuel wrote: > Hi Russ, > > wouldn't mind giving this a go but I don't see any attachments. > > Cheer

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-09-13 Thread Russell Oliver
Hmm the patch file I sent might be too big for launchpad You can get it at https://github.com/rustyoz/kicad/tree/eagle-import?files=1 I'll also directly send it too you. On 13 Sep 2017 23:09, "Kaspar Emanuel" wrote: > Hi Russ, > > wouldn't mind giving this a go but I don't see any attachments.

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-09-13 Thread Kaspar Emanuel
Hi Russ, wouldn't mind giving this a go but I don't see any attachments. Cheers, Kaspar On 13 September 2017 at 01:48, Russell Oliver wrote: > Hello Everyone, > > Please find attached a combined patch set which adds Eagle schematic > parsing and a generic project import feature to KiCad. > >

[Kicad-developers] [PATCH] Eagle schematic and project import.

2017-09-13 Thread Russell Oliver
Hello Everyone, Please find attached a combined patch set which adds Eagle schematic parsing and a generic project import feature to KiCad. Its been in the pipeline for a long time now and I'm excited to get all your feedback and see it announced to the community. I'm thankful to Alejandro Monto