www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2016/10/31/13:25:20

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=20120113;
h=mime-version:in-reply-to:references:from:date:message-id:subject:to;
bh=8RMn8KtTRzcv40O7E4gaYQrYpts4DBWmnjPuRRoeKks=;
b=weHrilho1/VjvuSy8Bh5cbIO7386YlygKcbvFLqsvCzAiCEapPK0qeFB42ZCKeUKbR
8HD/sKh1YvW6pvnCREQiGP2f3LzEJYium9PpBDHDtsU0nCOZP9iYOGaIKovNPq3j1F7S
EBnfKSu6UTR2vk22lm6lIhxukYyzh2OmXwnK4ARbtbK1KQsrnnuZuSxv6M41KSVq/vVv
zgNlO7VDbs5R9pI3UWT4y4CKYCRuRUVKcU7Mi3gR+iZrzq4N6UYr/12E0+eTrF+Pvs5h
jwr2/Ynmukm+uY5ywY8PhSOCn3PxTqXK5gTW8mVi7pEcjFws00I+S258AwZgQy/5Ulzu
thNw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20130820;
h=x-gm-message-state:mime-version:in-reply-to:references:from:date
:message-id:subject:to;
bh=8RMn8KtTRzcv40O7E4gaYQrYpts4DBWmnjPuRRoeKks=;
b=S0wnGLnPC0m/Is+IXeOr27J6MJvp5jZbdpvala+EUgrlJyIjbk+dQB8qEwxeqZjQTv
Af7X+rHdi/nCwMeO0x2TsSTs2j8h4DKBH3BRRXSlE3C2a1thOUO7CV0/68hvf3KXVV9F
mpnltX3O4EzyZ+orp6PFbBv5Ez7HQKvT9+bA91dOfQj2/ni3bnNVJiRC/PmotAJktQIx
S8lGzvusnRrAbQjw1qKMjnLx79bdUGQh0Bc/PU4xmA71ar6+77N4mGo0Ay1DFLIx9sOg
LWvmKA6aN45qCP5KeBnNha0pYUfhP0SGlFnFbtjnS+o/7wuHGGHO1ILeUD5s/Vztp5q6
m9fA==
X-Gm-Message-State: ABUngveas2DZpyFgqW7a5nMBbmPs+l+JfE8mcuT1ESn1yCDtq7kXNH2QFWwYGY6F/C+/8Wr8nTyG/fM5NWbY6g==
X-Received: by 10.25.204.213 with SMTP id c204mr1229965lfg.70.1477934573440;
Mon, 31 Oct 2016 10:22:53 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <CAHUm0tOkNZiSLDhGT58NwPz_Yj0LqTO34xpk2WobdrJ06aWNNw@mail.gmail.com>
References: <CAHUm0tOkNZiSLDhGT58NwPz_Yj0LqTO34xpk2WobdrJ06aWNNw AT mail DOT gmail DOT com>
From: "Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
Date: Mon, 31 Oct 2016 13:22:52 -0400
Message-ID: <CAM2RGhQhJm7LOC+tsNqf3aZWM20Fs4WKhR17+YpHfEGMMcT_1g@mail.gmail.com>
Subject: Re: [geda-user] [pcb-rnd] Kicad s-expression import and export now working
To: gEDA users mailing list <geda-user AT delorie 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

On Mon, Oct 31, 2016 at 12:58 PM, Erich Heinzle (a1039181 AT gmail DOT com)
[via geda-user AT delorie DOT com] <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.
>
> The kicad s-expression file format is the newer format used by kicad.
>
> Exported dimensions are preserved without rounding, with the only
> significant discrepancies arising with:
>
> 1) text, since kicad uses the Hershey sans stroke font for footprint
> labelling, but a bitmap font for board text, quite unlike gEDA
> pcb/pcb-rnd's text use.
>
> 2) polygons, since kicad treats polygonal zones as components with or
> without fill that have an attached net and also influence the
> clearance behaviour of vias within its area. This means that users
> will need to adjust the clearance of features within a polygon on a
> feature by feature basis. Import/export of polygon cutouts is yet to
> be implemented.
>
> 3) obround (oval), trapezoidal, and rounded corner rectangular pads,
> supported by kicad, are simply converted to circle, square and
> rectangular pads, respectively.
>
> Some screenshots:
>
> http://imgur.com/a/6T5Vu
>
> http://imgur.com/a/4gVUu
>
> Preliminary testing has been encouraging, but more testing would be
> appreciated. This is the first release, and further round trip testing
> is planned.
>
> All that is required to test at present is, in the trunk directory:
>
> svn up
> ./configure --debug --buildin-io_kicad
> make
> ../pcb-rnd foo.kicad_pcb &
>
> The modular nature of the pcb-rnd code has enabled these plugins to be
> implemented quite quickly, and Igor2 has been very helpful in
> facilitating these efforts.
>
> Regards,
>
> Erich.

Great work!

-- 
Home
http://evanfoss.googlepages.com/
Work
http://forge.abcd.harvard.edu/gf/project/epl_engineering/wiki/

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v2

mQENBFYy4RYBCAC183JomLtbdAlcKiaPDoVHq52LDmVmH75aiEc69m7YxDt54/ai
VtYCAobbGVIyn3Hlz3uhF6LnPl/6Lm1VdnCfpwu3KQhCO6ds10ow2C30X4ohCqOd
hCVg5C+ILmQkEffFrFODy3ji+PYTF4pADvHCWsTMv0hf0llwFOJsBCK6cl02IffE
JPqy4PjM1nZ9HpzT84JBaG/4OGvTZ8SQ2yFUl265jagvygPTf88H1xpZHH1r8dB1
stjUHLmPH8AOyDgKxFchgGeDc3p/vJtgDDIXAFfDXG0NSRovLmtaQdGxe47Zf/go
bXiEM7YL2WqQe5zfEA919JxkEwlDKYniOSVzABEBAAG0N0V2YW4gRm9zcyAoVGhp
cyBpcyBteSBwdWJsaWMga2V5LikgPGV2YW5mb3NzQGdtYWlsLmNvbT6JATkEEwEC
ACMFAlYy4RYCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAAKCRCIpQTcE8nN
bbBaCACAm8pU5lG1ev2Fsw68Axtcl57SJrYieqX96c3YuYH9JpqMqJRnd9nDKw9X
tQuvuH7tUk0VbOaDqReOYJVI/4c5wb9AaOFp6K2DUcupq6XhgXpvz3HzoPwjAdIj
XuQzdRUx5+innTJrSkGuBYW/CZ2zqEx4xfLlq4rO0hoTUMR8QVp2cCrkw6BT0m86
APIw/ZnjoxM8IEzr7MxfRIg3qpzrZk28rmhx+k78Jyk61UhwcCPGIm/pjUopTwYJ
3YBdRB2cYD2aN7A1JVf5cRmSQYooHBGpH0kYvomGk97PKqypVuJ7OpG9xM58wUcC
qUVt9hKlePLzP8csYjt8onqI7qIIuQENBFYy4RYBCADlH8spG3WkCx62vB5mr5Z0
SCDd/RcyA4A5y5EOj5KurQkrSWpgi9Ho1yKruMJ6blQR2qkc66KqH9pnXDm/ZI1M
K/wdW3ngETxBmXoozzFMT89aEWIVR5/PFodWK1elekE9iJxACuR98Zg2QttTD3x8
A9w8VEyMLOXcDTrPFpHegMKswFBg5iuMulAdXAoGejWTI3n+qKFpabHm2Lfs6wjk
5rjucpTdeFK6UeWF1xAvNxXibuu5BlGwv53930qIXRwO/Gn2Rh5DXWxKU2fEIme/
xgQQmIsDeUoWbfybdjw/x7Q0LW4mINiLDQcGHHRQKFIxbAJCT3USPLGh5xwE9/Er
ABEBAAGJAR8EGAECAAkFAlYy4RYCGwwACgkQiKUE3BPJzW0uYAf9Hf30n8tM3mR2
Zo6ESE0ivgdgjaJtAWrBUx7JzAzPjBnBOlNnu5Y9lVEqetvUPH6e3PvaHYUuaUU8
0HwxuKBW9nUprgV6uIu1DZmlcp+SxpbuCy7RDpNocRLNWWFMaYYzznmTgfnTgD4D
gCq8Mf1mcfrluTkOAo+QNqbMfl1GISClopRqxVuAo59ewgMnFujwgd8w12BwWl24
CzqOs5HqcUslePj+LzcjSNgVCklYwKl+0dsb/fctMOCtHodwqm2CBJ+zydvNmYkD
fxda/J91Z1xrah5ec++FL0L4vs+jCiIWJeupJFKlr1hCMZiiGH7W554loK5l4jv3
EY347EidAw==
=Ta4p
-----END PGP PUBLIC KEY BLOCK-----

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019