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=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=ApfXXuUY3bPPwpR9lGluuz5ygGFF/ADEYFApmtRHbSk=; b=cTBzBqk4G7HCZh2FJHVsqpwK03hcNI+N9HXfKiIIa2OX5kKvErvJjZeouEo/DFVkRs aIZ29mdBh0tcWRxRPo5LrksI9ecznRPjOzK+CVRisxCUmLWImbjMbG2bV6NqS/XSKeqY /kDnVP7QHtFWx7EWpo3z+S91RiwUeSg9/1tm8hV5M9xrbP+TkCzTdQaQufrBCA8sMk/K HErnzq7FARc0fl2LSKWoK2ERauLDBIZmdo1Xeza3W01oT7pP1EwN4dRpim9yQUhw/Euh 5465sCUs9EdbhlE8xzYgBcJegiLcTr4kuARGHMOUvsY94xo0RtK+y/0t5js2xAcDWyH1 lSNw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ApfXXuUY3bPPwpR9lGluuz5ygGFF/ADEYFApmtRHbSk=; b=ohduB/gTU3Aa/zwA8sr6SCiSXp8O7wUHbLPSn70xOHDlQiWXeYBFNv8I3pqDL8T11E 2HPmfWKlPX6JJA367EAR6/0ej67jlgHdpwqCerRI8jwpW7uY2nU1qfwHoBUh5dVnODQR nRWASadHz0EYd+Tr9vyEDO4IAa1AMzSeXIOYG2FnAEU5oK2FgDTIXCOwozgADX447FKK 7MmiGyf2Tw6wvITuhMi/H5z8USFgz6sJwu+gPQOl3mNDx5KZS9ctolFGXWbcN9Ej3RFh uwjFEygZSkqCbb4Fu0yuNmqZ0ipJDMbdRBlZdYHb/4ApfyKt4aBp3SYRZmHw8n8xRl36 iN7g== X-Gm-Message-State: APzg51B0Blp41yxoFsJs5waGqj0Nqlw4pqLaTXNfHFCPgsfvwGGZl32F ztqPu8Ob09JJZntslw+rpEIzC5bG X-Google-Smtp-Source: ANB0Vdak5CSzswm5fUDbsGnUBwZ7wletX69QBHm1Cu5wj0IfNbT9SRxumBQpfKjTiZ8OBYpBsE92LA== X-Received: by 2002:a2e:99c3:: with SMTP id l3-v6mr16873969ljj.48.1535923222690; Sun, 02 Sep 2018 14:20:22 -0700 (PDT) Date: Sun, 2 Sep 2018 23:20: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] oval pins in pcb? Message-Id: <20180902232021.0382d56a3e3125c700e97e8c@gmail.com> In-Reply-To: <20180902210712.GA16772@haruka.lan> References: <20180902210712 DOT GA16772 AT haruka DOT lan> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; 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 Footprint below have on oval shaped pad. Element["" "0603" "C9" "100n" 3570.00mil 1560.00mil -81.50mil 26.50mil 1 100 ""] ( Attribute("device" "CAPACITOR") Attribute("manufacturer" "unknown") Attribute("manufacturer_part_number" "unknown") Attribute("vendor" "unknown") Attribute("vendor_part_number" "unknown") Pad[-4.92mil -25.59mil 4.92mil -25.59mil 29.52mil 20.00mil 35.52mil "1" "1" "square"] Pad[-4.92mil 25.59mil 4.92mil 25.59mil 29.52mil 20.00mil 35.52mil "2" "2" ""] ) On Sun, 2 Sep 2018 23:07:12 +0200 "Cyril Hrubis (metan DOT lists AT gmail DOT com) [via geda-user AT delorie DOT com]" wrote: > Hi! > I wanted to use oval copper shape for pins on my PCB layout, but looking > into pcb editor this does not seem to be possible at all. > > I tried to hack around that by adding a copper polygon in the footprint, > but it looks like the file format does not support having a copper in > footprints. And thinking about it it makes sense, since it cannot know > the layer it will belong to. > > I also shortly looked into the pcb source code, but I do not see how > this could be added easily enough. I suppose that we would have to add > two more string flags, something as "oval_horiz" and "oval_vert", but > then it looks like there are too many special cases all over the place > that would need to be adjusted. > > Or is there a better way? > > -- > Cyril Hrubis