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=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=95jx7vIP+TzecT1zIbe5oR/PsX8HHFVwwEijAabRXA0=; b=Q0GaXU7Ata0UeZF7KmTxEu8s9CRQYpnXB+u1ob5In3D/nG0lmEHfE1N7PXCmjtYMOP 2MMLmsInsac+GGXgj/i8Q8I/ieDh8TW1E5fmEyaO7Qbonc35/Xu+4Mp7uaLPqs5WFsvM /bfpYdoleIoSsLvuGPwT3G9Q22px0bd7Q7rtZAUaYa2+FIxvR88oRymfaATbbb3YnP5N BNblG+YQERPygNF5jHuaYpuGmDAM8HRDCxw/9S/ucNRc3NjwTHZVA8hthKAzQWX6Fzaq Skwt7/QcBgCRlVmbRQrZpVgngvSST5fYrnLljtzYKiK0y0QdEDrPAbvizt54e8N4VicS OJQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=95jx7vIP+TzecT1zIbe5oR/PsX8HHFVwwEijAabRXA0=; b=C8viA+kPa1HRIqmUyhabu/hVW64eapzDEiNJZgd2Rl6QNU3FdKO4gQrzUEJ9ds3hdZ gmrqy9RiMNweS43zxqr6s5EUXyrmKuozvd7Mwbij8LC9akg5CAuEJ50k+jfPbjw+U2yy DTBWWkbMBVNAYWp/o+BL83IoC6FW1x9x+pzuY0xvBMGyqTgsULjbyEzHsFsvcafYkZV2 CCtbSFiXtjikvB+8iS6mSaUL3iLXbaRgL3WRNsI7sgswcCD/SL9f+W3TqDYnB3A/7FGf NvPnHCRsL3HNtXUm+rSWLa8Z5ZyblywrmGBqG43UYpzW4lQ1hZzxOu1AaRU3cXR4MgIq GWng== X-Gm-Message-State: APjAAAUQWbXCG8fqxSQ6M8u4Yx1RqEXninKDaGbmtn50rAq3sOReQ4k2 Iz4lI9SZC27fi2wZC7zO29ePy80P X-Google-Smtp-Source: APXvYqz7UQDOeBKkBLD668QbaBZTMAUZJTfNjnhRSrts2nOm7QabukLvCg4E2raA3zpoX/LkXk2TnA== X-Received: by 2002:a19:ee11:: with SMTP id g17mr12531624lfb.7.1552127289178; Sat, 09 Mar 2019 02:28:09 -0800 (PST) Date: Sat, 9 Mar 2019 11:28:07 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Footprints, *.bxl files import Message-Id: <20190309112807.8fe145d4f52c13d4f7ce5acf@gmail.com> In-Reply-To: References: <20190306050237 DOT f233aadfc364f7279ada3aea AT gmail DOT com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Sounds really good! Java add another dependency though as I remember Java also have some good functions for string handling. I guess it should not be to hard to add a menu item in gschem and/or pcb to run the conversion utility and put in some local package/symbol folder but it is really good anyway. On Sat, 9 Mar 2019 02:18:51 +1030 "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" wrote: > I have refactored, cleaned up and extended the translate2geda code > base, to create translate2coralEDA > > https://github.com/erichVK5/translate2coralEDA > > this uillity now includes the Kicad Module and Symbol converters, as well as > > BXL > BSDL > IBIS > Eagle > QUCS > LT-Spice > Symdef > Hershey font > and gerber converters > > translate2coralEDA exports to pcb-rnd lihata (.lht) subcircuit format > by default, as this supports padstacks, as well as obround, round, > square, roundrect and octagonal pads, as well as arbitrary padstack > rotation, polygonal copper and line/arc copper features in footprints > (aka subcircuits), and multiple arbitrary text features with arbitrary > rotation, giving essentially lossless conversion from other formats. > > The refactor of the schematic symbol exporting parts of the code still > needs a bit more work. > > In the near future, users will be able to specify either gEDA PCB (.fp > with unavoidable conversion losses) or pcb-rnd (.lht) output for > footprints, and either gschem or xschem format outputs for symbols. > > The addition of some existing SVG path conversion code is also > planned, along with a font converter for converting SVG fonts into > polygon based font files for pcb-rnd. > > Regards, > > Erich > > > On Wed, Mar 6, 2019 at 2:43 PM Nicklas Karlsson > (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com] > wrote: > > > > I can not remember if someone mentioned something about *.bxl files for pcb-rnd but it seems to be common. There is an utility translate2geda https://github.com/erichVK5/translate2geda which I tried once and it seems to work really great on this first try. > > > > Me did not look for a while and maybe everyone else already noticed it? > > > > > > Nicklas Karlsson