delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2023/02/05/17:23:19

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=20210112;
h=to:subject:message-id:date:from:in-reply-to:references:mime-version
:from:to:cc:subject:date:message-id:reply-to;
bh=ONvww4fnP8BIB4W+QNqwtkBbV7/f/Nn+/Trm5ohQtX4=;
b=hKgZyo2AaLEPLAe2CsOWeu0/PkqRcmFiinS5Z0P5vM5ydlNQUTNkNB63b7hy2MWAcW
ZqXYMpcSY31/roTxcT1YBWg5bLKw74cCzs9wSLrQwwsBXxWjLIRlQi+z8C/twxhxyWWk
/gBDvp3sdKA4q/HwyCjx0pho3weQNiTOVVhaBfkqXMmt1+vxdCXkAzkN+2Pcmzew8D1v
zGAJ/GBUNfuG/aFhkd3zGNJOnXRXH5bQrJHvx0/Ys0T5bDsgceHcFJm9yM6l72Wn7qr+
lIMsg5IMO46Nq8uwuGBjwNATMW/db0waDMyySDSy1B+oRhtnWSsZ2sokTzN0iBq28Nh7
jxJA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20210112;
h=to:subject:message-id:date:from:in-reply-to:references:mime-version
:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
bh=ONvww4fnP8BIB4W+QNqwtkBbV7/f/Nn+/Trm5ohQtX4=;
b=VVodvGpSR5tVQbtKKMZSiegGytsZiniAjOM/sa3GkjPX8VlreSEBx5z/y8UpfuCRmR
871UocjQWdXtbRPl7wPUipuhlPiI7j+ISh4snuGuduVk1ZuM+gHROG0UphiTfrW3wMM5
PDqCXL6C1a3qSF50oBpvzO1wB/kWHKeanvSrbhZcq/843I6EUgh1VxiH115q1oFte8OE
6yioEDcFkW+NgFu+IuwTOKdHqkTaQZ+AJ0zYllDEqXoBgXfBf2/QMJC4E1nRRmRSJQ0M
jenp3eLEbbSY70U138I4wb0Lm//eXE92+l2Ni7R0Ea2W0mbkHOsLqJJAQH6+QgyYt0aq
gG/A==
X-Gm-Message-State: AO0yUKWxewqfgfZ80CmLDKtx9nN0caEtALnYcHtrOVghwjZ6BPjTTxOu
/r1j89viGT6nZg6iPsQblV7tZFpWI9n4yvmG/acgjkIc
X-Google-Smtp-Source: AK7set+7Y0SOibLEpJvdZZ+RggS8AERMjC2kOUjrphdK4Bo9G3FHO9oK13e2WZ/nSWnu+QzoZTV6YZ/ju2hSml3CcP8=
X-Received: by 2002:a6b:3f43:0:b0:719:2441:e5e7 with SMTP id
m64-20020a6b3f43000000b007192441e5e7mr3523370ioa.11.1675634607210; Sun, 05
Feb 2023 14:03:27 -0800 (PST)
MIME-Version: 1.0
References: <20230205171246 DOT 418300 DOT qmail AT panix DOT com> <20230205193017 DOT 243E185E356B AT turkos DOT aspodata DOT se>
In-Reply-To: <20230205193017.243E185E356B@turkos.aspodata.se>
From: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
Date: Mon, 6 Feb 2023 08:33:14 +1030
Message-ID: <CAHUm0tN-oJk+0+rO8qbn_wrytDeLkbDauj6s53uP04pXf_WxTA@mail.gmail.com>
Subject: Re: [geda-user] Export kicad to pcb?
To: geda-user <geda-user AT delorie DOT com>
Reply-To: geda-user AT delorie DOT com

--00000000000089456f05f3fb15c1
Content-Type: text/plain; charset="UTF-8"

Of course, if there is a kicad layout, pcb-rnd can load it along with its
embedded netlist with good fidelity.

Pours behave a bit differemtly in kicad (zones), imposing constraints on
the mapping.

You could save in geda PCB format from pcb-rnd but you would lose
information (padstacks, text in footprints, polygons in footprints, etc).

translate2geda can convert kicad symbol libraries to gschem/lepton format
too, if that is helpful.

pcb-rnd can load kicad, eagle and bxl footprints directly, too, along with
protel autotrax, eagle and kicad layouts. Altium import is a WIP.

Regarda,

Erich

On Mon, 6 Feb 2023 06:39 karl AT aspodata DOT se [via geda-user AT delorie DOT com], <
geda-user AT delorie DOT com> wrote:

> John Conover:
> > Can kicad schematics be exported to pcb for routing?
>
> Try importing either the kicad .sch file or the netlist.
> into pcb-rnd [1].
>  If that works fine, you can tell pcb-rnd to save it
> in pcb's format or do the routing in pcb-rnd.
>
> Regards,
> /Karl Hammar
>
> [1] http://repo.hu/projects/pcb-rnd/
>
>
>

--00000000000089456f05f3fb15c1
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"auto">Of course, if there is a kicad layout, pcb-rnd can load i=
t along with its embedded netlist with good fidelity.<div dir=3D"auto"><br>=
</div><div dir=3D"auto">Pours behave a bit differemtly in kicad (zones), im=
posing constraints on the mapping.</div><div dir=3D"auto"><br></div><div di=
r=3D"auto">You could save in geda PCB format from pcb-rnd but you would los=
e information (padstacks, text in footprints, polygons in footprints, etc).=
</div><div dir=3D"auto"><br></div><div dir=3D"auto">translate2geda can conv=
ert kicad symbol libraries to gschem/lepton format too, if that is helpful.=
</div><div dir=3D"auto"><br></div><div dir=3D"auto">pcb-rnd can load kicad,=
 eagle and bxl footprints directly, too, along with protel autotrax, eagle =
and kicad layouts. Altium import is a WIP.</div><div dir=3D"auto"><br></div=
><div dir=3D"auto">Regarda,</div><div dir=3D"auto"><br></div><div dir=3D"au=
to">Erich</div></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=
=3D"gmail_attr">On Mon, 6 Feb 2023 06:39 <a href=3D"mailto:karl AT aspodata DOT se=
">karl AT aspodata DOT se</a> [via <a href=3D"mailto:geda-user AT delorie DOT com">geda-u=
ser AT delorie DOT com</a>], &lt;<a href=3D"mailto:geda-user AT delorie DOT com">geda-use=
r AT delorie DOT com</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote" sty=
le=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">John C=
onover:<br>
&gt; Can kicad schematics be exported to pcb for routing?<br>
<br>
Try importing either the kicad .sch file or the netlist.<br>
into pcb-rnd [1].<br>
=C2=A0If that works fine, you can tell pcb-rnd to save it<br>
in pcb&#39;s format or do the routing in pcb-rnd.<br>
<br>
Regards,<br>
/Karl Hammar<br>
<br>
[1] <a href=3D"http://repo.hu/projects/pcb-rnd/" rel=3D"noreferrer noreferr=
er" target=3D"_blank">http://repo.hu/projects/pcb-rnd/</a><br>
<br>
<br>
</blockquote></div>

--00000000000089456f05f3fb15c1--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019