[Kicad-developers] Routing algorithm used in PCB

2017-08-27 Thread Arun Kumar
Hi Team, Which PCB routing algorithm are used in PCB designing in Kicad? Thanks Arun ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More

Re: [Kicad-developers] Stable release 4.0.7 status.

2017-08-27 Thread Wayne Stambaugh
Thanks everyone for getting this ready. I will do my best to get the release announcement done tomorrow unless there is a reason not to. Cheers, Wayne On 8/27/2017 3:30 PM, Piotr Esden-Tempski wrote: > Hi Adam, > > I have tested the 4.0.7 version from the testing directory. It seems to be >

Re: [Kicad-developers] Calling PCB_DRAW_PANEL_GAL::SyncLayersVisibility from python?

2017-08-27 Thread Greg Smith
Tested: kicad-r8452.e3c64f1f0-x86_64.exe Great job! LayerViewSet now works without having to manually change the canvas type. It has gone back to function similar to 4.0.6 stable, requiring the cursorto enter the GLCanvas window to see the layer updates. In the case of LayerViewSet,

[Kicad-developers] [PATCH] PL Editor UI improvements

2017-08-27 Thread Michael Kavanagh
Dear All, I am a university EEE student looking to start contributing to the KiCad project. I have little/no experience with such large coding projects so am starting small. Through my summer internships I have gained some good experience with "Enterprise Class" EDA tools. Please find attached my

Re: [Kicad-developers] [RFC] Proof of concept of mathematical expression input for text fields.

2017-08-27 Thread Marco Ciampa
On Sun, Aug 27, 2017 at 04:06:50PM -0400, David Novak wrote: > On 8/27/2017 11:03 AM, Russell Oliver wrote: > >Hi all, > > > >Attached is a patch that allows for the use of a mathematical expression > >when editing the value field of components in Eeschema. > > > >If editing the value field and

Re: [Kicad-developers] [RFC] Proof of concept of mathematical expression input for text fields.

2017-08-27 Thread David Novak
You might consider muparser. David On 8/27/2017 11:03 AM, Russell Oliver wrote: Hi all, Attached is a patch that allows for the use of a mathematical expression when editing the value field of components in Eeschema. If editing the value field and the entered string begins with an equals

Re: [Kicad-developers] Stable release 4.0.7 status.

2017-08-27 Thread Piotr Esden-Tempski
Hi Adam, I have tested the 4.0.7 version from the testing directory. It seems to be working fine for me. I have poked around a bunch and everything seems to be working. Platform: Mac OS X (Darwin 16.7.0 x86_64), 64 bit Cheers, Piotr > On Aug 27, 2017, at 6:19 AM, Adam Wolf

Re: [Kicad-developers] Stable release 4.0.7 status.

2017-08-27 Thread Nick Østergaard
It copied it to http://downloads.kicad-pcb.org/osx/testing/ such that people can try to grab it. 2017-08-27 15:19 GMT+02:00 Adam Wolf : > Hi folks, > > Updated 4.0.7 packages are in osx-staging-stable on the server. If > someone could test that they open up and

Re: [Kicad-developers] [RFC] Proof of concept of mathematical expression input for text fields.

2017-08-27 Thread Greg Smith
Anyone know how to expose this to python? Maybe incorporate https://pypi.python.org/pypi/cexprtk/0.2.0 ? Greg S. > On Aug 27, 2017, at 10:03 AM, Russell Oliver wrote: > > ExprTk ___ Mailing list:

Re: [Kicad-developers] [RFC] Proof of concept of mathematical expression input for text fields.

2017-08-27 Thread Marcos Chaparro
I don't see myself using it in eeschema, but having this in the footprint editor or pcbnew would be awesome. Calculating the (x,y) of a pad often requires some simple math. Freecad has this kind of math parser, very useful. Marcos On Sun, Aug 27, 2017 at 12:03 PM, Russell Oliver

Re: [Kicad-developers] Stable release 4.0.7 status.

2017-08-27 Thread Adam Wolf
Hi folks, Updated 4.0.7 packages are in osx-staging-stable on the server. If someone could test that they open up and seem to work OK they're ready to go, otherwise I am unfortunately busy today and will not be able to test them until tomorrow. If someone else tests them and they seem OK they

[Kicad-developers] [PATCH] PcbNew Eagle Plugin: Remove layer restriction on some graphic items, fix undrawn items and place values on fabrication layers.

2017-08-27 Thread Russell Oliver
Hi All, Attached is a patch that does some minor code changes in the PcbNew Eagle plugin which solves a few issues I encountered while testing the eagle schematic plugin and project import feature. The first was that some footprints such as Wifi trace antennas use graphic lines to form the

Re: [Kicad-developers] Calling PCB_DRAW_PANEL_GAL::SyncLayersVisibility from python?

2017-08-27 Thread jp charras
Le 27/08/2017 à 08:54, Greg Smith a écrit : > Thank you!! > > Just curious: yesterday's (aug 26) nightly has the number: db3491f3 > > > > Yet the windows nightly has: > >

Re: [Kicad-developers] Calling PCB_DRAW_PANEL_GAL::SyncLayersVisibility from python?

2017-08-27 Thread Greg Smith
Thank you!! Just curious: yesterday's (aug 26) nightly has the number: db3491f3 Yet the windows nightly has: kicad-r8450.db3491f38-x86_64.exe Any idea why the windows nightly has the extra "8" after db3491f3? I'll wait for the Aug 27 nightly build and test it out with my python scripts. I

Re: [Kicad-developers] Calling PCB_DRAW_PANEL_GAL::SyncLayersVisibility from python?

2017-08-27 Thread jp charras
Le 23/08/2017 à 16:27, Greg Smith a écrit : > Better formatting: > > How do you get PCB_EDIT_FRAME functions exposed to python? > > I've been looking around the source code to > see how to expose them. Specifically,  > PCB_EDIT_FRAME::syncLayerVisibilities, and other PCB_EDIT_FRAME functions. >