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:references:in-reply-to:from:date:message-id:subject:to :content-transfer-encoding; bh=Z6DaqylbyTHFNZQGqgqEPognzHWecroi8rKsQ6YoA+E=; b=ZHSTgAPzRct/7dUDCUokdv4nasxr94YxcDHywfEpBTBvZdR8fhY22ur4oqV5YxzVbr SOajsbHHA8SBeKpFvxekibaGMXF81g3PSfzacgSZaM9jRzGEzkBudgvRM21dPFzSKx0K sWAePfVOeWt3+iZlsWMWoy+kb3QA5Vi4goISg/fX5rU2KPovfreZZxOe+orS7mZzXAGb iRbZE2ggM76zHVKrlQ/H42tGu9exmGv7yOz/WWZpZNzybmPf8GkUYp6cpxEIbrZ0B0b8 Dt3irzGZT/f5tD27+jSLc7Gkqao09KQDleveH3CSU8AfvbvGf8ge1bwsYbj1JPmMnrPL 7OWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-transfer-encoding; bh=Z6DaqylbyTHFNZQGqgqEPognzHWecroi8rKsQ6YoA+E=; b=fdQBdhT+y+HdGt7xMRih00ql1eoln2Vg23u4UB6yw00NTWU4evzo4NaZteH6s/TvzI mBiyQARLLAdPE1G3kpeEx2Zha3EMVBLS74xGcBEuhUeh/SdUhsxrp4rpX71gauO8sFua JpZ4gDEiCZYLlQJQnnLZtBBMXi1YYMuDMH8Tw74eua7oBTLfIP5BJs4lhW1gEnpqp23l wUF26VDfcw4V7xKXXiPVb7ICeaz/+YR845JOXxSrTsFWm8xnQauR4a4dHMITetbIc1+y AvLy7+H59/an6e+pqjtg9kyWmQQ1yA2BsPmdn2PzO/DJoVH5RDyR+ybcj9crN+a7UIHk w4sg== X-Gm-Message-State: APjAAAX+J42KTfqPz+JUCcORQpO47RIh8ax5cvKaFmHvNHPIbVQqHMDn 6PypPG3tPb+EDB4Pq5TMeO/+5eJm7gKyEgunFgWF+zv4 X-Google-Smtp-Source: APXvYqymDcHnhTbc/PrJK8BzHbgKvuvcujd+5rl6GsjXNykaWf/U5/2rqhg86Uiq+xpoxBTYNQn9ZsSUVGiKqtuV2Os= X-Received: by 2002:a81:5a42:: with SMTP id o63mr3491499ywb.36.1552060143593; Fri, 08 Mar 2019 07:49:03 -0800 (PST) MIME-Version: 1.0 References: <20190306050237 DOT f233aadfc364f7279ada3aea AT gmail DOT com> In-Reply-To: <20190306050237.f233aadfc364f7279ada3aea@gmail.com> From: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Sat, 9 Mar 2019 02:18:51 +1030 Message-ID: Subject: Re: [geda-user] Footprints, *.bxl files import To: geda-user Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x28Fn511012389 Reply-To: geda-user AT delorie DOT com 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