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=mime-version:date:message-id:subject:from:to:content-type; bh=aQDM+ItXCqH+q5OPPzgkWg0fgMBiKoeqYt41IvtD3PY=; b=ziNBraBtUvDfRkUoOqloj5u9h1iEYsuqcaJoH32Vc/3cFM8Wywg4t41EFt7X98Xfek vrA0AFR+iedujrt9nePKjGUWwByyvFuvPcMs59SCx5Pb0NX+DeVmo5G+4DpgzH1eanVS hYvM5fLZZHHsKzH9Ib8gMVANGQ/uGKJnAF3N1epITEsb4FsBaO+O81d1mRwWBtyCNEcS D4naVNVsjdnFB4BMvoNc7iySc3JU5nmRAQAnXWLcoxm9XLO7acMRTJQXgJMhxNmsL08V YTUYVwSh3ptQLLzPXnWIxlt5d1ipW4Bd7fS7szp0El3drgVe6cODUGEt1DT16JaN7M+A /D1g== MIME-Version: 1.0 X-Received: by 10.52.231.97 with SMTP id tf1mr20513440vdc.21.1434062324707; Thu, 11 Jun 2015 15:38:44 -0700 (PDT) Date: Thu, 11 Jun 2015 14:38:44 -0800 Message-ID: Subject: [geda-user] design rule check give wrong line width when silk lines are too thin From: "Britton Kerin (britton DOT kerin AT gmail DOT com)" To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com When silk screen lines are too thin, I get messages like this from DRC: Element CONN5 has 29 silk lines which are too thin (0.0000) Required: 0.2500 mm The actual lines are 8 mil (they are the strokes from default_font in PCB source). Setting the required size to 0.2 mm (> 8 mil) eliminates the warning. So it looks like the DRC message is the only thing wrong. I'm using 20140316 Britton