X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on ham02.websitewelcome.com X-Spam-Flag2999: NO X-Spam-Level2999: X-Spam-Status2999: "No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gibibit.com; h=Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding:X-BWhitelist:X-Source:X-Source-Args:X-Source-Dir:X-Source-Sender:X-Source-Auth:X-Email-Count:X-Source-Cap; b=ZTbQZ/JImsuzkyQ7duGtmq9d+6uKgC/WZfp9fiA8UDBE4+6XtMXkckH/USLjGfzsPJqHhMe4gjvA5C0ElPgfbCn+T65qiZD2iRhJ0uCxEW8uSPhdlfIrXB/erssk6bth; Date: Mon, 30 Jan 2012 08:59:47 -0800 From: Colin D Bennett To: geda-user AT delorie DOT com Subject: Re: [geda-user] PCB unable to set grid increment finer than 0.0254mm Message-ID: <20120130085947.43677c8e@svelte> In-Reply-To: <20120129202457.GD29626@malakian.lan> References: <4F25943D DOT 6070608 AT zepler DOT net> <20120129202457 DOT GD29626 AT malakian DOT lan> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.6; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - delorie.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: spk.venturedesignservices.com (svelte) [65.61.115.34]:7550 X-Source-Auth: colin AT gibibit DOT com X-Email-Count: 2 X-Source-Cap: c2t5bGVuO3NreWxlbjtnYXRvcjI5Ny5ob3N0Z2F0b3IuY29t Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q0UHqIZM030086 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 Sun, 29 Jan 2012 12:24:57 -0800 Andrew Poelstra wrote: > On Sun, Jan 29, 2012 at 06:47:25PM +0000, Chris Smith wrote: > > Hi, > > > > I'm having a problem with PCB (compiled from git head) using > > GTK. In the Increments preferences panel it won't allow me to > > set a grid or size increment finer than 0.0254mm. I notice the > > same thing for the line/clear increments, but here the limit is > > 0.0127mm. > > > > Does anyone know if there is a reason for these limits, and how > > I can change them? > > > > There is no reason -- IIRC, those limits were already there when I > changed the code to use the new "XXX mm" spin-boxes. You can > change them from the source... > > BUT, the 'increments' panel does not do anything. This is a > longstanding bug, which has gone unfixed because nobody has taken > the time to decide what to do for default values (and limits), > now that we have a plethora of different units to choose from. > > See: https://bugs.launchpad.net/pcb/+bug/699464 Well, the proper way to fix this problem is to implement the superior grid system as in Bug #724154, ”[enh] New grids for GTK PCB”. < https://bugs.launchpad.net/pcb/+bug/724154 > Ping! Does anyone else crave this patch? It is so much better than the current grid system. I haven't tried to apply the patch for a long time however... it probably needs some love since the nanometer conversion at least. The concern about how to store the new, enhanced grid settings is lessened since we're now using the Attribute[] pcb file format feature to store the basic grid information. Regards, Colin