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=23HCldUkCxMab82OXYDcWIeJ9+mSBBRxwOyivveuy0I=; b=FF13lzFd+c/q9SaoFRh/Rs68EJD7Zpsa4F4GVg6cMvvs/9kuqsg5hSBP2pehjBvIzE 5tDcOdMZ2QpYYJwFAyRhPIJo8tfRTp8PH6XJNdLXwVKzKAGsEbUy/nZe6PidoAV29g4p cg4dtwAOpK2SXSY1wH6lPHiT26kEjH4fIp3dCc4StzVJ9++iKb3HKaGAmudbCmNu6JCL I8xWc7eleZbK9lQ08dUYjJK+n9ZlS12JVoeDq4l7YPCCkO4KIhbq9AnMf5wbBxopLDVo cHI4ClTr6JJ8b3nG3QPq+Koee646fZgJ7GM2lKexkonb6waPnNnF+Hv9/b0ql4f5yGE2 gUzg== 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=23HCldUkCxMab82OXYDcWIeJ9+mSBBRxwOyivveuy0I=; b=rXYOrz0Z1XS3d/Tp8ofFAV9qLW6bFENgWbAl4e6AoxwiOBR87IgcCcqkQKfYHA14hi gndgaXy0Z8viMwd0XTChsabTfEItVPZbKuqxKSvQ/sMAjUwBlXop+I/hzH7+HaXRTHX6 w5u7ftmqi9xGTuiR0/Kh67EU1GrD9epWwKjXvNT52Gekf65XqqpGBt+n0dUkpJekp93j +163t8OoC86jEFuDHMvuFZH797FY4eTCLo3ymFGNz74T/IWnAMirQZh3t/icVujoGs3G gNTkmH1Hgdom9F5JFn6WoRnHNk4L74k3t0yHhoa4Hj26xuJeGyPP5B2lqmiljADs1XXr AWzg== X-Gm-Message-State: APf1xPBxEIc95+VJsTN+afJkCh65ChhuUStLimYA4LjVo++0OEjfAOn7 CR5WuX/R8bCCZ0VEvzqpjYFaLRVGDhgy3NjHPOc= X-Google-Smtp-Source: AH8x224SnhkitdirzZjwiujZUgXYodklaX9Va6hPqziMnUkocV/RPBaPeYK5XptCao35KFBTUVSAj6+my9mhtSAZqe8= X-Received: by 10.98.75.218 with SMTP id d87mr7198033pfj.11.1517844430365; Mon, 05 Feb 2018 07:27:10 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <6b863c7b-8139-d738-dd3c-af47ade1ce19 AT linetec DOT nl> From: "Chad Parker (parker DOT charles AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Mon, 5 Feb 2018 10:27:09 -0500 Message-ID: Subject: Re: [geda-user] Bug: PCB step quirks To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary="001a114615ca18aad8056478b28b" 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 --001a114615ca18aad8056478b28b Content-Type: text/plain; charset="UTF-8" Thanks for the report, I'll have a look. I suspect this will be a quick fix. Could you copy and paste this into Launchpad? Thanks, --Chad On Feb 5, 2018 7:25 AM, "Richard Rasker (rasker AT linetec DOT nl) [via geda-user AT delorie DOT com]" wrote: Hello, PCB appears to have a small bug with sizes and steps, at least when opening files with metric sizes. Here's how to reproduce it: - Save a .pcb file with e.g. a 0.1 mm grid setting, and quit PCB. - Start PCB, and open the file. - Grid is correctly set at 0.1 mm, units are correctly set to mm as well. - Press G to increase grid according to step size as defined in File -> Preferences -> Steps for the units used (0.05 mm in my case) - Grid does NOT increase to 0.15 mm as expected, but to 0.2270 mm - so the imperial step setting is used. (The same happens with other steps, e.g. line widths -- which actually is more annoying, because I sometimes only notice that I'm using the wrong line width after several minutes' work.) - Fix: choose View -> Grid Size -> 0.1 mm, and from then on, G (and Shift+G, and L etcetera) behave as expected. So after start-up, imperial step sizes are used, even if the file explicitly specifies metric sizes. This is somewhat annoying because one always has to explicitly set the grid size via the View menu before doing anything. Also, it appears that the Route Styles option "Save as Default" for new designs does not work(*). PCB always starts with the same (imperial) Route Styles and default sizes. This latter is not so much of a problem any more, because I created a script 'pcbcreate' which takes a project name, and then copies PCB, gschem and BOM template files to the project directory, with several attributes already set correctly. *: This has been mentioned here before, IIRC Anyway, it's not really a big deal, just a small bug... Best regards, Richard --001a114615ca18aad8056478b28b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks for the report, I'll have a look. I suspect th= is will be a quick fix. Could you copy and paste this into Launchpad?

Thanks,
--Ch= ad

On = Feb 5, 2018 7:25 AM, "Richard Rasker (rasker AT linetec DOT nl) [via g= eda-user AT delorie DOT com]" <
Hello,

PCB appears to have a small bug with sizes and steps, at least when opening= files with metric sizes. Here's how to reproduce it:

- Save a .pcb file with e.g. a 0.1 mm grid setting, and quit PCB.
- Start PCB, and open the file.
- Grid is correctly set at 0.1 mm, units are correctly set to mm as well. - Press G to increase grid according to step size as defined in File -> = Preferences -> Steps for the units used (0.05 mm in my case)
- Grid does NOT increase to 0.15 mm as expected, but to 0.2270 mm - so the = imperial step setting is used.
(The same happens with other steps, e.g. line widths -- which actually is m= ore annoying, because I sometimes only notice that I'm using the wrong = line width after several minutes' work.)
- Fix: choose View -> Grid Size -> 0.1 mm, and from then on, G (and S= hift+G, and L etcetera) behave as expected.

So after start-up, imperial step sizes are used, even if the file explicitl= y specifies metric sizes. This is somewhat annoying because one always has = to explicitly set the grid size via the View menu before doing anything.
Also, it appears that the Route Styles option "Save as Default" f= or new designs does not work(*). PCB always starts with the same (imperial)= Route Styles and default sizes.
This latter is not so much of a problem any more, because I created a scrip= t 'pcbcreate' which takes a project name, and then copies PCB, gsch= em and BOM template files to the project directory, with several attributes= already set correctly.

*: This has been mentioned here before, IIRC

Anyway, it's not really a big deal, just a small bug...

Best regards,

Richard

--001a114615ca18aad8056478b28b--