X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Sun, 28 Oct 2012 18:43:51 -0400 Message-Id: <201210282243.q9SMhpUb000558@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: <508DA677.60300@innocent.com> (message from Gus Fantanas on Sun, 28 Oct 2012 17:41:11 -0400) Subject: Re: [geda-user] Thank You; Observations/Questions (WAS: Re: import schematics? was Re: [geda-user] Odd position mangling error ) References: <5086B5AD DOT 9080706 AT estechnical DOT co DOT uk> <5086C5E4 DOT 7060900 AT estechnical DOT co DOT uk> <5086FDF5 DOT 1070006 AT estechnical DOT co DOT uk> <20121023140840 DOT 4cf8d4d6 AT svelte> <50872E3F DOT 1030806 AT neurotica DOT com> <20121023172735 DOT 702ee2f3 AT svelte> <508886D5 DOT 80406 AT innocent DOT com> <201210250026 DOT q9P0Qlcv018957 AT envy DOT delorie DOT com> <508D7C2C DOT 7060009 AT innocent DOT com> <201210281846 DOT q9SIkmIx024157 AT envy DOT delorie DOT com> <508DA677 DOT 60300 AT innocent DOT com> 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 > I observed that, somehow, pcb remembered the library file settings, Look in $HOME/.pcb/ You can also create ~/.pcb/settings which act like gui-independent command line options to always apply, or ./pcb.settings for per-project command line options. > process). The part came through fine! This seems to indicate that pcb > only looks at the footprint of the first slot only. Not PCB, but the netlister (gnetlist) which pcb calls. IIRC, if only one slot has a footprint attribute, it uses that attribute, but if each slot has a footprint attribute and they differ, it's undefined which one is chosen. If they all have the same footprint, it's OK, but only because it doesn't matter which one is chosen.