X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Thu, 12 May 2016 05:42:18 +0200 (CEST) X-X-Sender: igor2 AT igor2priv To: "Stephen Ecob (stephen DOT ecob AT sioi DOT com DOT au) [via geda-user AT delorie DOT com]" X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: Re: [geda-user] Differential pair support In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 12 May 2016, Stephen Ecob (stephen DOT ecob AT sioi DOT com DOT au) [via geda-user AT delorie DOT com] wrote: > My current PCB project needs differential pairs. I'm thinking of > writing a script to replace selected traces of (say) thickness 19 mil > with a pair of 7 mil traces with spacing 5 mil. Before I start work, > has anyone already implemented something like this ? According to the pcb-rnd feature poll, this is one of the features I likely to implement in the near future in pcb-rnd. I have plans to do it the same way as you described: lie to all parts of the code that we are drawing a single wide trace, then replace it with 2 (or more) traces at the end (the moment the user clicks). If you finish your script before I get to do this feature, please share your experience about using this trick! Regards, Igor2