X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com From: geda AT psjt DOT org (Stephan =?utf-8?Q?B=C3=B6ttcher?=) To: 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> <201601141921 DOT u0EJL80k031505 AT envy DOT delorie DOT com> Date: Thu, 14 Jan 2016 22:59:20 +0100 In-Reply-To: <201601141921.u0EJL80k031505@envy.delorie.com> (DJ Delorie's message of "Thu, 14 Jan 2016 14:21:08 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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 DJ Delorie writes: > 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. Since this is discussed here, I just tried what happens $ pcb heteptana-actel.pcb File -> Import Schematics Nothing happend for a while. The window title got a star, the design was marked modified. Opened the log window, there was a message that my layout is complete without shorts. No questions which schematic pages to load. No indication what it did. File -> save $ svn diff All elements got five attributes added, mostly with value "unknown". Some elements had a value change, '_' where changed to ' '. The design was made with gsch2pcb, called up with this project file: heteptana-actel.proj: schematics heteptana-actel.sch output-name heteptana-actel elements-dir ../lib/solopcb use-files skip-m4 I guess the File->Import Schematics action found that file and used it? Or it did not find it, but would have failed to find new footprints? How would I specify which attributes to add to the elements? I guess I'll stick with gsch2pcb for a while. $ svn revert heteptana-actel.pcb -- Stephan