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=VzWArIC1ZEyaUlebxUK+iKaFulag8Djl/fos2SBCjUw=; b=Ce9R3LfZfENwPyahq2IIZ+EJW4+wwWyWavYMjJVf0l1QVqKEZJLIc+zpqt0AINW/Cu 5Kp8Y4NRD5YOD/zL+rrHrmQnq1ig70bdybjshduK7rpbvtG5+YHV3/zhZhAbCFyqCax2 ttchlMiWkJ3n3M5MFh12Pm7+BC1OpyzBtUHxIWiPSphO6zo45B3oJH3p6xUZYTWIxsH8 oSvS9Q+lbrkRIw7DirE/VpREhCYmLWyC4zmlQksoF8UuYcA8rmlTp2yFp12Th6okKyle ZmyIvpw7MZ/9zNJN6Mj9l0s69PCebmSYi2LLPC40arbZdjIvcF9kFtsLp/7ZyNLC4l5P 5N0w== X-Received: by 10.180.19.68 with SMTP id c4mr14297400wie.50.1442842775603; Mon, 21 Sep 2015 06:39:35 -0700 (PDT) Date: Mon, 21 Sep 2015 15:39:29 +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 the technical thread Message-Id: <20150921153929.1c562b4905ac90be76a2fcc0@gmail.com> In-Reply-To: <55FFFFCB.7060805@jump-ing.de> References: <20150921001659 DOT 0c211170 AT jive DOT levalinux DOT org> <55FF3F4B DOT 8000406 AT jump-ing DOT de> <55FFFFCB DOT 7060805 AT jump-ing DOT de> 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 > > Please note that users can define own layer types like mechanical > > documentation, etc. > > This doesn't make sense, because a layertype makes only sense if there's > code handling it. > > Before John chimes in: the same is true for geschem; some attribute > makes only sense if the backend knows what to do with it. Else it's just > decoration. As I understand layer type is useful for example to tell the backend there should copper. Then it is also possible assign your own layer type value: "mechanical", "documentation" or whatever name you want but gEDA will not care about this. In case you want to do something useful with these layer you have to add meaning yourself. The same apply for the attributes and I have tried this myself. Nicklas Karlsson