delorie.com/archives/browse.cgi | search |
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; | |
bh=3A/vGl/7cHPWQEFetQF5MwGj1VyEPjuBrCPyBs3Fdiw=; | |
b=Ldr1jn81Lay7oiRwOw1PpZg99ew45itMA2rlZhwCsNpFM4t8qLQtQBvZR8emfOYITo | |
Z+SNLWyVqM3QP/ZyxTagvOt8n2uAlEpF6uoIS52hjdYrAU+uvuQVp6kEElD4X3X/Q0SA | |
SN+EWA8ndTT4tLcZ9lAxQNEzw5c+l9U9NAo/fxix9e9/DKcbImc2jJbXv8bChMosPRI6 | |
9qi0Y1qATbCB2B88s9Xi7ccxflzHez2l92LPskFTv2ROrW8G5A2QPx92t6wVbi7XP3z/ | |
ZFqEskq83SGp9AaiaPqQHTRYKeSfRq0LzpEvu47JekOU6I6sWNjP/xgqDe+215BtSWnv | |
azMw== | |
X-Google-DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
d=1e100.net; s=20130820; | |
h=x-gm-message-state:mime-version:in-reply-to:references:date | |
:message-id:subject:from:to; | |
bh=3A/vGl/7cHPWQEFetQF5MwGj1VyEPjuBrCPyBs3Fdiw=; | |
b=kW6lQdwAIh8HDmqcrru86fGzBrEBMaD3IpVyNiezIJ0mTRGv+Pk+ApnhkqWTwzIwHj | |
XBy7pcjxkYQSY40bpkwyKFlIbt68LJdf2aJxu/7FL9U8PNnO8rDjLbWTYAdzbEGmjaQ+ | |
G8kvmrDUvXvOmBC9nVTnHX/XEX+S5aq0pRkIXNTHuC/Ae0EyawyxppjgrF1xpaEmFb7f | |
YLTn5eGWfOmS6EFJJORbWQ8FBcbLpIIOXp7hHoxZw3S1E1z+2XN8B4gA0aBo2UBqg7fG | |
d1YuawD7znuwenQPu75w+5gDTz35Rl+CFeKE2UFTEDL3s/MwAPVF9jGaqMdiYTt+3ZIj | |
wxfA== | |
X-Gm-Message-State: | AD7BkJKKq5NRMcTXqnmWqBqP/EGyA0TiMOrQFnufOh6eC+4P70ihcD+1IKL4hW0z8R7JkBzLCxEVllAI1JStjg== |
MIME-Version: | 1.0 |
X-Received: | by 10.182.131.202 with SMTP id oo10mr13576733obb.72.1457314178536; |
Sun, 06 Mar 2016 17:29:38 -0800 (PST) | |
In-Reply-To: | <nbijrc$t4t$1@ger.gmane.org> |
References: | <56DCAE39 DOT 7020204 AT m0n5t3r DOT info> |
<nbijrc$t4t$1 AT ger DOT gmane DOT org> | |
Date: | Mon, 7 Mar 2016 11:59:38 +1030 |
Message-ID: | <CAHUm0tNohrmDf2oLQAWer_LYSPj9DZzquTdYM-kTgpaM9qO5Lg@mail.gmail.com> |
Subject: | Re: [geda-user] Valve / nixie symbols |
From: | "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> |
To: | geda-user <geda-user AT delorie DOT com> |
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 |
--089e01538c3cf02071052d6b6523 Content-Type: text/plain; charset=UTF-8 I have just tried converting some Kicad nixie symbols from a kicad library available from: http://library.oshec.org/converted/nixie_tube.lib which included: IN-18-1-380758-1.sym IN-18-B1-B_41.0002.sym NE2-NEON-BULB-DRILL.sym NE2-NEON-BULB-SMD.sym ZM1000.sym ZM1042-1-380758-1.sym ZM1042-B1-B_41.0002.sym ZM1042-B13B.sym The only issue appears to be that some of the pins are not on 100mil spacing, since Kicad symbols are not required to sit on multiples of 100, but this is a minor inconvenience since the bulk of the work has been done for you. I used my KicadSymbolToGEDA utility to convert them https://github.com/erichVK5/KicadSymbolToGEDA There is also the option of converting Eagle footprints, Eagle symbols, BXL, BSDL, IBIS and symdef definitions to gEDA PCB and gschem formats, with the following utility, which will have the Kicad conversion functionality rolled into it in due course, and become an all in one tool: https://github.com/erichVK5/translate2geda I will try to refine the pin location behaviour for kicad symbol conversion, to mirror that which has already been done for the eagle to geda converter, which has some snap to grid functionality. I have previously converted Kicad nixie and valve footprints to geda PCB format with the following utility https://github.com/erichVK5/KicadModuleToGEDA and these can be found on gedasymbols.org So, long story short, if you can find what you need in any of the above formats, you don't need to reinvent the wheel. Have fun, Erich. --089e01538c3cf02071052d6b6523 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div><div>I have just tried converting some Kicad nixie sy= mbols from a kicad library available from:<br><br><a href=3D"http://library= .oshec.org/converted/nixie_tube.lib">http://library.oshec.org/converted/nix= ie_tube.lib</a><br><br></div>which included:<br><br>IN-18-1-380758-1.sym<br= >IN-18-B1-B_41.0002.sym<br>NE2-NEON-BULB-DRILL.sym<br>NE2-NEON-BULB-SMD.sym= <br>ZM1000.sym<br>ZM1042-1-380758-1.sym<br>ZM1042-B1-B_41.0002.sym<br>ZM104= 2-B13B.sym<br><br></div>The only issue appears to be that some of the pins = are not on 100mil spacing, since Kicad symbols are not required to sit on m= ultiples of 100, but this is a minor inconvenience since the bulk of the wo= rk has been done for you.<br><div><br><div>I used my KicadSymbolToGEDA util= ity to convert them<br><br><a href=3D"https://github.com/erichVK5/KicadSymb= olToGEDA">https://github.com/erichVK5/KicadSymbolToGEDA</a><br><br></div><d= iv>There is also the option of converting Eagle footprints, Eagle symbols, = BXL, BSDL, IBIS and symdef definitions to gEDA PCB and gschem formats, with= the following utility, which will have the Kicad conversion functionality = rolled into it in due course, and become an all in one tool:<br><br><a href= =3D"https://github.com/erichVK5/translate2geda">https://github.com/erichVK5= /translate2geda</a><br><br></div><div>I will try to refine the pin location= behaviour for kicad symbol conversion, to mirror that which has already be= en done for the eagle to geda converter, which has some snap to grid functi= onality.<br><br></div><div>I have previously converted Kicad nixie and valv= e footprints to geda PCB format with the following utility<br><br><a href= =3D"https://github.com/erichVK5/KicadModuleToGEDA">https://github.com/erich= VK5/KicadModuleToGEDA</a><br></div><div><br></div><div>and these can be fou= nd on <a href=3D"http://gedasymbols.org">gedasymbols.org</a><br></div></div= ><div class=3D"gmail_extra"><span class=3D""></span><span class=3D""></span= ><br></div><div class=3D"gmail_extra">So, long story short, if you can find= what you need in any of the above formats, you don't need to reinvent = the wheel.<br></div><div class=3D"gmail_extra"><br></div><div class=3D"gmai= l_extra">Have fun,<br><br></div><div class=3D"gmail_extra">Erich.<br></div>= </div> --089e01538c3cf02071052d6b6523--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |