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=r9sjjzWoVFofIgkwu0eIHT/6BpDsH55VASzaaWSKJpk=; b=TKpqyYBL0W39dP/FE+W+lBxg0bRcwK41PySEZWJIx12MH53NZ2vuBalxntRP2ovMqe 6QlA7CmXV1BqMzh3iBS4ftZitPvHpQTbNDuJyPG6r66F08uQA06sK9S3FAvD6xd/8chr 3xdVtzHdI6g+T2QOQUFqwPEsLvYkQphe1xl9cIy+n/MNePt0bM7tb0C+RFMhtcunPXFS rjdE5YYfbJatADWY8tG2upY7rjbvMcDt3dlazrA14xNLX/FFK2m9nWgFQXBJpVciLV5C lzM2eoeCopAUS8b25hVuyFL9qi3AilHHcIWk7HgEO2TNwXlApGnyysk/xkMyGWoLp4Lm zgOw== X-Received: by 10.194.236.234 with SMTP id ux10mr15127490wjc.43.1441959703469; Fri, 11 Sep 2015 01:21:43 -0700 (PDT) Date: Fri, 11 Sep 2015 10:21:38 +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] Notice to developers: layers have now a type. Message-Id: <20150911102138.ae8a255be8dbe9414558ce72@gmail.com> In-Reply-To: <201509102201.t8AM1Xak013184@envy.delorie.com> References: <55F1F75F DOT 8010809 AT jump-ing DOT de> <201509102201 DOT t8AM1Xak013184 AT envy DOT delorie DOT com> 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 On Thu, 10 Sep 2015 18:01:33 -0400 DJ Delorie wrote: > > > Does this mean that you can now draw voids in the mask layer? > > While this does technically allow the pcb file to have a layer type > LT_MASK that would serve this purpose, that does not mean that the > rest of the code in pcb is expecting such a layer. It would be an > independent task to add such support to the various exporters, if > you're interested. > > In addition, the GUI does not yet have any way to change the type of a > layer after it's loaded. You'll have to hack the file to change it. Sometimes it could be useful to add objects to an extra layer for example to mark the region for conformal coating or add some comments/documentation. As far as I can tell from a fast look into a *.pcb file lines/pins/ElementLine/... any drawing object could be put on any layer which give very good flexibility for the future.