X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Tue, 1 Nov 2016 13:17:18 +0100 (CET) X-X-Sender: igor2 AT igor2priv To: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: Re: [geda-user] [pcb-rnd] Kicad s-expression import and export now working - default buildin from now In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 Tue, 1 Nov 2016, Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > Following the recent implementation of the IO module for kicad legacy > format export of layouts and footprints, an additional IO module has > been implemented to allow kicad s-expression format layouts to be > imported and exported. Good job! > svn up > ./configure --debug --buildin-io_kicad The plugin looks reasonably stable so I enabled it by default; a plain ./configure should be enough from now. The next release and the next compilation of debian packages will have it too. Erich, as we discussed earlier, I resolved the internal dependencies (so that we can avoid code dups on unique name): the other kicad plugin (that writes the kicad legacy format) now depends on io_kicad. Thus it is possible to enable io_kicad and disable io_kicad_legacy, but if someone wants to use io_kicad_legacy, io_kicad will be enabled automatically. We can place common code in io_kicad. Regards, Igor2