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=v1oxFwoA+Xx4PFiWG3yNVZt+m6WxWurU4wrnpHW/HsM=; b=hLaeAptmZy95V3NdW081NEW03snSnHqFaNYZ1oGRMTQPV5IzDlGhUWmXBTvOgZkXLe mCfJ4bhDZZvl8+/sblewx8hIAqV0xAkecXmvhHJPRVYjvWQFW7TlCHp3vpz0PgH/N5DG Y3IIYJtLLGp44hgcKfbkZjam1StWK0qtMbjMk= 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=v1oxFwoA+Xx4PFiWG3yNVZt+m6WxWurU4wrnpHW/HsM=; b=S4sIvsqD8OSRM6ttv/hIf4HMRoktrOZ/H6ngOylGo5jgcbYH8vh+hjQDebpv31LZQR R8h6Hj2cS72YnMxRi7+cT+WwNeKCgDhdfuxpqSRNmxm1Z43wmEFY0t+t7K2PQBwZ1kuI TWzzlRfPcf5AoZ6hGBfTa55KKgV+drRijB4iScpt1IfVwHArxURoeBz747p69vA+Du2j itoHQ+9mHzsTV/0Pf49JgctWZSOMFD9fTZmZGo7rb6IbLbdCS/PTWK3R0JYMrd5F3BZL e/EJth0F6mGBRCm+jLoQH5//yB1/WtIUa+XLyC7bhS292s4A6OFTQH9/DW+2zM7Vg6XS PjnA== X-Gm-Message-State: AD7BkJIhw1/UVXsiuUH5bRVYyhX1N43fx791aK6CJdcYmr2m2iFzFoO6vKNRgwKc1CvwOw== X-Received: by 10.28.145.9 with SMTP id t9mr19899539wmd.54.1457441552361; Tue, 08 Mar 2016 04:52:32 -0800 (PST) Subject: Re: [geda-user] Valve / nixie symbols To: geda-user AT delorie DOT com References: <56DCAE39 DOT 7020204 AT m0n5t3r DOT info> <20160307015049 DOT 097EF8153704 AT turkos DOT aspodata DOT se> <20160307123849 DOT AF59B8153706 AT turkos DOT aspodata DOT se> From: "Sabin Iacob (iacobs AT m0n5t3r DOT info) [via geda-user AT delorie DOT com]" Message-ID: <56DECB0E.2070906@m0n5t3r.info> Date: Tue, 8 Mar 2016 14:52:30 +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 u28CqbPS017249 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 08:13 PM, Kai-Martin Knaak wrote: > Erich Heinzle wrote: > >> the translate2geda utility has addressed this problem of odd pin spacing >> by being able to generate a symbol and a new bounding box from a list of >> pins with specified spacing, if told to do so (WIP). >> >> Once I roll the kicad converter code into translate2geda > Great job, already! > I am looking forward to the spree of symbol (and footprint?) choices that > will result from a working conversion path. > ... and workflow nightmares :D (no, really, I had to redo a schematic because I needed some footprints, found Erich's kicad converted stuff on gedasymbols, and then I thought "let's get all of gedasymbols and add it to the component library, what could possibly go wrong?") some curation will be needed somewhere, and things will still need manual tweaking to integrate nicely, because conventions may differ: for instance, those converted nixie footprints have alphanumeric pin names (A, LHDP, RHDP), while the convention I was aware of is pin name == pin number (so my symbol's pins didn't match up with footprint pins); however, changing the footprint pin names was easy, I very much prefer this to drawing the thing from scratch :) another example of clashing conventions is an Arduino nano symbol (I think also from Erich), which has pins very tightly packed and everything aligned at 25 grid units, not 100 like regular symbols.