X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=Xe6CDyBS8mWYpTpHYIGFT5v3/BZ0yg0lAjaN5ounR5E=; b=M1FOCouneyzdUQ0NaNqaF1rdr3SDlnOXwcCw5GvRNDiMj+gYZRP505VWVqL08xpse0 GyI8sGkz4AaLRKFMC3acYItakIYJ9wEEEqS+mMg7h7scTuIJdDdq+y8p0xEAhZtWnV75 zbnJy9kV+6Q9ntYr18Wls1QCbHh7FQ2Pgwrus= MIME-Version: 1.0 Sender: silicon DOT on DOT inspiration AT gmail DOT com In-Reply-To: <4F25943D.6070608@zepler.net> References: <4F25943D DOT 6070608 AT zepler DOT net> Date: Mon, 30 Jan 2012 07:38:01 +1100 X-Google-Sender-Auth: u1HxZOE7IHFZiEFO7ZLwgupFrDE Message-ID: Subject: Re: [geda-user] PCB unable to set grid increment finer than 0.0254mm From: Stephen Ecob To: geda-user AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 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 There's only a limited selection of grid sizes available from the menu. To select a non standard grid you have three options: 1. Use 'g' and 'shift-g' key to increase / decrease grid spacing in 5 milli-inch steps 2. Change the grid sizes available in the menu - it's just a matter of editing the text file "gpcb-menu.res" Look at the Message Log window after start up to see the location of this file. 3. Change the grid size setting inside your .pcb file. Open it in a text editor change the grid size on the lines that read like this: Grid[157.480315 0.0000 0.0080mm 1] Attribute("PCB::grid::unit" "mm") Attribute("PCB::grid::size" "0.04mm") IIRC the first line is just legacy support, you should be able to get away with just changing the "Attribute" lines. -- Stephen Ecob Silicon On Inspiration Sydney Australia www.sioi.com.au