X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Thu, 14 Jan 2016 14:21:08 -0500 Message-Id: <201601141921.u0EJL80k031505@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com CC: geda-user AT delorie DOT com In-reply-to: <20160114090144.5509616b019b8dfc47d6c319@gmail.com> (geda-user AT delorie DOT com) Subject: Re: [geda-user] Re: off-board parts/wiring References: <29B50AD8-DCD0-4048-B888-711C5D8E1E65 AT noqsi DOT com> <20160107175042 DOT 5e06aad2bf09818a8886d6f7 AT gmail DOT com> <20160108182822 DOT 3c4b5f2d183143b4a41680dd AT gmail DOT com> <201601111903 DOT u0BJ3A9a005050 AT envy DOT delorie DOT com> <5693FF30 DOT 1020208 AT iee DOT org> <56965E3B DOT 2070409 AT iee DOT org> <20160114090144 DOT 5509616b019b8dfc47d6c319 AT gmail 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 > In pcb there should be an import footprint list or similar > feature. In such case gsch2pcb or netlist would write down what > footprints are used in design instead of importing changes. Then > footprint listed are imported unlisted elements will be deleted and > new elements added. File->Import does that. Any new footprints are added at to a specified region, changed footprints are changed in-place, and removed footprints are merely selected so you can see what they are before you hit the delete key. The import feature uses the same gnetlist (just a different backend) as everything else, you can run it yourself to see what the file looks like, or have other programs generate the same type of file. It's not magic.