X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=A+JycnzRB9pr5FSovSdJ1+bD+5PxPUBBPM+edauqAY8=; b=ZhpdnLMMCunDFR+rIZEIp4bpB8klDunPaheXILEW0p3mVnBbtrEYj6TJyZPvgNsZ00 47qakcQO3viH98oJXNYLcFaBtUVdb0feB3pkEMhbnB7pIqzGV5mVXFKnCRBPgtTNUqFG 0mnY85nIh6bXxC1XmJWXuIKHfub/HN6gU/v+idklTw8ZDEqeo4itBz57oNwBZmdiAHSa Y9DMksSmaE+wnE0KNPlnJSlD+cS1/Tmcdd1RuaqTXr1vNdWksqjgL6jAudk6FjlkAQfE 3IHiCcCrAtLkASgr3027Z9DWVyKj2rqiDexiUw0AqTbagu3AY/36a5Em5eOM/oV2P0xP fyDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=A+JycnzRB9pr5FSovSdJ1+bD+5PxPUBBPM+edauqAY8=; b=a+Ice5tnwzMOCM1+7vnCowuwFqrlL+HbbqY4uWDXMc7eTaTU3iME77TtdGBBxB32fR dSFObSkCop5ZYwCOKzvkIP1aYcoYVb9RfocvSE8JxY2D06cfUB6RNKBmf7P2a4i6fYO1 f/+0OHMTN/L9wytOqjtIDljTVUEovff4IXLA/iFTTDLtfXqbs2FQJa/XmEXF3Azqzipg ygOS0smp1hcdwo/MG7+bW+6hL820NYXvMiP59QsxThxuR7AJJxzh4hw3Yqiyo5YZwFXs u2NlQQ6idoxn5ZHBX2sTn2Zp0dYEbLiH+9kXJHuSKpj3JaeyoUt6ezTv7jJK73cq8uoK SYoQ== X-Gm-Message-State: AOAM531sZp2D0EBUvnQ/dUnnfGfuAMHw/z6/OrZ6DcGaqNZD9Gha1lp1 ZQuj2On5869m1zlB/IOMOuRMwlY72BlGaMpFHlz68Ym+ X-Google-Smtp-Source: ABdhPJwBBWoCj+DKsvWwga20yT+zA2/hk9pXzA5nVrLQfPlqIxCMqIV5xdUDe20H3gTg0RunKmUwefjlYpl/+zTWTaU= X-Received: by 2002:a05:6512:1195:: with SMTP id g21mr3868951lfr.206.1630192206016; Sat, 28 Aug 2021 16:10:06 -0700 (PDT) MIME-Version: 1.0 References: <202108282225 DOT 17SMPJHI011200 AT delorie DOT com> In-Reply-To: <202108282225.17SMPJHI011200@delorie.com> From: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Sun, 29 Aug 2021 08:39:53 +0930 Message-ID: Subject: Re: [geda-user] Lepton EDA 1.9.16 - any new export capabilities? To: geda-user Content-Type: multipart/alternative; boundary="0000000000005af24e05caa6b3c0" Reply-To: geda-user AT delorie DOT com --0000000000005af24e05caa6b3c0 Content-Type: text/plain; charset="UTF-8" pcb-rnd can load and save gEDA PCB, KicadProtel Autotrax, DSN and Eagle layouts, along with their netlists, but exporting to Kicad would be a retrograde conversion, in that Kicad has more limited support for arcs on copper, padstacks, slots and negative layer types than pcb-rnd. If your design lacks these features, the conversion should be closer to lossless, but Kicad struggles with things as simple as placing isolated stitching vias, due to its insistance on allocating a net to all objects, not breaking design backward compatability with Kicad dot revisions, and using different track widths on the same net. pcb-rnd can also load Eagle, Kicad and BXL footprint libraries, allowing you to take advantage of the Kicad ecosystem but remaining in a more familiar environment. eeschema differs a lot to gschem/lepton-schematic, in that symbols are defined in the layout with associated rotation matrices, making conversion tedious. gEDA PCB and pcb-rnd are netlist agnostic, in that the source of the netlist is up to the user, and a user can even start designing a pcb with no schematic at all. pcb-rnd can even import eeschema and various other netlist formats such as from tinycad and Eagle. Kicad, on the other hand, has pcbnew pretty tightly integrated with eeschema, and this may not suit everyone with particular workflow needs. Regards, Erich On Sun, 29 Aug 2021 08:05 Tim G (groups16 AT synthify DOT com) [via geda-user AT delorie DOT com], wrote: > As a fork from gEDA, I'm assuming Lepton is able to open gschem and > pcb projects. > > I have a project that is in gEDA version 1.8.2 and pcb version > 20140316 that I'd like to migrate into KiCad. > > I'm looking for an export path to > KiCad. > Prior > searches last year did not turn up any good approaches. > > If I installed Lepton EDA and opened my design, are there any export > options for KiCad? I didn't see anything explicitly listed in the > documentation. > > > > --0000000000005af24e05caa6b3c0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
pcb-rnd can load and save gEDA PCB,=C2=A0 KicadProtel Aut= otrax,=C2=A0 DSN and Eagle layouts, along with their netlists, but exportin= g to Kicad would be a retrograde conversion, in that Kicad has more limited= support for arcs on copper,=C2=A0 padstacks, slots and negative layer type= s than pcb-rnd.

If your design= lacks these features,=C2=A0 the conversion should be closer to lossless,= =C2=A0 but Kicad struggles with things as simple as placing isolated stitch= ing vias, due to its insistance on allocating a net to all objects, not bre= aking design backward compatability with Kicad dot revisions, and using dif= ferent track widths on the same net.=C2=A0

pcb-rnd can also load Eagle,=C2=A0 Kicad and BXL footpri= nt libraries, allowing you to take advantage of the Kicad ecosystem but rem= aining in a more familiar environment.=C2=A0

eeschema differs a lot to gschem/lepton-schematic, in = that symbols are defined in the layout with associated rotation matrices,= =C2=A0 making conversion tedious.

gEDA PCB and pcb-rnd are netlist agnostic,=C2=A0 in that the sour= ce of the netlist is up to the user, and a user can even start designing a = pcb with no schematic at all.=C2=A0 =C2=A0pcb-rnd can even import eeschema = and various other netlist formats such as from tinycad and Eagle.

Kicad,=C2=A0 on the other hand,= =C2=A0 has pcbnew pretty tightly integrated with eeschema,=C2=A0 and this m= ay not suit everyone with particular workflow needs.

Regards,

Erich


As a fork from gEDA, I&= #39;m assuming Lepton is able to open gschem and
pcb projects.

I have a project that is in gEDA version 1.8.2 and pcb version
20140316 that I'd like to migrate into KiCad.

I'm looking for an export path to
KiCad.
<https://forum.kicad.info/t/co= nvert-gschem-to-kicad/23556>Prior
searches last year did not turn up any good approaches.

If I installed Lepton EDA and opened my design, are there any export
options for KiCad? I didn't see anything explicitly listed in the
<https://lepton-eda.github.i= o/lepton-manual.html/index.html>documentation.



--0000000000005af24e05caa6b3c0--