www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2015/01/16/06:43:34

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
bh=1SHloTgffRK5F4fWTJI2vRlYuhdL/7ZXFvc61Dc/Noo=;
b=VNTh4a4O1GU7F9P6uykJDHU+rx4lnKlQpErXjJsWdLZ8bca5C7SlwYOvDxAI3abvqr
LNDqtnG5b20dwDUWrvcI5812tOGR+G4zHqLk8Uo9kReg35a0NzuviPldalz1mrlX8kWe
9H2j74n8d0u8Ij+VJEBjOpF1Q7PYAdV2t3j2RnKoiTCRnXFARL6/ylvp+unNLtF7+6QI
+LvbGv9nRSiXUEYwUCQveJSeXnzcwgDcCBdwJYObqhziIXBJJuC1lVvBcI7WYL2Py5aI
CjS/s0GsrPgu+boeDivji149TMHB/l+j0DYtaKbQA01Zzc+sgAiXbtR2Na4eEy1O4BbX
ylZA==
MIME-Version: 1.0
X-Received: by 10.194.109.9 with SMTP id ho9mr28275047wjb.29.1421408533171;
Fri, 16 Jan 2015 03:42:13 -0800 (PST)
In-Reply-To: <CAOxVtSS98TaFJnrJoMuwGkRCO+P2JAq6TubLUTSFvKsc4ungmA@mail.gmail.com>
References: <1420505387 DOT 3521 DOT 10 DOT camel AT cam DOT ac DOT uk>
<20150106180051 DOT 12514 DOT qmail AT stuge DOT se>
<1420586390 DOT 14239 DOT 10 DOT camel AT cam DOT ac DOT uk>
<54B81BF6 DOT 1000306 AT ecosensory DOT com>
<CAOFvGD5SR2tYpZAp6+wgO+20SFvEJ+7zzCDjEYKmXzQnhd=L-w AT mail DOT gmail DOT com>
<1421370873 DOT 24766 DOT 14 DOT camel AT cam DOT ac DOT uk>
<CAOxVtSS98TaFJnrJoMuwGkRCO+P2JAq6TubLUTSFvKsc4ungmA AT mail DOT gmail DOT com>
Date: Fri, 16 Jan 2015 12:42:13 +0100
Message-ID: <CACwWb3BG_q5uUCX5qFZr_78_aOuQN2fj9nDGqvRR4w4GteJcQg@mail.gmail.com>
Subject: Re: [geda-user] Refactoring in PCB
From: Levente <leventelist AT gmail DOT com>
To: gEDA User 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

--047d7bf10a12b35565050cc3763b
Content-Type: text/plain; charset=UTF-8

Just an off topic comment. I have some very basic c++ code to do the
opposite. Importing DXF to pcb. Or let me say converting DXF to PCB file.
If someone is interested, I can re-send my code.

There was a time when you could import a png (or other graphics) as a
background in PCB. I don't know if this is still possible.

Cheers,
Levente

On Fri, Jan 16, 2015 at 8:58 AM, Sergey Alyoshin <alyoshin DOT s AT gmail DOT com>
wrote:

> On Fri, Jan 16, 2015 at 4:14 AM, Peter Clifton <pcjc2 AT cam DOT ac DOT uk> wrote:
> > A simple naive importer would probably be fairly easy to code up, but
> > there are enough details around aperture macros etc. that it is probably
> > best to use libgerbv as the basis for any serious importer.
>
> Two can play this game. Initial export to gEDA PCB (File > Export):
>
> https://github.com/alyoshin/gerbv-dxf
>
> In DXF to, via dxflib, if configured.
>

--047d7bf10a12b35565050cc3763b
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><div>Just an off topic comment. I have some very basi=
c c++ code to do the opposite. Importing DXF to pcb. Or let me say converti=
ng DXF to PCB file. If someone is interested, I can re-send my code.<br><br=
></div><div>There was a time when you could import a png (or other graphics=
) as a background in PCB. I don&#39;t know if this is still possible.<br></=
div><div><br></div>Cheers,<br></div>Levente<br></div><div class=3D"gmail_ex=
tra"><br><div class=3D"gmail_quote">On Fri, Jan 16, 2015 at 8:58 AM, Sergey=
 Alyoshin <span dir=3D"ltr">&lt;<a href=3D"mailto:alyoshin DOT s AT gmail DOT com" tar=
get=3D"_blank">alyoshin DOT s AT gmail DOT com</a>&gt;</span> wrote:<br><blockquote cl=
ass=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;p=
adding-left:1ex"><span class=3D"">On Fri, Jan 16, 2015 at 4:14 AM, Peter Cl=
ifton &lt;<a href=3D"mailto:pcjc2 AT cam DOT ac DOT uk">pcjc2 AT cam DOT ac DOT uk</a>&gt; wrote:=
<br>
&gt; A simple naive importer would probably be fairly easy to code up, but<=
br>
&gt; there are enough details around aperture macros etc. that it is probab=
ly<br>
&gt; best to use libgerbv as the basis for any serious importer.<br>
<br>
</span>Two can play this game. Initial export to gEDA PCB (File &gt; Export=
):<br>
<br>
<a href=3D"https://github.com/alyoshin/gerbv-dxf" target=3D"_blank">https:/=
/github.com/alyoshin/gerbv-dxf</a><br>
<br>
In DXF to, via dxflib, if configured.<br>
</blockquote></div><br></div>

--047d7bf10a12b35565050cc3763b--

- Raw text -


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