delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to geda-help-bounces using -f |
X-Recipient: | geda-help AT delorie DOT com |
X-Original-DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
d=gmail.com; s=20161025; | |
h=mime-version:in-reply-to:references:from:date:message-id:subject:to; | |
bh=/WhA9z69w4sDEVnGUa8d0WgA+VwtAgxe+G/ivB6CCoU=; | |
b=bbOaLnAa916NT6wNZR/ktFCKoUe4K9n+zoZW4ZnZJJBQ0CcXyYq7NB3P5EgWJkDKDu | |
7a7feX91a9QFkUWFrWcjJtziXo0qhp7Ekb5uxawgwdXWgmq/XyEV6UYmUwL4L30KnpdF | |
e8UxTxkykh9+DCMvZtsl9Xub+zcQ9d2WFcy4bIhgku7KPsiOPiLcTDdBDIy6XWopQwSO | |
fbRZ+1X8EYgsl8UUcVBn2xtio/tbs91bzBBo/jNHyDomIRVfphiBerpOBCDCDTvMVD1s | |
CruMzvSgHnJD5XgRhTUrsT4a85aJqPFT5y4eXfvuJRiDWh3qPxeBBMleklzxkVEe0BPl | |
B5mw== | |
X-Google-DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
d=1e100.net; s=20161025; | |
h=x-gm-message-state:mime-version:in-reply-to:references:from:date | |
:message-id:subject:to; | |
bh=/WhA9z69w4sDEVnGUa8d0WgA+VwtAgxe+G/ivB6CCoU=; | |
b=b9hHU/RUyAub7zrKZ9h2BDHHPKLP5km2jE/yj2V3xjCLrclUTXM8vAQyK0UFCMAX/n | |
lgndelD79ZIe8Uvzq9xlUyTNF0geZ1Ic+HYf4q9UG7M1/Y2JRuPm4f8Bt937iT1Hn8VK | |
DtiF+DszzaYzN1cNY/+FH5FyaMNtBlKJFJQevGly68XQTab10BlB2V8P1pEqaeQvfSOV | |
6Yh6qza/7k5RyTZLLlW4jjqnmDZqTPOMZ6++1KJY1Q+M42NmUTl7183lFv46cehb26mA | |
79F8qqJTSH35ibdamm1EXAQBqEYKU0BGx3BCcNoEUlqsACWZQR6HxI4moUlbHn1VmeBs | |
OtEg== | |
X-Gm-Message-State: | AN3rC/4hdHGqFA+EhvK5lVn6mG0hdIq3ebZCxBnX4+CaQdN35+U/dV4c |
gkbQbd4cm9SnZQ8x6euUoE49vwiV+g== | |
X-Received: | by 10.202.73.73 with SMTP id w70mr14661824oia.179.1494001394121; |
Fri, 05 May 2017 09:23:14 -0700 (PDT) | |
MIME-Version: | 1.0 |
In-Reply-To: | <CAE4k+fte5AcbLGpgOjrzZJ65raFzyot-QxxfsSaHGuUwedi7MQ@mail.gmail.com> |
References: | <1525952036 DOT 65314 DOT 1492659528690 DOT ref AT mail DOT yahoo DOT com> |
<1525952036 DOT 65314 DOT 1492659528690 AT mail DOT yahoo DOT com> <CAE4k+fte5AcbLGpgOjrzZJ65raFzyot-QxxfsSaHGuUwedi7MQ AT mail DOT gmail DOT com> | |
From: | "vattan (vatan DOT uml AT gmail DOT com) [via geda-help AT delorie DOT com]" <geda-help AT delorie DOT com> |
Date: | Fri, 5 May 2017 16:23:13 +0000 |
Message-ID: | <CAAhxy3A_PocGzS3oWnJJNFttae8aztb9SxVM7exv9OHh6WXs5A@mail.gmail.com> |
Subject: | Re: [geda-help] g-code output |
To: | geda-help AT delorie DOT com |
Reply-To: | geda-help AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | geda-help AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
--001a113dec466404a6054ec94ebb Content-Type: text/plain; charset=UTF-8 There is a working tool I've used with linuxcnc called iiirc jpeg2gcode that you could probably take and image of the polygons, generate the gcode, then combine the output with the isolation milling that geda provides. On Apr 20, 2017 12:06 PM, "miloh (froggytoad AT gmail DOT com) [via geda-help AT delorie DOT com]" <geda-help AT delorie DOT com> wrote: > On Wed, Apr 19, 2017 at 8:38 PM, No Body (att80 AT att DOT net) [via > geda-help AT delorie DOT com] <geda-help AT delorie DOT com> wrote: > > Hi, > > > > I have looked at the g-code output that geda-pcb offers. It appears to > > provide code for what is called isolation milling which is what I > commonly > > see else where too. Does anyone know how additional g-code can be > generated > > to remove additional/remaining copper from a board? This type of milling > > might be typically called pocket milling. > > > > Thanks. > > > > Al > > > the gcode export from pcb would be interesting for a first rush > engraving, but at least in pcb-rnd it is deemed experimental and close > to deprecation without a maintainer or users. > > If you can get aligned layers exported from pcb in a suitable format, > then you can use a real cam nc processor like rhinocam, vcarvepro, > pycam, ez-cam, fusion360. > --001a113dec466404a6054ec94ebb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <p dir=3D"ltr">There is a working tool I've used with linuxcnc called i= iirc jpeg2gcode that you could probably take and image of the polygons, gen= erate the gcode, then combine the output with the isolation milling that ge= da provides.</p> <div class=3D"gmail_extra"><br><div class=3D"gmail_quote">On Apr 20, 2017 1= 2:06 PM, "miloh (<a href=3D"mailto:froggytoad AT gmail DOT com">froggytoad AT gm= ail.com</a>) [via <a href=3D"mailto:geda-help AT delorie DOT com">geda-help AT delori= e.com</a>]" <<a href=3D"mailto:geda-help AT delorie DOT com">geda-help AT del= orie.com</a>> wrote:<br type=3D"attribution"><blockquote class=3D"gmail_= quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1= ex">On Wed, Apr 19, 2017 at 8:38 PM, No Body (<a href=3D"mailto:att80 AT att DOT n= et">att80 AT att DOT net</a>) [via<br> <a href=3D"mailto:geda-help AT delorie DOT com">geda-help AT delorie DOT com</a>] <<a = href=3D"mailto:geda-help AT delorie DOT com">geda-help AT delorie DOT com</a>> wrote:<= br> > Hi,<br> ><br> > I have looked at the g-code output that geda-pcb offers.=C2=A0 It appe= ars to<br> > provide code for what is called isolation milling which is what I comm= only<br> > see else where too.=C2=A0 Does anyone know how additional g-code can b= e generated<br> > to remove additional/remaining copper from a board?=C2=A0 This type of= milling<br> > might be typically called pocket milling.<br> ><br> > Thanks.<br> ><br> > Al<br> <br> <br> the gcode export from pcb would be interesting for a first rush<br> engraving, but at least in pcb-rnd it is deemed experimental and close<br> to deprecation without a maintainer or users.<br> <br> If you can get aligned layers exported from pcb in a suitable format,<br> then you can use a real cam nc processor like rhinocam, vcarvepro,<br> pycam, ez-cam, fusion360.<br> </blockquote></div></div> --001a113dec466404a6054ec94ebb--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |