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:Content-Transfer-Encoding:Content-Type:Message-ID:Reply-To:Date:Mime-Version:Subject:To:From; bh=i3g4g12WtAJXzRYpVSNN/6FhuWdYaeZJrP38j1qn6vo=; b=iCq3O9QFRn2L/s/y9d3UIRYDtS3oI4DvNS7O13YxhRu4FPzo3IOqhVBm02X+gfDi2laY/g77TQcn/IzbN4QmivEvn2N8R2fs0pRXGNf368M2T2FDzUyRsyYqpsAgbmW9RCvrqZo0FNbaWbszOzk/w9j37/peWpdXQNQqKhqL4dY=; From: =?UTF-8?B?QWxleGV5IEJsaW5vdg==?= To: geda-help AT delorie DOT com Subject: [geda-help] =?UTF-8?B?UmU6IFtnZWRhLWhlbHBdIFJlOiBbZ2VkYS1oZWxwXSBSZTogW2dlZGEtaGVs?= =?UTF-8?B?cF0gUHJvYmxlbSB3aXRoIEdlcmJlciBFeHBvcnQuIMK/UG9zc2libGUgYnVn?= =?UTF-8?B?Pw==?= Mime-Version: 1.0 X-Mailer: Mail.Ru Mailer 1.0 X-Originating-IP: [85.141.196.114] Date: Sat, 05 Oct 2013 21:02:24 +0400 X-Priority: 3 (Normal) Message-ID: <1380992544.717494220@m.mail.ru> Content-Type: text/plain; charset=utf-8 X-Mras: Ok X-Spam: undefined References: <1380984869 DOT 923647002 AT m DOT mail DOT ru> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id r95H2U4Y024060 Reply-To: geda-help AT delorie DOT com 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 && $2ymin && $3: > > 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