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=m0n5t3r.info; s=m0n5t3r; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=5oWTqtT3oPFHsc8NSvV4WWwWRTZMKbN0vogPK1WcpG8=; b=rTAhOndRpmXxi7IofYJls5ygPYkix5JRZe6GZjX+vxYSzjVWtJdxyQ19EmTayPYFNS lP1clJCWw4LGihqQ+1/ZSaiBwfrCsMMNzl3i38Z9QO7jldh+OoCETJ8FpU+Z/vWrYwv7 ko+/bumLXDTCRiO0lM65dUK01Q+l+lUNWXaMY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=5oWTqtT3oPFHsc8NSvV4WWwWRTZMKbN0vogPK1WcpG8=; b=P1uc7UF0MDf/0I51iRo3oCmZmULo5FXLSq1QSPdHvLNyeaankKSGD78UzWmqJMq9VD uqFYhvLKrcW+ZnJE06jXw/GrsuThzY7jPTdgrPAcBpC4RNfGq6Ja9ZZa0xbHxllA8aPI 07paxxjWqdfJil4C6360NCfFr0AMC/BFo0K4/pJxqxDvlp7bjwbz7zKEBsEr/wOFhetX cgzI75+2xx0FEDeJugUWxxdJ8tt0GGae07/1vIv1xVl856XZgmvmjVZOZeWB2rT0W1AO HCoJAAvsOne9IswHHRs9eWRR4RrT53gORhXAx3GE5OAz47/0bR6usj0wUOA843ffFtQc QqFg== X-Gm-Message-State: AD7BkJJ1F1olxw5TKBMKH9FtZpj+acb2Utm8yP9oRl9+r4tf2CeZZihxjhQZH0/FVsXl9w== X-Received: by 10.194.47.133 with SMTP id d5mr22710056wjn.87.1457340395421; Mon, 07 Mar 2016 00:46:35 -0800 (PST) Subject: Re: [geda-user] Valve / nixie symbols To: geda-user AT delorie DOT com References: <56DCAE39 DOT 7020204 AT m0n5t3r DOT info> From: "Sabin Iacob (iacobs AT m0n5t3r DOT info) [via geda-user AT delorie DOT com]" Message-ID: <56DD3FE9.90009@m0n5t3r.info> Date: Mon, 7 Mar 2016 10:46:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u278kdn3017619 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 On 03/07/2016 03:29 AM, Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > 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 I had already found your converted footprints, thanks; I remember trying to convert some schematics from Eagle to geda a while ago, could never get the tool to work (I think it was something from upverter). > > 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. > I'll keep that in mind :)