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=b9Mwrmp1gB1MulgiWmUoTftRo6CpT94hH4NScyVhdfQ=; b=WDQL0cAkSLdJiurvQZwJ3wDFzlHFLvI6beG9pQY3tNrxozQ1pokXkMtWTrGzGXgqsA Qi1ImGIzyWE9OaLBwBugfuajpsB8WIiIyQnTKprBSqrUAGCYD5k12J1AVpRQ5QDv3+b0 SyNAnYp812m/JYKOeDX7y+uzclwRLJFAHYCT06/+2/ECFPKbn5QMRy9I53U07WhWzmxP Bf8wObYYJciVJOKhMEtUD4dJuiuOwhPUuulxDQAXAcNoPDrqVjKE9NdYDrr0muCnUqZ7 0lPLNkiQhdTDs/d6udDGxubvP/WmbXqgl0Qt2K5ky8f5n3NUE3gFXcIj2I4qii8N7CwP zeNw== 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=b9Mwrmp1gB1MulgiWmUoTftRo6CpT94hH4NScyVhdfQ=; b=JpMlAStMfDhX2uriuEnVaBr0ERW1xWeWOmp1CnYmne7fWFJTrNNL8yYt/1iRr84RG/ z2tZMpDzg78hvd4GOFiN9oDRBLLKXhSCqXcQ50AtzWManjVZyPN35AGewtnhbNTtQdCV 0okzd2P/s/QEMYTDZAedzp4uNu/QeLnUXUpKt2P4dtEzNY/jpebLQbsMZHjaAOzI4/Kf UoZdPUZC+4edBRMdtykP4u+lgWaBrse4ZAEYEt2t8YeYYXNvPnekOjSGE/jC07W3c/+T clGw1uMFG10bqRJnqg0qDj0r6fhIfbwBhHsFzAnbCZG48l9K74PLy5B/3bWsYq+I+KAo f9Tg== X-Gm-Message-State: AOAM530lalgynJY751Wio/lCd1eTRoEdeywpD06aejbuYjYbshzrWJL8 WHqcQa4oNzPho1BKtoBjMBBTsYbDPyvriA== X-Google-Smtp-Source: ABdhPJwXsfCqVrzoXF4DEEwTZg7spg3P6UB7cU3K8wjcEqAodn4UquoeXSyZVlgAtw0FgoKZS5xmDw== X-Received: by 2002:ac2:5f50:: with SMTP id 16mr955461lfz.420.1602006138241; Tue, 06 Oct 2020 10:42:18 -0700 (PDT) Date: Tue, 6 Oct 2020 19:42:15 +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: <20201006194215.5cf31fc25518b03a88cb4d80@gmail.com> In-Reply-To: References: <20201005230622 DOT 38e89fe7f870c827cc424103 AT gmail DOT com> 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 > ... I don't agree. Ideally the DRC would also be "net-aware" (aka > "connection-aware") so that it could have net-specific design rules, as > well as verifying that you haven't shorted any nets together. Yes it must be net-aware but it should only care about all copper objects. > It would be > nice to be able to set different clearances for high-voltage nets, or > different minimum trace widths for power nets, for example. Without doubt and DRC is more important than online guidance. > In terms of priorities, when I reworked the DRC I wanted to make sure that > it did what it already advertised accurately (which I believe it now does). That's good.