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]" Date: Mon, 6 Feb 2023 08:33:14 +1030 Message-ID: Subject: Re: [geda-user] Export kicad to pcb? To: geda-user Content-Type: multipart/alternative; boundary="00000000000089456f05f3fb15c1" 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
Of course, if there is a kicad layout, pcb-rnd can load i= t along with its embedded netlist with good fidelity.

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

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

translate2geda can conv= ert 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

John C= onover:
> Can kicad schematics be exported to pcb for routing?

Try importing either the kicad .sch file or the netlist.
into pcb-rnd [1].
=C2=A0If 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--