www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2018/02/09/06:46:52

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=mime-version:in-reply-to:references:from:date:message-id:subject:to;
bh=rGXbYxFkEc4p0CgaSKTThROj1+2l+YW9iPYjA7HodLI=;
b=UGpRg4QovwShIRuzMCwpSuPmE88WKTDYXCvbSCKvnSFAXjSKUDnnWaEyxnlMmEcWRY
25Y5Zpt+OA8UfkZP2bBmMeJGM0g2Tn0mt4fyxWYunaQOCvFNr2AN89goJUpYvCXpstQM
6x1rPa6llryn4toXp8xu/XjIOA/frPuCWCnJJgAyxy26GKwj6ySwP/foANevdkRFBAoz
StmA9uoXxf8MbSHceyKpZvLthL+7ioSeX3uEBg6dftQRbruk9ZeRiiKydCuTbMHSqMTp
ItkXuHgty7E6C/JPd3nThmr2OS+7ZCg3pkfqKYRkV96XIBBYvVsnfZETJLAbtdMEyzCD
Hl/A==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:mime-version:in-reply-to:references:from:date
:message-id:subject:to;
bh=rGXbYxFkEc4p0CgaSKTThROj1+2l+YW9iPYjA7HodLI=;
b=BNYm+2jbKqf6QQ93dHQw+OMBtuU7wUU23VGPd6wa4meTES1nWLa9ywjw/+5y9ULuZh
ITbbidMdIFH7YepSlHUnNz++ELG/SGn9HXl+qC0f+InqrCtWNkNb1zhcBlYs1EpFDGqS
rugygY5+3MBNFTfv7LEuoNGoC+VXIO1lVW552EXP6wk7kOP/t3tlLjycyskrxp2HHhv/
KofY5pLd9WgTScDdi4mBhXqy06N/yVLEpkc8nfT7hmSCK91BiA6jiKTDdTaNiQkN8wRy
HMU/Xxp4cKuuZQsxNXYkNAX4ql/kL5FLyom1sqGo5LNT7PUR8dLdQShy0bBmyOfX4LLl
OvDg==
X-Gm-Message-State: APf1xPAbmngF8T+tN7LJbiCWzlQhkAD3LHIXHg2tu/At1FYC6suPUGvI
eb9zD4KuMebPKDYGrBaGDGWMUMCuoJLECG+hcMk=
X-Google-Smtp-Source: AH8x225V0UwBr0jBz28Jr591bOXXyIKu9fAQsVzty+daIWlydRmNiMXIh2nBq7Ycu+xEUTqzyO87ZvGgV7xVNc8H48s=
X-Received: by 10.36.162.13 with SMTP id j13mr3263841itf.74.1518176745040;
Fri, 09 Feb 2018 03:45:45 -0800 (PST)
MIME-Version: 1.0
In-Reply-To: <c3aa1897-3806-3f72-feef-85551a63c2db@linetec.nl>
References: <c3aa1897-3806-3f72-feef-85551a63c2db AT linetec DOT nl>
From: "dmn (graahnul DOT grom AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
Date: Fri, 9 Feb 2018 14:45:44 +0300
Message-ID: <CAAKZVJ=kfU1mh7HX7me3Nb1j97o1mR-mVmkSfaXW5bma8W4biA@mail.gmail.com>
Subject: Re: [geda-user] Another PCB grid step question
To: geda-user AT delorie DOT com
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

On 2/9/18, Richard Rasker (rasker AT linetec DOT nl) [via
geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote:
> Hello,
Hello, Richard.

> I myself predominantly work in a 0.1 mm or 0.05 mm grid, with occasional
> excursions to 0.5 mm. For this reason, I have my step size fixed at 0.05
> mm. If I want to go from 0.1 to 0.5, I have to hit the G key 8 times, or
> even 18 times to get at 1 mm (or take the scenic route through the menus).

It could be helpful to define a custom menu and add keybindings
to quickly switch between favorite grid sizes, for example:

{"My Grids" m=g
  {"0.01 mm" checked=gridsize,0.01mm SetUnits(mm)
SetValue(Grid,0.01mm) a={"" "Alt<Key>z"}}
  {"0.05 mm" checked=gridsize,0.05mm SetUnits(mm)
SetValue(Grid,0.05mm) a={"" "Alt<Key>x"}}
  {"0.5 mm"  checked=gridsize,0.5mm  SetUnits(mm) SetValue(Grid,0.5mm)
 a={"" "Alt<Key>c"}}
  {"1 mm"    checked=gridsize,1mm    SetUnits(mm) SetValue(Grid,1mm)
 a={"" "Alt<Key>v"}}
}

Regards,
Dmitry.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019