X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Tue, 10 Sep 2013 12:28:46 -0400 Message-Id: <201309101628.r8AGSkcs017932@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com CC: geda-user AT delorie DOT com In-reply-to: (message from Stephen Ecob on Tue, 10 Sep 2013 22:17:17 +1000) Subject: Re: [geda-user] PCB: why does pin name lettering appear on top & bottom copper Gerber output? References: <522EF85C DOT 1000206 AT envinsci DOT co DOT uk> Reply-To: geda-user AT delorie DOT com > AFAIK this is a feature, not a bug. I think it's more of a bug, but one that's hard to fix with the HID api we have now. What we need is CAM jobs that describe which drawing layers become which output layers, so that things that make sense in a PDF but don't make sense in a gerber, can be properly filtered. What we actually have is a single "gui vs not-gui" flag that mostly works but is very simple, so the user needs to be aware which parts of the design are WYSIWYG and what parts are GUI-only. Perhaps we should change pin names to be gui-only to avoid costly problems (and yes, I know no change will be universally liked ;) FYI: generating gerbers in a Makefile is much more reliable anyway :-)