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:from:content-type:content-transfer-encoding :subject:date:message-id:to:mime-version; bh=VPNRyKv7qsO+T+ZGUbLiDd47Wc/DqgGGj6X9kPfged0=; b=Mwj9Ypq+m8L6ynR/JK4FPZ6N396xf+cwmg9Sh2py20Vg5gSnAkmbOl57+yPjkS5T+U TifwXnjvZMIEPuKzV7xyjuQ09YiAkh7xNhE4loRCn1lYEudE5SLj6QZwIT9/keM3gHwK qpgZ5KqcIGy50i6aIYMCGFycnp+DclYH4LjFV1DPGIzS9W7WZg2fZB72l7ZP/YCDZmt5 Yi8Eb/qlu0MYVpHXMJ5k+E8VMUm+fF2TTXZkteDfkMpfW72OrUpwvPCnf6ryjxezDqlz phTRxc9rEYNMx6Wu7CHrTB2pUJYWLqhbQe0WAiXLwZeOUVuMQTveSVPMeu3b1E4L+8A4 gU7w== X-Gm-Message-State: ALoCoQkGM8k9x78j6lc//AJK1QQRtob3iraaRMuas3eqxziCNzG0cCMv1AsvogLGRVS0PEiIQZH3 X-Received: by 10.224.95.74 with SMTP id c10mr29062269qan.35.1408124774623; Fri, 15 Aug 2014 10:46:14 -0700 (PDT) From: James Battat Content-Type: text/plain; charset=us-ascii Subject: [geda-help] changing pad clearance after layout Date: Fri, 15 Aug 2014 13:46:19 -0400 Message-Id: To: geda-help AT delorie DOT com Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s7FHkMPD027967 Reply-To: geda-help AT delorie DOT com Hi folks, Two related questions: First: After laying out my board in pcb, I added a copper pour for a top-side ground plane. I see that the ground pour does not leave clearances around my 0805 pads. I then noticed that the 0805 footprint that I was using has zero clearance. e.g. one of the pad definitions is: Pad[-4000 500 -4000 -500 4000 0 5600 "1" "1" "square"] I have edited the footprint file to introduce a pad clearance (I just changed the 0 to 10mil), but how do I then propagate that change into my layout, without laying out the board again? I tried re-running gsch2pcb then re-doing the copper polygon, but that did not introduce a clearance around the 0805 pads in the layout. Second: Also, I apparently laid down some traces (lines) without the "New lines, arcs clear polygons" option checked, so some of my lines have clearances for the copper pour, but others do not. Can you recommend a way to efficiently add clearance for a set of lines? Thank you, James