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]" Date: Fri, 8 Mar 2019 18:02:35 -0500 Message-ID: Subject: Re: [geda-user] route style, line distance To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary="0000000000009dd3ff05839d3824" 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 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
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.

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.

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.

--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--