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=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=0wBvcLTe8rTh72VtupQroojymT4mISvo1Ke+C8YaCaI=; b=T+xef0KstFf+/2f7q2Ilb9vYIkEgduYGqhobReAVIIMSAT28VJG2sdIvfYpS11TVks Vb2jLPkasc5slK2r9cH0aEPZvHfvxi0fyVV4fisy3thHhXdoxtpFfFFoYuDsYTHi7cfF R64WNmf1554NUHhME/kR/kpWtTDzXiYXX4HU+zZgXCluhr20UFin3FTMQfbIx1049T6b XyNmI3RwB7n3GJVHbbWewqyxLAbOza1laxKdxnJiA9xqqHlp59T/xtRn/AJHZQH54OkX meH93JImiP9ZTviJ34W2+yjVOuzDpZ/H8uWf9i2h8mMYExVmgZVTbRgIgzBBBUCnrES2 E5Ag== MIME-Version: 1.0 X-Received: by 10.202.71.132 with SMTP id u126mr10046389oia.113.1449185617408; Thu, 03 Dec 2015 15:33:37 -0800 (PST) In-Reply-To: References: <20150701200650 DOT 4C0928038A29 AT turkos DOT aspodata DOT se> <20150703075321 DOT GB15019 AT localhost DOT localdomain> <20150705012138 DOT 38D9D8038A2C AT turkos DOT aspodata DOT se> <20150706205926 DOT GE24178 AT localhost DOT localdomain> <20150707010635 DOT 4398F8038A2D AT turkos DOT aspodata DOT se> <20150707182316 DOT CD6448038A32 AT turkos DOT aspodata DOT se> Date: Fri, 4 Dec 2015 10:03:37 +1030 Message-ID: Subject: Re: [geda-user] symbol generators From: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user Content-Type: multipart/alternative; boundary=001a113e513ef08088052606d168 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 --001a113e513ef08088052606d168 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Vladimir has very efficiently added it to the wiki already! Incidentally, there's an extensive kicad library repository to be found at: http://library.oshec.org/ as well as: http://www.kicadlib.org/ There are also default kicad libraries which go along with the kicad distribution: https://github.com/KiCad/kicad-library/tree/master/library Cheers, Erich. On Fri, Dec 4, 2015 at 2:45 AM, Jason White ( whitewaterssoftwareinfo AT gmail DOT com) [via geda-user AT delorie DOT com] < geda-user AT delorie DOT com> wrote: > Erich, > > If possible, try to get that added to the wiki! I think that would be > quite a useful tool to add to the geda toolbox. > > A random gEDA user > -Jason White > > On Thu, Dec 3, 2015 at 9:19 AM, Erich Heinzle (a1039181 AT gmail DOT com) [via > geda-user AT delorie DOT com] wrote: > >> I have put a utility on github for converting kicad symbols (.lib) into >> gschem .sym symbols. >> >> It seems to batch process properly and do what it is supposed to. >> >> https://github.com/erichVK5/KicadSymbolToGEDA >> >> It sorts out slots and slotdefs for multislot devices, and tries to add >> attributes for matching electrical pin types. >> >> Having looked into kicad's symbol format at length, it became clear to m= e >> that gschem's symbol format is far more extensible and flexible, owing t= o >> the ability to associate as many or as few attributes as needed. >> >> Converted symbols may need a litttle fine tuning of text positions for >> more exotic designs, but for boring rectangular devices the converted te= xt >> is fairly tidy. >> >> I still need to add the command line options for author credit and >> licence comment=3D text fields, but other than that, it seems to behave. >> >> Have fun, >> >> Erich. >> >> On Wed, Jul 8, 2015 at 3:53 AM, wrote: >> >>> Erich Heinzle: >>> > I will have a look at kicad "libraries" and symbols -> gEDA. >>> >>> Great, thanks for that. >>> >>> > I got distracted by coil, planar transformer, rat race and wilkinson >>> power >>> > divider footprint generation utilities, which are all variations on a >>> theme. >>> >>> Yes, it's easy to get "distracted" when doing fun things. >>> >>> H=C3=A4lsningar, >>> /Karl Hammar >>> >>> ----------------------------------------------------------------------- >>> Asp=C3=B6 Data >>> Lilla Asp=C3=B6 148 >>> S-742 94 =C3=96sthammar >>> Sverige >>> 0173 140 57 >>> >>> >>> >> > > > -- > Jason White > --001a113e513ef08088052606d168 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Vladimir has very efficiently added it to the wiki al= ready!

Incidentally, there's an=C2=A0extensive= kicad library repository to be found at:


=
as well as:


There are= =C2=A0also=C2=A0default kicad libraries which go along with the kicad distr= ibution:


Cheers,

Erich.


On Fri, Dec 4, 2015 at 2:45 AM, Jason White (whitewaterssoftwareinfo AT gmail DOT com) [via geda-user AT delorie DOT com= ] <geda-user AT delorie DOT com> wrote:
Erich,

If possible, try = to get that added to the wiki! I think that would be quite a useful tool to= add to the geda toolbox.

A random gEDA user
-Ja= son White

On Thu, Dec 3, 2015 at 9:19 AM, Erich Heinzle (a1039181 AT gmail DOT com= ) [via geda-user= @delorie.com] <geda-user AT delorie DOT com> wrote:
I have put a utility on github for conve= rting kicad symbols (.lib) into gschem .sym symbols.

It seems = to batch process properly and do what it is supposed to.

<= a href=3D"https://github.com/erichVK5/KicadSymbolToGEDA" target=3D"_blank">= https://github.com/erichVK5/KicadSymbolToGEDA

It sort= s out slots and slotdefs for multislot devices, and tries to add attributes= for matching electrical pin types.

Having looked into ki= cad's symbol format at length, it became clear to me that gschem's = symbol format is far more extensible and flexible, owing to the ability to = associate as many or as few attributes as needed.

<= div>Converted symbols may need a litttle fine tuning of text positions for = more exotic designs, but for boring rectangular devices the converted text = is fairly tidy.

I still need to add the comman= d line options for author credit and licence comment=3D text fields, but ot= her than that, it seems to behave.

Have fun,

Erich.
On Wed, Jul 8, 2015 at 3:53 AM, <karl AT aspodata= .se> wrote:
Erich Heinzle:
> I will have a look at kicad "libraries" and symbols -&= gt; gEDA.

Great, thanks for that.

> I got distracted by coil, planar transformer, rat race and wilkinson p= ower
> divider footprint generation utilities, which are all variations on a = theme.

Yes, it's easy to get "distracted" when doing fun thin= gs.

H=C3=A4lsningar,
/Karl Hammar

-----------------------------------------------------------------------
Asp=C3=B6 Data
Lilla Asp=C3=B6 148
S-742 94 =C3=96sthammar
Sverige
0173 140 57






--
Jason White

--001a113e513ef08088052606d168--