X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to; bh=RyOmCMfLAItgB+k0DjTVNp2okQyqbD7XQqZEeBwN8Oc=; b=ifGCF4NJT3nG6ynxyOQMaOtS4835gKXovt1f4N1yDOg3K5h7Y/3giUI5qqBeH1PaHF Dp7nEmGVJNo9706VzUp7zjnvfy3NS7VdqEuXcEC9YsqApg9kC1yFuQ5StRiGksVHxcxb pVfpK3WHpIOXBX5wXTv0fDghWtfMvznDtN+RGykDYQfk8hJd7EJnLXMmWqOn2HnVlc7F O5jWUAMklBSDXMrWzyKZLWufFJezE9xZiovu9otu3226rVsJdCW59G7aqFStZXczWy5+ zxFIWq8qIFHqqHtkfyimfBKj8DkEYLjFRREF6av3hMHbdCDuwkD3FgnUlooQ30lhzdcR g7Fg== X-Gm-Message-State: ALoCoQlMdNC5ZYKVrFg9J2YzTBg5lIrOFTL9dz0WBaWpqnRbEm3mcgiIJn9RcMmitgk4vydjmGL+ X-Received: by 10.140.46.55 with SMTP id j52mr29286753qga.27.1408129663252; Fri, 15 Aug 2014 12:07:43 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1283) Subject: Re: [geda-help] changing pad clearance after layout From: James Battat In-Reply-To: <201408151757.s7FHvoTR016123@envy.delorie.com> Date: Fri, 15 Aug 2014 15:07:48 -0400 Message-Id: <5DB1AD2D-8B90-429C-B433-6C21CCD159D1@wellesley.edu> References: <201408151757 DOT s7FHvoTR016123 AT envy DOT delorie DOT com> To: geda-help AT delorie DOT com X-Mailer: Apple Mail (2.1283) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s7FJ7nU4032716 Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Thanks for the quick reply. I see that I can select all components manually on the board and then execute the ChangeClearSize() command (and I've been doing that), but I was wondering if it's possible to propagate the change to the 0805 footprint file to *all* 0805 components in the layout. Perhaps from the command line. i.e. something that amounts to a smart search-and-replace for all Pad[] entries in an Element[] entry that has the Description "0805". Also, re: best practices for making footprints -- is there an advantage to specifying clearance=0 vs. clearance=non-zero? Thanks as always, James On Aug 15, 2014, at 1:57 PM, DJ Delorie wrote: > > This is a FAQ: > > http://wiki.geda-project.org/geda:pcb_tips#the_polygons_are_shorting_my_tracks_what_can_i_do_about_it > http://wiki.geda-project.org/geda:pcb_tips#how_do_i_change_polygon_clearance > > There's also an action you can invoke from pcb's internall command box: > > MinClearGap - Ensures that polygons are a minimum distance from objects. > MinClearGap(delta) > MinClearGap(Selected, delta)