X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=Y7m+Jgh4T76lvWKZsShagkYXTXcXKJXugz2oiW4Uxdc=; b=kh0JtGvqShLFl6GQ6DxmhfMmMQwrXE+u+eJ8oVNwfp7vPdJcm6zW6zan5jBgp9QWrz +h7YrE5DqznPZfq2pddws9Mv6dcQuy7hCwuyJbSdFcxigQz1tu0+fscQKzv6GPDAETg/ ejGBVd4hmjcc+7g2eScRxc6iei2S9ZYD+hwbg6ff3ESaRj2/m6fU7G+5/eVocOWZGvDb 20zBkN4FMQaDM36h7Gc6+5kFrtSzJVEsdEfwNobm9SWan2RzfLl1jQaPCX3cNJnpxQaR jEJaloLI7hET0HNXZixczodiIbmkjwTtX9ZCBxgb/HVfnCM6DZJhXtjM/TTLvf8CPuRY HKKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Y7m+Jgh4T76lvWKZsShagkYXTXcXKJXugz2oiW4Uxdc=; b=d1Vu6FwQ7Dsr0Tb6vyaDDscm6T0OgM0SA0fiuBpoi+QX+U/kTHqkuTuRrHRPwQOag4 O9YlWnvATVSYlER64xINP7gk/9rcRamIqFKBVXnvoaTdybIfjjV8heyNDYtVQ4/tHSiR c5ZPAwq2FOTeezrUXtgzd73uYszWOe/4YrhjcxeRVV3IgiCL1APapvcUZNDdBhjE5BvQ WkVCPGeB94RCxHat0cLaTIdpEZciST+md1iJ6L3UoYv/HSoAelTuvkeWwQtX34o/1FOE afBVCZe4PBZXKsMHxZ/l/AgZOD/tT62UHEvtaKny2iPCfhKpSaefmkXQ96kvq8GEG4yE 1qhw== X-Gm-Message-State: AFeK/H2QSsCOofhyoHgnbqgNvEztxQYE4seAtmRvCJy/XDr4WCiluxeTpsbl9tiM7UhYX/HiF312DwomHoelkg== X-Received: by 10.157.16.120 with SMTP id o53mr14002673oto.261.1490016693279; Mon, 20 Mar 2017 06:31:33 -0700 (PDT) MIME-Version: 1.0 From: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Tue, 21 Mar 2017 00:01:32 +1030 Message-ID: Subject: [geda-user] Inkscape footprint to gEDA PCB footprint (.fp) and pcb-rnd layout (.lht) utility To: geda-user Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com Two relatively simple scripts based on an existing HPGL export script by Aaron Spike now allow inkscape path export to either PCB layout or footprint. https://github.com/erichVK5/inkscape2pcb Export to the .fp footprint format allows elements to be loaded into gEDA PCB, pcb-rnd, and KiCad. The pcb-rnd layout export script exports to a pcb-rnd (.lht) layout. The scripts need only be added to your local inkscape extensions directory, i.e. /usr/share/inkscape/extensions Circles and polygons are not explicitly supported, but nevertheless seem to export automatically as paths comprising line elements during conversion. Screen shots can be viewed at: http://vk5hse.blogspot.com.au/2017/03/converting-inkscape-paths-to-pcb-rnd.html Bug reports or suggestions for improvements would be appreciated. Regards, Erich.