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=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=K055O94/Mscs2aCYHlrj3onsvmISF/fYy06aiZu/LYQ=; b=SwuietCgz1V4ikmjnM1c11g4b57Bzto5VJkU/yWA58iRS2A+KlbqaXLzbWRRc7fhPO m1veXISA5Q65t3WNwk3kgMVf9J81OHkIqytMrHimImZbRWnqGvD0s7h+MWaGYuiEASJO d+i+T4l5nc9WizsoQJE9Mo3AI3Y+QnQiYF0Vh/BuJvl40OI6XuEKbK1bl8IllgC3rrqP qDmSne9Y/JWs2kL7WMXlmxGS5ZhMPTkjdWFRG7QB6Fy+w5q26iO27W/hrCWaBxBrmrJQ qX9dnyhfAWQ0BPxrtI9ndsQw5LYvDlDfgSDungLFbcZyVO0VA2ZLoScTZJ92tCN35eFa u3uQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=K055O94/Mscs2aCYHlrj3onsvmISF/fYy06aiZu/LYQ=; b=Od7hRc3ab9VAhV+uf2WyEBeXH+XGwIrymCdv5kzacDFSvIradWOq4Jvrh3LT6df7zL 4EyJKIpLr3nO8Z7Oq9+2SyNeXGW08J0P9m5faF6V7p7y9jNuHyadTv1dybO2sVed5Stl JJaPLTEvhgwZWzY8qJuupQ0uJAs7r0jisxFYv337lz2ZqkHwomalO+7xrn+k7ahAskh8 Q7qqmDv0dMB/uIsWxyVL2vaPnKdLTb65n3zJzDatzLobv8bgKu5+HVyg9u1LMHWy7e4K JtkRY1tUkzv1a7WQh2R689mcexKJaUgOli901LEvmusKN8+CpejUWsL3OVAV16IfjB3k 0ozQ== X-Gm-Message-State: AOPr4FX0a06HNF6taArxKMJUgepXSZC9LmNxsxZKfIDUy1fMVny9H52u/3LIt9OSCjRyNg== X-Received: by 10.28.144.138 with SMTP id s132mr9015611wmd.102.1463037383207; Thu, 12 May 2016 00:16:23 -0700 (PDT) Date: Thu, 12 May 2016 09:16:21 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Differential pair support Message-Id: <20160512091621.17d6f08583d6e3689ab3b370@gmail.com> In-Reply-To: References: X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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). Then it is useful whenever there is a need to draw more than one trace/line in parallel at once.