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=UEXvS4TfamJ4Vb0nyTr/CBFXg5KSOGIT4sZUbidMcYU=; b=N0xA7W9/zt+1QHBB06D4hSOBb7fBbX01c+C8MDntl7WmETL7Gp3xPWz7+Tu59SoczB hLKmHPPvabuVe4dDyh/67L8oOjwaUai4V0m758wLqhXJ7d7DunjvWpBGOyCGfOMXSDGf 5TUdKTEnT/dMGNueO3tv9OPceDN4nmiYTFMlKPSE3dRNe8/BsZD6mIXk+jt+7z5GGN1W xroZMOmFpWkuEHXpO/2LO3HElSXsonCEDD1SBPcdm27L42fJwnaEGtRHgVbwybrjM2Pz On2d/CV63zt9UgSwE2jaGDnsojpNMS+9UmE06j5ID0WWR6NnEIZtMv89PzQITjqQWxtv oosw== 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=UEXvS4TfamJ4Vb0nyTr/CBFXg5KSOGIT4sZUbidMcYU=; b=gOkoYpd0tiu5WV7scivOIDBm/widMfJKyOtas5o9yH0k0qVXs7jhvyjc/ixwm4i7cV D9nDo3hMPEaooGLoHYhJqbAMSUjkfPQ8X8lTLMX5hceJ35B0vEjXb9BL0gbp9f0g2LpJ 1c1/CD16hPTkAn82ph1K6A+xR8KyOi/qtOvXha7JzLvdzKSrlv2pDpjlS/10She8GOCn Uua0npuq3MDGxBi1VFdt8K2UcUfQ13gVJiNGVoGLmLiLp8MOLaP8Zzlm5vhIpd7YzCEX Pyojx7opchsRWen6/GgLKDbXvZS1HYRsdhdu8O7YzLc80l6UT7/Mw9O545H1MmKythha IOig== X-Gm-Message-State: APjAAAX4PJ4CKGGIoFLitfuwjY6iHyjwiSf9oSC2DcZ6uJ+Th3SYhg1j WCbxh32RBQe0ZAQes24XN4FuNeyQ3bU2bqu2H5j0lA== X-Google-Smtp-Source: APXvYqx+qa5Y3/Ip/osxgjrUHVU1967oVdJqSfKJx+Qdtrv/mAxZ8WdkfbD8Bi1bvgqTx69OLpE4sb9otIzVup9R9z4= X-Received: by 2002:a25:4e0b:: with SMTP id c11mr3757262ybb.94.1569538172833; Thu, 26 Sep 2019 15:49:32 -0700 (PDT) MIME-Version: 1.0 References: <1690d875-a5e3-6f17-6943-f83f4ca49d44 AT k4gvo DOT com> <4ffdda47-570d-16ff-609e-78f7d8537656 AT k4gvo DOT com> In-Reply-To: <4ffdda47-570d-16ff-609e-78f7d8537656@k4gvo.com> From: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Fri, 27 Sep 2019 08:19:20 +0930 Message-ID: Subject: Re: [geda-user] ESP32 or ESP8266 schematic symbol and/or footprint To: geda-user Content-Type: multipart/alternative; boundary="00000000000040d36c05937c95a7" Reply-To: geda-user AT delorie DOT com --00000000000040d36c05937c95a7 Content-Type: text/plain; charset="UTF-8" You can git clone it from https://github.com/erichVK5/KicadModuleToGEDA I have not merged this functionality into translate2geda as yet. The main caveat is that gEDA PCB cannot use polygonal copper features in padstacks, or arcs, or arbitrary text. If the footprint requires these features, it would be worth trying to load the .mod format footprint directly in pcb-rnd, which supports .mod load natively, and these additional features. regards, Erich On Fri, 27 Sep 2019 06:59 Jim Lynch (jim AT k4gvo DOT com) [via geda-user AT delorie DOT com], wrote: > I tried but: > > java translate2geda ../relay.mod Using filename: ../relay.mod I didn't > recognise a suitable file ending for conversion, i.e.. .bxl, .bsd, .ibs, > .symdef, .asc, .sch, .gbr, hersheydata.py > > The docs mention a utility kicadModule2geda but I don't know where it > might live. > > Thanks, > > Jim. > On 9/2/19 6:56 PM, Erich Heinzle (a1039181 AT gmail DOT com) [via > geda-user AT delorie DOT com] wrote: > > If you get your hands on > > https://github.com/jdunmire/kicad-ESP8266 > > You can either convert the kicad format modules to PCB format with > > https://github.com/erichVK5/translate2geda > > Or load them directly into pcb-rnd, which supports direct loading of kicad > layouts and modules. > > Regards, > > Erich > > > > On Tue, 3 Sep 2019 07:45 Jim Lynch (jim AT k4gvo DOT com) [via > geda-user AT delorie DOT com], wrote: > >> Does anyone have the above? Since the devices are dips what's the >> current status of tools to generate dip symbols/footprints in case I >> have to roll my own? >> >> Thanks, >> >> Jim. >> > --00000000000040d36c05937c95a7 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
You can git clone it from

htt= ps://github.com/erichVK5/KicadModuleToGEDA

<= div dir=3D"auto">I have not merged this functionality into translate2geda a= s yet.

The main caveat i= s that gEDA PCB cannot use polygonal copper features in padstacks, or arcs,= or arbitrary text. If the footprint requires these features, it would be w= orth trying to load the .mod format footprint directly in pcb-rnd, which su= pports .mod load natively, and these additional features.

regards,

Erich

On Fri, 27 Sep 2019 06:59 Jim Lynch (jim AT k4gvo DOT com) [via geda-user AT delorie DOT com], <geda-user AT delorie DOT com> wrote:
=20 =20 =20

I tried but:

java translate2geda ../relay.mod Using filename: ../relay.mod I didn't recognise a suitable file ending for conversion, i.e.. .bxl, .bsd, .ibs, .symdef, .asc, .sch, .gbr, hersheydata.py

The docs mention a utility kicadModule2geda but I don't know where it might live.

Thanks,

Jim.

On 9/2/19 6:56 PM, Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com] wrote:
=20
If you get your hands on


You can either convert the kicad format modules to PCB format with


Or load them directly into pcb-rnd, which supports direct loading of kicad layouts and modules.

Regards,

Erich



--00000000000040d36c05937c95a7--