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=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=/gkMXqGhplV0LwQOkRJXopshnp+4aTS2l336ZMfhD1A=; b=WdmdhoGedF0Gg7Kb3OjhMfPsz83y3gLoxFwOA0Wq7PYuZ5eYBDRJynq4YeMrmohytr KW1iISG0L8zzptAJNTIXWLy1FzL37IC4UvMt9EFLWwGbxpHpcZwek8J5Rn9t3aF8qa09 /EYiJceUu5U6woNQirHJ4LAyUPTOqvaBXnGCAROrBIgZBeKDaR+PXp9/idmmTe09Ud+n 2mIUjF4GSIKcxrS+iLeN5+joHsunwlHXNh3nZxJpPsQSLOEnBHE0tGddwvd6pQwtFkVL Z38DSf2Alf3kqPG37CWEzyjmPJgOWO8CL9JD1nugxuC7BilnVEq273EEXGVjgfN3Op8a 7PcQ== X-Received: by 10.194.113.1 with SMTP id iu1mr20028375wjb.158.1442160949976; Sun, 13 Sep 2015 09:15:49 -0700 (PDT) Date: Sun, 13 Sep 2015 18:15:48 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Apollon Message-Id: <20150913181548.ef257a76b5994258c3dedad6@gmail.com> In-Reply-To: <20150913173425.252cbe8d@jive.levalinux.org> References: <20150913140631 DOT 1da1b78d AT jive DOT levalinux DOT org> <20150913151852 DOT 7ca8ed54d2c8036e3e83222d AT gmail DOT com> <20150913161111 DOT 524dce3f AT jive DOT levalinux DOT org> <20150913170542 DOT ed5aaaa9efb05f4e07b952b0 AT gmail DOT com> <20150913173425 DOT 252cbe8d AT jive DOT levalinux DOT org> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 > > It might be better to use ordinary drawing objects inside pins > > instead of special drawing objects because it keep down number of > > different primitives and to export gerber files you output all > > drawing objects on a particular layer regardless if they are directly > > on pcb, inside a footprint or insida a pin. > > When it comes to gerber output, you just query the relation table, and set > the layer_id to something, and you get the all the object that is on that > particular layer. Simple. Good, I care less about the internal representation and should really read more in the source code before talking. For a pin with an anullar ring on the top layer, do yon know what I get?