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=20161025; | |
h=mime-version:references:in-reply-to:from:date:message-id:subject:to; | |
bh=JpZbcYHcsVkD6ZAIQ1bRFErXqFb4rNMvhEbsESZTsNM=; | |
b=TnM9+rmbgI/VvkuXbEvpaLrkQixitWs6XSRL7vBQlnnFi1c26Wq9ahL+0wO+Ql+yFR | |
GJmKPfrkTGjrPG8OG3AQqpkINe+yqbiHiPBCtvUsgc17BRPjBCIY1g8GHKHGjuee0z/E | |
n+VHy97Mfv6B8aXcCkbm6dEvegGbm3F6lnoiwP5uCkcYC/w3h14/wk1k4XRpvXQ5fYOe | |
5dxOA7GCi1rEsW+H9CMrIpKlQYGcmzicJWchzzZVck806WVSPNbL6B2L1D1/5FYJvTGF | |
AGgIFdvQOE1R7dMnzOrNjeySKyBYgj9peCfqKZVpYvWSULoEVKSDFnYedkerbblBjTZE | |
JugQ== | |
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; | |
bh=JpZbcYHcsVkD6ZAIQ1bRFErXqFb4rNMvhEbsESZTsNM=; | |
b=CVm00lzlJeylTAkHoEnByE+YzA4qQ27/yTo2dtro3Hc/z4TNJCkSeIgBzPQ0Qq0u96 | |
u/TFIfj+xAV4HvU9lHLQHY6r23JipBRm50HoLrWn+xaR8JRt4kSGFzt6zToMsk0BAsf/ | |
tzMh5QU2d3v6TvKLw0dOxlP/DoN+8gKXouDJWA2y/MaG8NeNwVnXXEsL4rIT4DLOuV1L | |
U/WkwGjVv6K3ZmSyLe5wsn4VtGi4GWxBNVGGxOvcXAUk2SjcYl7y5coP9UqN2CMLUbMU | |
plSp4n3mkngVOHMaeeJCHB0BrbSbYQmfZj5/viK20/LzLsv+51tucB6W8emvmyVNHv7Z | |
cX8g== | |
X-Gm-Message-State: | APjAAAX+oLdVMQrmZF3gKLSe2bbYs6/swLBK3KV8RKMzZhdDflLIpJZR |
0Yc7cCLWGaAgcunoqJDmCbjTpYZyXRxjBb40WGepew== | |
X-Google-Smtp-Source: | APXvYqxo8LnuC/CTnJ8feUo+ndjJ5LEVP71PKXvgNOQL/h1DkitnI+o4xfpBTLfW/wjOlZTVMCzltv+D5jpsaJ6xHPI= |
X-Received: | by 2002:a17:902:22f:: with SMTP id 44mr15107557plc.138.1552086166523; |
Fri, 08 Mar 2019 15:02:46 -0800 (PST) | |
MIME-Version: | 1.0 |
References: | <20190308220352 DOT B506685E7F7D AT turkos DOT aspodata DOT se> |
In-Reply-To: | <20190308220352.B506685E7F7D@turkos.aspodata.se> |
From: | "Chad Parker (parker DOT charles AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> |
Date: | Fri, 8 Mar 2019 18:02:35 -0500 |
Message-ID: | <CAJZxidBx-gRWebPy_vHMwJRDgLqzpUeh5E4_YL=oWVX-2Cs0Cg@mail.gmail.com> |
Subject: | Re: [geda-user] route style, line distance |
To: | geda-user AT delorie DOT com |
Reply-To: | geda-user AT delorie DOT com |
--0000000000009dd3ff05839d3824 Content-Type: text/plain; charset="UTF-8" Presently, the clearance parameter of the route style is only respected by polygons (I think). The "online" DRC isn't (yet) sophisticated enough to respect anything other than the global DRC requirement. My suggestion for a work around at the moment is to use a grid setting that places the traces at the desired spacing. Having a per-net or a per-netclass DRC, both online and off, is on the todo list. You're not the only person to desire this feature. I have to put some infrastructure in place to support it. I've been working on it, but progress is slow. --Chad On Fri, Mar 8, 2019 at 5:12 PM <karl AT aspodata DOT se> wrote: > I'm trying to get signal lines from a LQFP100_14.fp footprint out > to everywhere else (small.sch / small.pcb [1] if you are curios). > > So I'm looking at grid sizes and route styles. > [2] tells me that for 35um, a line width and isolation of 125um is > the minimum, so I think thickness 0.15, keepaway 0.15 would be find. > > Drawing a line and surrund it with copper (F5 rectangle) i get the req. > 0.15mm keepaway. How do I make two parallell lines to have the same > separation, if I draw a line and then another one as close as possible > with "Auto enforce DRC clearance" the separation will be what is set > in the DRC line in the file. Isn't there a way to draw lines so that > the keepaway (for that route style) is respected ? > > Regards, > /Karl Hammar > > [1] http://aspodata.se/git/openhw/boards_arm_aspo/stm32f105_can/ > [2] https://www.cogra.se/design/ > > --0000000000009dd3ff05839d3824 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div>Presently, the clearance parameter of the route style= is only respected by polygons (I think). The "online" DRC isn= 9;t (yet) sophisticated enough to respect anything other than the global DR= C requirement. <br></div><div><br></div><div>My suggestion for a work aroun= d at the moment is to use a grid setting that places the traces at the desi= red spacing. <br></div><div><br></div><div>Having a per-net or a per-netcla= ss DRC, both online and off, is on the todo list. You're not the only p= erson to desire this feature. I have to put some infrastructure in place to= support it. I've been working on it, but progress is slow.<br></div><d= iv><br></div><div>--Chad<br></div></div><br><div class=3D"gmail_quote"><div= dir=3D"ltr" class=3D"gmail_attr">On Fri, Mar 8, 2019 at 5:12 PM <<a hre= f=3D"mailto:karl AT aspodata DOT se">karl AT aspodata DOT se</a>> wrote:<br></div><blo= ckquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left= :1px solid rgb(204,204,204);padding-left:1ex">I'm trying to get signal = lines from a LQFP100_14.fp footprint out <br> to everywhere else (small.sch / small.pcb [1] if you are curios).<br> <br> So I'm looking at grid sizes and route styles.<br> [2] tells me that for 35um, a line width and isolation of 125um is<br> the minimum, so I think thickness 0.15, keepaway 0.15 would be find.<br> <br> Drawing a line and surrund it with copper (F5 rectangle) i get the req. <br= > 0.15mm keepaway. How do I make two parallell lines to have the same <br> separation, if I draw a line and then another one as close as possible<br> with "Auto enforce DRC clearance" the separation will be what is = set<br> in the DRC line in the file. Isn't there a way to draw lines so that<br= > the keepaway (for that route style) is respected ?<br> <br> Regards,<br> /Karl Hammar<br> <br> [1] <a href=3D"http://aspodata.se/git/openhw/boards_arm_aspo/stm32f105_can/= " rel=3D"noreferrer" target=3D"_blank">http://aspodata.se/git/openhw/boards= _arm_aspo/stm32f105_can/</a><br> [2] <a href=3D"https://www.cogra.se/design/" rel=3D"noreferrer" target=3D"_= blank">https://www.cogra.se/design/</a><br> <br> </blockquote></div> --0000000000009dd3ff05839d3824--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |