X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=jcoppens.com; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=jcoppens.com; b=gDMO7wmTiUsw5CLHCMsn7K3weU6RVzgiJbc1qTUHDvMtUUHD9zsff4G6X4+AS wRk4/r5MA6b3n/SQ0/9Mdw+O2KGPronkpd811OisIVYFzyI1NoQKiVTRZfo1E3oj MvdB03JeERkR3MhUar7rqj1tBKjeCaD6mHN3b6tbTQyVas= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jcoppens.com; h=date:from :to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=jcoppens.com; bh=lZGH wtpHcCGpC7OoBK6k7PJxNqI=; b=KxSr8nlzPh4F443n9+xvOlqKAIQkA1uxKsnA ZhMS99+EiE7xmf3ZrD3ZzKgkfSjppKcFF+0aDFZewy+zykO+L5dvS+8MWOq+Jswe p1cXggZsQXHU/9CjpA+aE/agDvkt3ODNv3ECH/TdKmpWciHaru8Pew46FhQ4cG/w tQ6ZG8Y= Date: Wed, 4 Jan 2012 19:47:26 -0300 From: John Coppens To: geda-user AT delorie DOT com Subject: Re: [geda-user] PCB layout file doubts Message-Id: <20120104194726.0210a1e1.john@jcoppens.com> In-Reply-To: <20120104132110.6e3985c3@svelte> References: <20120102003737 DOT c1bc3a96 DOT john AT jcoppens DOT com> <201201020416 DOT q024GBUE031909 AT envy DOT delorie DOT com> <20120102110533 DOT 4f0f0b48 DOT john AT jcoppens DOT com> <4F01D16B DOT 2020808 AT ecosensory DOT com> <20120102152849 DOT 0c3592fe DOT john AT jcoppens DOT com> <20120104132110 DOT 6e3985c3 AT svelte> X-Mailer: Sylpheed 3.1.2 (GTK+ 2.24.4; x86_64-unknown-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 Wed, 4 Jan 2012 13:21:10 -0800 Colin D Bennett wrote: > Just select the > pins/traces/whatever you want to modify (or even the whole > layout) and do something like: > > :ChangeDrillSize(SelectedPins, 32mil) Hi Colin, If not mistaken, the format is ChangeDrillSize(SelectedPins, 32, mil) (it seems to accept mils too) The motive I dislike using commands is that I already had more than ten crashes on calling the dialog (pressing ':'... See previous in this same thread). John