X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=E5TBS1eJDNAWdd5Rls/vn6G5WgeS0nadSXkm663t9AA=; b=cRoqLgzwE5z3Qx29VxEsZBu6ygemNh6SytqtZ4ePsHrJl91tp4NBhE0rfzwE26Dygq gSdhyBFDAw5ULgbyPjD78NsIyrhrusc2TOxY1R36w6j23T6oj2Uy4JnAxD2mdUoXiv8o /K8AqeG+MTmbnOGrj53UuBwA83ahbTIxaN2eJM5zcTGy8KwCA7OmCNLzINOTlxbElm+V 7PxVpGONxnHKIsYHofnemH7QYPBYRcCWP0NR2wvOP91DZh7KoIkcns7pUq3M1ExLpzOt focy7GEklDMU78e9Dw601WmRWaofmrSp8mNIWl/DE0EtFtZzZsYhIO0ugYre2yhfkfuY uubA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=E5TBS1eJDNAWdd5Rls/vn6G5WgeS0nadSXkm663t9AA=; b=dkjnChMLk7Jnl80gG0O5AwpkmqjwjVN6VF5S/xKf4t/YDGYZ0NsEcuAearrRy9Ev1m WQPq3luJ8aZuvlHbu4gMYP0WNm9jf/qIQgN8/1MgAG/1oCG5uOx06O1xjqjbn7IKW0cs hEE25PzP7hPRo4kdoX5LLiE4tV2nhABlyDVqIWCXb/ZTaGBixfrSp1kT+Gqujlj0wUdF 2SpmdcZ7vmJoh/RzsEJj5hG20yYOavRHTx35AiZO2AD/LL0nR3aysAf2/qR/OU5FXMua aVQesXg3p+RmzT7B9GwNs0reDM/Tv28Z/BLBb2PJMgPNSK66j4bziaIT15KPWhKC4VWh jmWw== X-Gm-Message-State: AOPr4FUOl4S71Bp6nddEiQGBjq7CUXEpsx00x8v2IDx6D4cVeq7agWWwC4JikmJKBI4xQQ== X-Received: by 10.112.146.164 with SMTP id td4mr12300833lbb.82.1462085409675; Sat, 30 Apr 2016 23:50:09 -0700 (PDT) Date: Sun, 1 May 2016 08:50:04 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Thermals for pads in pcb --> where is the code? Message-Id: <20160501085004.1a6d3b77d092e5430cf7f200@gmail.com> In-Reply-To: <23abdc31.72365e7a.572529a9.212e2@o2.pl> References: <23abdc31 DOT 72365e7a DOT 572529a9 DOT 212e2 AT o2 DOT pl> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-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 Do you happen to know where the long time ago patch is? > Hello, > Long time ago I remember playing around with a patch that added thermals to SMD pads. There were a few issues with it, however during normal work I figured out that in fact the most usable (maybe not only for me) thermals for pads are "solid" - the same as setting clearance to 0. Problem with just setting clearance to 0 is when You want to change clearance to a part of board (by selecting objects and doing :changeclearsize(selected, xx, mm/mil)) is that this breaks Yours connected pads also. > Stripped version for this patch that supports only "solid" thermals for pads is just a few lines of code (just tested it pcb opengl version). > My question: Do You think that adding it to mainline might be a good idea? If You want to use it OK, if not it does not breaks anything. > Best Regards, > Michael Widlok