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=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=i5jZGJngjyr29H8Kg+r7amfkaFbZlMIuxaTgfn8xc3g=; b=cJ0cM3p6zHnqarugDFz0Fid0wWPvp7C4CbxsVJ1Ww91jyuhZnmCEn+7VScJvC2rfrn iYMYikF2q7pKCybJ0EKQHspKdWdJxkh23/ZH8TaJk5eMQ0UMA5+Nv/499S8dhAod2/dY XgSJHYHX2N/3gPlw+SC6ipYIYpgWy+/ZkcSCEc0KvrlNbZkE7YtEJOwnWKjEcIR6AzYD jn0jsuJpltV3SHiOwssUIUCW5/tGP1v7WlIMS6pOS5NY9OZL9hmtTepbGkV8VfYnl7aX LGo+aUceIG6iqsSpaJVZIo2k0eql0GAzWp8CkP2m+7f9RGdC2+aWmAtFsGShsMXrimtk 1XNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=i5jZGJngjyr29H8Kg+r7amfkaFbZlMIuxaTgfn8xc3g=; b=gRUx/hQpR5vsVNdiR52kZhjJdBhLRZs3yT0vv3u4dCRJnTn2YxmEfbvny/Tmq9NNhK ReWiF+1CpT2p/8CgCmtbVQVYoE5ba1A+tLnnjdvNkpJpEs7MaXDY+pyqS/n3LilQ3gc4 4tzq3UfXFg8Z+0jW7i6OMTJ9INCuCO5zTpuUJh8ECHS+Ek/fSNF42C3vJL0TBc3lkC5A tQ2UwJy1BRaBvHyH1YfAwLQWUEMCUNRWbFyi1iyWkF4WpnXdBYmE8j4Fq5Bqcws/JsKl y5pfU48n0jrlOBVgDn2kNHE5figFxRoOuyDKIIL6FudRr7V9KA7WwofxJ4cTqRel+69N 5ahA== X-Gm-Message-State: AOAM530oLq+2qzzH5dGCmLJr/OgOqpNgbSbizfPJsdJUqfHWphDccjLR XOZwZvgnzV8Tp5E1QVgUMFyfEZ2evAJhbQ== X-Google-Smtp-Source: ABdhPJybcEoONjOY3d5xe4XYxW6OELDC8P47lEfHphUAqqt7hkWy8A1eRfsmBREshEtjxYI6UQ4mXA== X-Received: by 2002:a05:6512:32b6:: with SMTP id q22mr491332lfe.160.1601931985448; Mon, 05 Oct 2020 14:06:25 -0700 (PDT) Date: Mon, 5 Oct 2020 23:06:22 +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] PCB connect pad to plane Message-Id: <20201005230622.38e89fe7f870c827cc424103@gmail.com> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; 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 > On Mon, Oct 5, 2020 at 6:40 AM Chad Parker (parker DOT charles AT gmail DOT com) > [via geda-user AT delorie DOT com] wrote: > > > > If you set the clearance of a pad to zero inside a polygon, you should get a "Pad with insufficient clearance inside polygon" error, not a "copper areas too close error". If you're getting the latter, that's a bug and we should fix it. Are you building from source? Have you run the tests? The DRC now has a pretty comprehensive set of test cases, and I would expect this to be flagged. A quick test with 4.2.0 on Win10 flags this correctly. > > It's the insufficient clearance one > > > It should, however, throw an error. It is technically breaking a design rule, even if you're doing it intentionally. The consequences of making such a connection unintentionally is quite high, and so it's safer, IMO, to throw the error and have you verify that the connection is intentional. > > thinking about the overall issue for more than half second I agree. > It happens to work out well for ground plane and ground pads but there > are other cases. This is sort of another issue that comes up because > DRC and connection are sort of unaware of each other I guess. DRC should care about copper only unless there are special flag or similar indicating it is OK of course. Nicklas Karlsson