www.delorie.com/archives/browse.cgi | search |
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=20210112; | |
h=mime-version:references:in-reply-to:from:date:message-id:subject:to; | |
bh=1FK039VflOQVemPMvZjLHvQOiNPd3QxeZxMfBDcHU9A=; | |
b=QdktKL+x7jxBYiAZ/22TVmzeI0R1wT/1UTJa3BZuhr/Ho/ySWx5uP0Whc7s7HIBGQb | |
0VFuzqwQfdNyKWL+Q9nRjYsK3Y1BHENtvTJngJJuIi+eaYjxqeQBexdIe0ZtFfzwKNv9 | |
h6FtHBi7pXteuXNM+xhAiNPzZ9CPEjGC9yXw/Ki1Va/rku1VX+vhQSbihC01U7fLokzI | |
mx9z5jDaMtktCxQp0ItsgRpPMlOYOa+eQUdjDDLzmmlStwAw5jwxekc9pm+LdOZHXlMe | |
gaCuwJ+eOFiyao59XLrmdihU9O5Rf1DbzTIxu2t/6mbIH66jG/GO2bI/QSPUCSAPE0B3 | |
jgSQ== | |
X-Google-DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
d=1e100.net; s=20210112; | |
h=x-gm-message-state:mime-version:references:in-reply-to:from:date | |
:message-id:subject:to; | |
bh=1FK039VflOQVemPMvZjLHvQOiNPd3QxeZxMfBDcHU9A=; | |
b=kiR6dgFnX+SNZuy72ZZTqsFxjdskzA14S6rBtUaGXlNqFmoHhwf3pont1gkA828yCF | |
57vrLOl/HSLVPtDVneyFUFqfeqguP/3aDtjwOR+h4Y3W/PT6GFZflDWJqRoXgw6ihFXW | |
dyj30zvGttw2AWo9bFKmlBIIod0fNOHDRQACI/mkEx8oQKrQTL8DvquoSA3QPUKNKR9P | |
hcDglulrmR5xfk71rnzuAj1hbA7USh56iytg5FfIw5/3TOkt+OKPvHwuoZ4quNQKjfEK | |
XxiKaTP+gvJIKIpMoVvvMB0U4A5+gnKasmPAzKs5EC7KB7X3LceyCfbJbQfrSgOOEJ6r | |
NSeg== | |
X-Gm-Message-State: | AOAM533kkNHxxvquGnuBAeRWf4+XHACrMZaJpzpokLEKrIsNZ5Uju6uq |
HmR8bpd5KLP1wXFegd61cXtVtFYaWYlFF18Bi35qynVz | |
X-Google-Smtp-Source: | ABdhPJwjsveDXolS4sIYSgsnE2hrNSUyph2AA3sysL5YE5ytdMMOJ95usHQI0uKkw7kDXaZ39jX2E0GmPq5o24xSxGI= |
X-Received: | by 2002:a81:6145:0:b0:2f1:7a81:83f with SMTP id |
v66-20020a816145000000b002f17a81083fmr3429715ywb.366.1650231615870; Sun, 17 | |
Apr 2022 14:40:15 -0700 (PDT) | |
MIME-Version: | 1.0 |
References: | <2664379 DOT IGsEI4RXM2 AT coyote> |
In-Reply-To: | <2664379.IGsEI4RXM2@coyote> |
From: | "Eyal Soha (eyalsoha AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> |
Date: | Sun, 17 Apr 2022 14:40:05 -0700 |
Message-ID: | <CANsz78+1xGe1adEf-67fYm+R76C9wCc85WsD63gpYk2Zxwno-w@mail.gmail.com> |
Subject: | Re: [geda-user] gcode for carving pcb's on a milling machine? |
To: | geda-user AT delorie DOT com |
Reply-To: | geda-user AT delorie DOT com |
--00000000000042d9da05dce07dc4 Content-Type: text/plain; charset="UTF-8" Consider pcb2gcode? I am the author. It's not graphical but it has a lot of features that other tools don't have, such as voronoi paths and support for multiple tools. For example, you could mill with a coarse tool and then a narrow one to get smaller spaces. It use heuristics to find a path that minimizes milling time. The GitHub wiki for the project has images demonstrating the various features. Eyal On Sun, Apr 17, 2022, 02:24 gene heskett (gheskett AT shentel DOT net) [via geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote: > Hi, I've been lurking here since forever, but am now wondering if the > geda suite of tools can now issue files in gcode to mill away the copper > and create a double sided circuit board, like I could a decade back with > the eagle program before they killed it by selling it. I need to create > and make a board for a MAP sensor, a 3 terminal device that needs some > onboard noise filtering. > > Cheers, Gene Heskett. > -- > "There are four boxes to be used in defense of liberty: > soap, ballot, jury, and ammo. Please use in that order." > -Ed Howdershelt (Author, 1940) > If we desire respect for the law, we must first make the law respectable. > - Louis D. Brandeis > > > > --00000000000042d9da05dce07dc4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"auto">Consider pcb2gcode? I am the author. It's not graphic= al but it has a lot of features that other tools don't have, such as vo= ronoi paths and support for multiple tools. For example, you could mill wit= h a coarse tool and then a narrow one to get smaller spaces. It use heurist= ics to find a path that minimizes milling time.<div dir=3D"auto"><br></div>= <div dir=3D"auto">The GitHub wiki for the project has images demonstrating = the various features.</div><div dir=3D"auto"><br></div><div dir=3D"auto">Ey= al</div></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmai= l_attr">On Sun, Apr 17, 2022, 02:24 gene heskett (<a href=3D"mailto:ghesket= t AT shentel DOT net">gheskett AT shentel DOT net</a>) [via <a href=3D"mailto:geda-user AT d= elorie.com">geda-user AT delorie DOT com</a>] <<a href=3D"mailto:geda-user AT delo= rie.com">geda-user AT delorie DOT com</a>> wrote:<br></div><blockquote class=3D= "gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding= -left:1ex">Hi, I've been lurking here since forever, but am now wonderi= ng if the <br> geda suite of tools can now issue files in gcode to mill away the copper <b= r> and create a double sided circuit board, like I could a decade back with <b= r> the eagle program before they killed it by selling it. I need to create <br= > and make a board for a MAP sensor, a 3 terminal device that needs some <br> onboard noise filtering.<br> <br> Cheers, Gene Heskett.<br> -- <br> "There are four boxes to be used in defense of liberty:<br> =C2=A0soap, ballot, jury, and ammo. Please use in that order."<br> -Ed Howdershelt (Author, 1940)<br> If we desire respect for the law, we must first make the law respectable.<b= r> =C2=A0- Louis D. Brandeis<br> <br> <br> <br> </blockquote></div> --00000000000042d9da05dce07dc4--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |