X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7+dev X-Exmh-Isig-CompType: repl X-Exmh-Isig-Folder: inbox From: "karl AT aspodata DOT se [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] KiCad netlister for Lepton In-reply-to: <2EEFE641-F2D8-4794-AE5F-E22668515120@noqsi.com> References: <2EEFE641-F2D8-4794-AE5F-E22668515120 AT noqsi DOT com> Comments: In-reply-to "John Doty (jpd AT noqsi DOT com) [via geda-user AT delorie DOT com]" message dated "Sat, 05 Nov 2022 16:31:27 -0400." Mime-Version: 1.0 Content-Type: text/plain Message-Id: <20221106072729.CD85882601A9@turkos.aspodata.se> Date: Sun, 6 Nov 2022 08:27:29 +0100 (CET) X-Virus-Scanned: ClamAV using ClamSMTP Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk John Doty: > I have written a KiCad back end for lepton-netlist. ... > Get gnet-kicad.scm from https://github.com/noqsi/gnet-kicad. That is great, I'm all for cross apllication support. $ lepton-netlist -L /Net/git/gnet-kicad -g kicad power.sch -o tt $ head -10 tt; echo ...; tail -10 tt (export (version "E") (components (comp (ref "3C1") (value "1u") (footprint "ipc7351b_2012Ar.fp")) (comp (ref "3C2") (value "100n") (footprint "ipc7351b_2012Ar.fp")) (comp (ref "3C3") (value "10u") ... (node (ref "Q?") (pin "1")) (node (ref "R?") (pin "1"))) (net (code "23") (name "unnamed_net6") (node (ref "R1") (pin "2"))) (net (code "24") (name "unnamed_net7") (node (ref "Q2") (pin "1")) (node (ref "R1") (pin "1")))) ) $ Regards, /Karl Hammar