X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on ham01.websitewelcome.com X-Spam-Flag2999: NO X-Spam-Level2999: X-Spam-Status2999: "No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=unavailable version=3.3.1 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gibibit.com; h=Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding:X-BWhitelist:X-Source:X-Source-Args:X-Source-Dir:X-Source-Sender:X-Source-Auth:X-Email-Count:X-Source-Cap; b=Lt4VLBfXFa6PUiYizUk5JUaf0wNK506Yyey411YgGP3LNK6n6JEq0/gQR8DgZnFHPC6HERbn0lgJK/G6xK6s/9QIwi28u+tPl2Ky+zFWcFcCcVwKmkGsUx4C4cb23gFK; Date: Wed, 4 Jan 2012 15:04:37 -0800 From: Colin D Bennett To: geda-user AT delorie DOT com Subject: Re: [geda-user] PCB layout file doubts Message-ID: <20120104150437.056af02d@svelte> In-Reply-To: <20120104194726.0210a1e1.john@jcoppens.com> 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> <20120104194726 DOT 0210a1e1 DOT john AT jcoppens DOT com> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.6; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - delorie.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: spk.venturedesignservices.com (svelte) [65.61.115.34]:51961 X-Source-Auth: colin AT gibibit DOT com X-Email-Count: 1 X-Source-Cap: c2t5bGVuO3NreWxlbjtnYXRvcjI5Ny5ob3N0Z2F0b3IuY29t Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q04NZ9Vn015458 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 19:47:26 -0300 John Coppens wrote: > 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) You can use that old format, or the new format like I suggested. At least if you are using a recent pcb version. What version are you using? You can do: ChangeDrillSize(SelectedPins, 1.1mm) ChangeDrillSize(SelectedPins, 32mil) etc., which I find cleaner and less typing than supplying the units as a separate argument. > 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). That's odd. First, I don't get a dialog when I press ':', but just a combo box “Enter command: [ ]” which replaces the pcb status bar. Second, I have never had pcb crash on pressing ':'. What version are you using? Is it the GTK HID? Regards, Colin