X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Envelope-From: paubert AT iram DOT es Date: Mon, 3 Mar 2014 21:36:23 +0100 From: Gabriel Paubert To: geda-user AT delorie DOT com Subject: Re: [geda-user] Update a footprint in PCB without replacing parts? Message-ID: <20140303203622.GA6726@visitor2.iram.es> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Spamina-Bogosity: Unsure X-Spamina-Spam-Score: -0.2 (/) X-Spamina-Spam-Report: Content analysis details: (-0.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4253] 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 Mon, Mar 03, 2014 at 01:49:29PM -0500, Rob Butts wrote: > I have a layout done but many of the footprints solder masks are too big. > I'd rather not have to do Shift-Ks on each pad. Can I change the footprint > definitions and have PCB recognize the changes without having to > delete-save-gschem2pcb-add said components? Apart from the suggestions given elsewhere (hand editing, reloading the file), another possibility under the GUI is: - make only the pins/pads visible (hide layers, silkscreen, vias) - show the soldermask layer - select all the pins/pads of the same size, very often this can be done quickly by selecting an area - use the command line interface ":" and type: changeclearsize(selected,new_value) where new value, could be 0.375mm for a 0.6mm pad (this gives 75um clearance). Annoyingly, the interface for solder mask value is different from the interface for copper clearance: you have to enter half the radius of the solder mask (for a circular pin) or half the width for a square or rectangular pad. Gabriel