www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-help/2013/10/05/13:13:13

X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f
X-Recipient: geda-help AT delorie DOT com
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2;
h=References:In-Reply-To:Content-Transfer-Encoding:Content-Type:Message-ID:Reply-To:Date:Mime-Version:Subject:To:From; bh=GNdY4RIZcXmDMDbK6/zKDwtGVM4CFWDFNwtyzxEQfS0=;
b=saN+vigm+vW0BRuBeHnkVTXH+bf7PPohtYHIYv922zExBHNNKRwIoIEWgfby2TMlp4gdQuvtnXak84EDfVdpYpliMhS9WQ3P9c+doE6tMtmUdc50U/CL4/VwXELLViDeq/t09gLMW8ZdacnVbDnkIAc3gGSw3cO50QVrqRKfgPY=;
From: =?UTF-8?B?QWxleGV5IEJsaW5vdg==?= <abvgdee AT mail DOT ru>
To: geda-help AT delorie DOT com
Subject: [geda-help] =?UTF-8?B?UmU6IFtnZWRhLWhlbHBdIFJlOiBbZ2VkYS1oZWxwXSBSZTogW2dlZGEtaGVs?=
=?UTF-8?B?cF0gUmU6IFtnZWRhLWhlbHBdIFByb2JsZW0gd2l0aCBHZXJiZXIgRXhwb3J0?=
=?UTF-8?B?LiDCv1Bvc3NpYmxlIGJ1Zz8=?=
Mime-Version: 1.0
X-Mailer: Mail.Ru Mailer 1.0
X-Originating-IP: [85.141.196.114]
Date: Sat, 05 Oct 2013 21:13:01 +0400
X-Priority: 3 (Normal)
Message-ID: <1380993181.982045118@m.mail.ru>
X-Mras: Ok
X-Spam: undefined
In-Reply-To: <1380992544.717494220@m.mail.ru>
References: <1380984869 DOT 923647002 AT m DOT mail DOT ru>
<1380992544 DOT 717494220 AT m DOT mail DOT ru>
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id r95HD7VQ025637
Reply-To: geda-help AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: geda-help AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

bugfix: grep  "^\s*Arc"

Суббота,  5 октября 2013, 21:02 +04:00 от Alexey Blinov <abvgdee AT mail DOT ru>:
> Yet another, more direct way (assuming you are fine with unix commands) to
> find that offending arc. (if it's not a bug)
> 
> cat name.pcb | grep  "\sArc"| sed -e 's/\[/ /g' | awk '{if ($2>xmin && $2<xmax
> && $3>ymin && $3<ymax) print $0;}'
> 
> x/y/min/max you determine approximately from gerber.
> 
> Суббота,  5 октября 2013, 17:32 +02:00 от "doragasu ."
> <esakaforever AT gmail DOT com>:
> > 
> > There are 199 arcs in top layer. I tried removing them all, exported to
> > gerbtool and the problem disappeared, so maybe you are right and there are
> > some "invisible arcs" somewhere. So I should look for arcs whose
> "|StartAngle
> > - DeltaAngle|" is 90, right? A quick look didn't throw anything suspicious,
> > I'll look thoroughly again.
> > 
> > Thanks!
> 
> 
> -- 
> Alexey Blinov


-- 
Alexey Blinov

- Raw text -


  webmaster     delorie software   privacy  
  Copyright 2019   by DJ Delorie     Updated Jul 2019