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=kMputOo9Vn4qdkpUOGREi6xooxBAOFOj1zNT12NN+dM=; | |
b=hzRPoEpT111QVOlbgS3heYtG3MgYybKOhiANoa6jl5xBUw30sLNN9+Z7yJ6kcSrj+Q | |
zLALM5/ELooEkA5O14IuCxxjb1R8K2tHYdsjH758RFL0Zt22lyQ0NJ10ml7gWzKnd8I7 | |
aZFydRihO3ei7Zd63zsWxZeALnKqp3psph/kWslBSYd1s5JDLiC0TJKQOLZdWYjLMUAa | |
g4PdKLj3bhqqvYOb5Q4UTOJk6jzomUFw8WYrfAiZaJyBb1+Tm86ufd+oEN5gjNCwrwmP | |
90IK3/25QHM5neR/6z5jdqJLwOwS4m2pqwbT8ZFVwCQylf167jgiaeMI9Cm9iqjqkMMU | |
eVZQ== | |
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=kMputOo9Vn4qdkpUOGREi6xooxBAOFOj1zNT12NN+dM=; | |
b=qZBhgqILnky1QySI+jkXSHkIm3nugSljMbpUoP4f4J4/U9rQItSKLJ48I8jn/97vbS | |
5q9VgSSN9MALn+Dk6hy/tDv4FZGdAAWMbdsFpYHU08Q3q8uw/8DeNawiMnmwzksOHRmS | |
R/8jY4kjyMO15QErDFv3KYpeSW3euA76DbMGX9G7v812gvx0D05a+69+sbplyp5RSd87 | |
CZiNRHDdJf/9dAA3uVP5jm62YvKmOrv6Jbi8crsFzBN4Q9dGc1l/iuBrejaLYjd95KfP | |
xrLqJLVpL+zk+mzCPMkmCMYNdBS1oB4AHnfdk3xL47vmaQ7lkYWqOm8EKLyPJbyupCs0 | |
QQpw== | |
X-Gm-Message-State: | AOAM5332qLSBfRgp3HhAPhUUVF6xOlb3FRyGWdoTSCt3PFbXrl8ifd7X |
ggpb/VrEOWZk235qxnW3HiC0ICk5lFkTqoX2dRQM3VY3 | |
X-Google-Smtp-Source: | ABdhPJzEOj6OqEzJpoG2KrfyG8sjsapfKge9pNb0FMSCewhYB2NPqovvDjTx5DR9JUQsg143up+sIeGJAM8S3C+fA4s= |
X-Received: | by 2002:a25:b854:0:b0:633:8a00:707a with SMTP id |
b20-20020a25b854000000b006338a00707amr7944762ybm.637.1650236198810; Sun, 17 | |
Apr 2022 15:56:38 -0700 (PDT) | |
MIME-Version: | 1.0 |
References: | <2664379 DOT IGsEI4RXM2 AT coyote> <CANsz78+1xGe1adEf-67fYm+R76C9wCc85WsD63gpYk2Zxwno-w AT mail DOT gmail DOT com> |
<4a61c841-7694-ab44-daf5-2e34fdb96936 AT epilitimus DOT com> | |
In-Reply-To: | <4a61c841-7694-ab44-daf5-2e34fdb96936@epilitimus.com> |
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 15:56:27 -0700 |
Message-ID: | <CANsz78+GwzqRFNq5PpfgTZBCTFuJtrafV9aLDuJdFGFiTdcidw@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 |
--0000000000006cf96f05dce18ebd Content-Type: text/plain; charset="UTF-8" https://github.com/pcb2gcode/pcb2gcode Voronoi paths example: https://github.com/pcb2gcode/pcb2gcode Info for doing two sided boards: https://github.com/pcb2gcode/pcb2gcode/wiki/Options:-Alignment-for-two-sided-PCB-and-offsets Cutting out the PCB: https://github.com/pcb2gcode/pcb2gcode/wiki/Options:-Outline#bridges Eyal On Sun, Apr 17, 2022, 15:10 Glenn (glimrick AT epilitimus DOT com) [via geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote: > Link? > Eyal Soha (eyalsoha AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > > 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 > > <mailto:gheskett AT shentel DOT net>) [via geda-user AT delorie DOT com > > <mailto:geda-user AT delorie DOT com>] <geda-user AT delorie DOT com > > <mailto: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 > > > > > > > > --0000000000006cf96f05dce18ebd Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"auto"><a href=3D"https://github.com/pcb2gcode/pcb2gcode">https:= //github.com/pcb2gcode/pcb2gcode</a><div dir=3D"auto"><br></div><div dir=3D= "auto">Voronoi paths example:=C2=A0<a href=3D"https://github.com/pcb2gcode/= pcb2gcode">https://github.com/pcb2gcode/pcb2gcode</a></div><div dir=3D"auto= "><br></div><div dir=3D"auto">Info for doing two sided boards:=C2=A0<a href= =3D"https://github.com/pcb2gcode/pcb2gcode/wiki/Options:-Alignment-for-two-= sided-PCB-and-offsets">https://github.com/pcb2gcode/pcb2gcode/wiki/Options:= -Alignment-for-two-sided-PCB-and-offsets</a></div><div dir=3D"auto"><br></d= iv><div dir=3D"auto">Cutting out the PCB: <a href=3D"https://github.com/pcb= 2gcode/pcb2gcode/wiki/Options:-Outline#bridges">https://github.com/pcb2gcod= e/pcb2gcode/wiki/Options:-Outline#bridges</a></div><div dir=3D"auto"><br></= div><div dir=3D"auto">Eyal</div></div><br><div class=3D"gmail_quote"><div d= ir=3D"ltr" class=3D"gmail_attr">On Sun, Apr 17, 2022, 15:10 Glenn (<a href= =3D"mailto:glimrick AT epilitimus DOT com">glimrick AT epilitimus DOT com</a>) [via <a hr= ef=3D"mailto:geda-user AT delorie DOT com">geda-user AT delorie DOT com</a>] <<a href= =3D"mailto:geda-user AT delorie DOT com">geda-user AT delorie DOT com</a>> wrote:<br><= /div><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-le= ft:1px #ccc solid;padding-left:1ex">Link?<br> Eyal Soha (<a href=3D"mailto:eyalsoha AT gmail DOT com" target=3D"_blank" rel=3D"n= oreferrer">eyalsoha AT gmail DOT com</a>) [via <a href=3D"mailto:geda-user AT delorie= .com" target=3D"_blank" rel=3D"noreferrer">geda-user AT delorie DOT com</a>] wrote= :<br> > Consider pcb2gcode? I am the author. It's not graphical but it has= a<br> > lot of features that other tools don't have, such as voronoi paths= and<br> > support for multiple tools. For example, you could mill with a coarse<= br> > tool and then a narrow one to get smaller spaces. It use heuristics to= <br> > find a path that minimizes milling time.<br> ><br> > The GitHub wiki for the project has images demonstrating the various<b= r> > features.<br> ><br> > Eyal<br> ><br> > On Sun, Apr 17, 2022, 02:24 gene heskett (<a href=3D"mailto:gheskett AT s= hentel.net" target=3D"_blank" rel=3D"noreferrer">gheskett AT shentel DOT net</a><b= r> > <mailto:<a href=3D"mailto:gheskett AT shentel DOT net" target=3D"_blank" r= el=3D"noreferrer">gheskett AT shentel DOT net</a>>) [via <a href=3D"mailto:geda= -user AT delorie DOT com" target=3D"_blank" rel=3D"noreferrer">geda-user AT delorie DOT c= om</a><br> > <mailto:<a href=3D"mailto:geda-user AT delorie DOT com" target=3D"_blank" = rel=3D"noreferrer">geda-user AT delorie DOT com</a>>] <<a href=3D"mailto:ged= a-user AT delorie DOT com" target=3D"_blank" rel=3D"noreferrer">geda-user AT delorie.= com</a><br> > <mailto:<a href=3D"mailto:geda-user AT delorie DOT com" target=3D"_blank" = rel=3D"noreferrer">geda-user AT delorie DOT com</a>>> wrote:<br> ><br> >=C2=A0 =C2=A0 =C2=A0Hi, I've been lurking here since forever, but a= m now wondering if the<br> >=C2=A0 =C2=A0 =C2=A0geda suite of tools can now issue files in gcode to= mill away the<br> >=C2=A0 =C2=A0 =C2=A0copper<br> >=C2=A0 =C2=A0 =C2=A0and create a double sided circuit board, like I cou= ld a decade<br> >=C2=A0 =C2=A0 =C2=A0back with<br> >=C2=A0 =C2=A0 =C2=A0the eagle program before they killed it by selling = it. I need to<br> >=C2=A0 =C2=A0 =C2=A0create<br> >=C2=A0 =C2=A0 =C2=A0and make a board for a MAP sensor, a 3 terminal dev= ice that needs<br> >=C2=A0 =C2=A0 =C2=A0some<br> >=C2=A0 =C2=A0 =C2=A0onboard noise filtering.<br> ><br> >=C2=A0 =C2=A0 =C2=A0Cheers, Gene Heskett.<br> >=C2=A0 =C2=A0 =C2=A0-- <br> >=C2=A0 =C2=A0 =C2=A0"There are four boxes to be used in defense of= liberty:<br> >=C2=A0 =C2=A0 =C2=A0=C2=A0soap, ballot, jury, and ammo. Please use in t= hat order."<br> >=C2=A0 =C2=A0 =C2=A0-Ed Howdershelt (Author, 1940)<br> >=C2=A0 =C2=A0 =C2=A0If we desire respect for the law, we must first mak= e the law<br> >=C2=A0 =C2=A0 =C2=A0respectable.<br> >=C2=A0 =C2=A0 =C2=A0=C2=A0- Louis D. Brandeis<br> ><br> ><br> ><br> <br> </blockquote></div> --0000000000006cf96f05dce18ebd--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |