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=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Wr8d6i/aqnv+Uddboj5nAXa4dAn5mtEL7YEAtDwBgDQ=; b=dHtI9sQ+vefhWH5fKKKHfgT414SFSkPClXKu4GxNZoArfUyAzu0xXXugxIvlIFSsDG z6lN4TlEm9W1ZnNNqMrRehJ5YPyy+DhtMQCq/qN6lH/cohHjM1do9LT91raJHyPjwQCj rjTKJNAVUd+H4MW9p02zW8rGnJgyffttCisuaVEXv5gPsRnWlGzGLqT2nZVQMdfBfC1Y vcEnuweGRwe0WOwwSyrYUQYD7F0XtDOsNtHCu5V8PIg7KQhmwPGZ9sxR5zXuRCUbSgys VTUqAgHp8E+aFKheBwrkU6mr7LFH3ZkVchCr+MyiTkvYyDSY8CYGihLFiEmYUKh5jRXA znug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=Wr8d6i/aqnv+Uddboj5nAXa4dAn5mtEL7YEAtDwBgDQ=; b=nIcWw+jYh0fWmkys0yWJ9N7c5t05r7Zx2QzbTaYwUxKnRLFxIW1HRmwRyZhvk9OWCm GObSjPOY7NP4E8EsHRwi9Qi1YE+YgDD1Che4ULMayilfv04IjhbRH2ivsHnrw/OsVxBQ S/62UuvHtVJv15jSqTzKlINkfAn8hGAqyvHq+v9UhYW73GmRsMvnhMP36nmgj4NcGBEM BvvkXF6BKGktGgN8180mjphu46g5JeWr7RnhXpAekb6Q/DxhyFEKmdKST8DlN2JEMFo7 gDipG40LDCDuyZ4h2alV+fQA6AWksiQExyzDJ4ehYkiNUolnyO5ptx3MrnnWhZ9RHODJ ltng== X-Gm-Message-State: AG10YORih0G5bvaYxvoG3eb6wuELtjL8QXbPmSTMeMn/N1cXiLdy2/ibLJQgF/yHg8af79ox7+BCEKFYw7yQGw== MIME-Version: 1.0 X-Received: by 10.60.35.163 with SMTP id i3mr914878oej.27.1455712237544; Wed, 17 Feb 2016 04:30:37 -0800 (PST) In-Reply-To: <56C43FA3.4090904@envinsci.co.uk> References: <56C43FA3 DOT 4090904 AT envinsci DOT co DOT uk> Date: Wed, 17 Feb 2016 12:30:37 +0000 Message-ID: Subject: Re: [geda-user] settings file for pcb? From: "Peter Clifton (petercjclifton AT googlemail DOT com) [via geda-user AT delorie DOT com]" To: gEDA User Mailing List Content-Type: multipart/alternative; boundary=089e0118427ad0717f052bf66afc 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 --089e0118427ad0717f052bf66afc Content-Type: text/plain; charset=UTF-8 ~/.pcb/preferences contains DRC vaules.. Looking on my system, it appears there may be some breakage though... min-width = 1 px min-silk = 1 px min-drill = 15.00 mil min-ring = 10.00 mil Hmm - what has pixels got to do with anything... BUG? (it gets read in as 0.1mil .actually, but emitting px is wrong) Anyway - try editing that file.. see if it updates things. Be aware that some preferences are saved between PCB runs (but a quick check suggests these DRC clearances are not updated in the file, so should persist once you edit the file). If you create a new design with the old gsch2pcb flow, the defaults it starts with come from a hard-coded template PCB file in the netlister back-end, but as you specifically said "new instance of pcb", I assume you're actually just starting a fresh copy of pcb with no design loaded. (And perhaps using the import schematics functionality to create your new design?) Peter On 17 February 2016 at 09:38, Matt Rhys-Roberts ( matt DOT rhys-roberts AT envinsci DOT co DOT uk) [via geda-user AT delorie DOT com] < geda-user AT delorie DOT com> wrote: > I'm trying to pre-set the default DRC settings on my old version of pcb > (20110918 Compiled on Jul 2 2013 at 11:26:16). > > There is nothing I can do to make pcb remember any kind of DRC settings > from project to project. What you tell me should work, doesn't. > > Please can anyone tell me what settings/config file to create or edit, so > that every time I open a new instance of pcb, the DRC settings are just > there? Or doesn't it work that way? > > Kind regards, > Matt. > --089e0118427ad0717f052bf66afc Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
~/.pcb/preferences contains = DRC vaules..

Looking on my system, it appears there may be som= e breakage though...

min-width =3D 1 px
min-silk =3D 1 px
min-= drill =3D 15.00 mil
min-ring =3D 10.00 mil

Hmm - what has p= ixels got to do with anything... BUG? (it gets read in as 0.1mil .actually,= but emitting px is wrong)

Anyway - try editing that file.. se= e if it updates things.

Be aware that some preferences are sav= ed between PCB runs (but a quick check suggests these DRC clearances are no= t updated in the file, so should persist once you edit the file).

If you create a new design with the old gsch2pcb flow, the defaults it = starts with come from a hard-coded template PCB file in the netlister back-= end, but as you specifically said "new instance of pcb", I assume= you're actually just starting a fresh copy of pcb with no design loade= d. (And perhaps using the import schematics functionality to create your ne= w design?)

Peter



On 17 February 2016 at 09:38, Matt Rhys-Roberts (matt DOT rhys-roberts AT envinsci DOT co DOT uk) [= via geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote:
I'm trying to pre-set the default DRC settings on my old version = of pcb (20110918 Compiled on Jul=C2=A0 2 2013 at 11:26:16).

There is nothing I can do to make pcb remember any kind of DRC settings fro= m project to project. What you tell me should work, doesn't.

Please can anyone tell me what settings/config file to create or edit, so t= hat every time I open a new instance of pcb, the DRC settings are just ther= e? Or doesn't it work that way?

Kind regards,
Matt.

--089e0118427ad0717f052bf66afc--