Re: [Kicad-developers] [PATCH] Tkinter doesn't working in Pcbnew

2018-07-10 Thread Константин Барановский
Thank you, Jean-Pierre. вт, 10 июл. 2018 г. в 18:59, jp charras : > Le 08/07/2018 à 06:18, Константин Барановский a écrit : > > The Tkinter module is the standard Python interface to the Tk GUI > toolkit. > > Inside KiCad Tkinter doesn't work and gives next error: > > > > from Tkinter import

Re: [Kicad-developers] Dublicating schematic symbols in Kicad 5

2018-07-10 Thread Jeff Young
And if you have a chance, please go to: https://bugs.launchpad.net/kicad/+bug/1740717 and click the “Does this bug affect you?” link. Thanks, Jeff. > On 10 Jul 2018, at 09:35, Maciej Suminski wrote: > > Hi Attila, > > There is a right-click

Re: [Kicad-developers] [PATCH] Tkinter doesn't working in Pcbnew

2018-07-10 Thread jp charras
Le 08/07/2018 à 06:18, Константин Барановский a écrit : > The Tkinter module is the standard Python interface to the Tk GUI toolkit. > Inside KiCad Tkinter doesn't work and gives next error: > > from Tkinter import * > root = Tk() > Traceback (most recent call last): >   File "",

Re: [Kicad-developers] [PATCH] qa_geometry tests

2018-07-10 Thread John Beard
Hi Wayne, (Feel free to tell me to come back to this later if busy with v5!) On closer inspection, qa_geometry is NOT a general test of geometry code, but rather a few tests to ensure that some refactored code (SHAPE_POLY_SET) matches the original CPolyLine-based code. As for the fillet code

Re: [Kicad-developers] Dublicating schematic symbols in Kicad 5

2018-07-10 Thread Maciej Suminski
Hi Attila, There is a right-click context menu that should let you cut/copy/paste symbols between libraries, including project specific ones. I think the way of renaming symbols has not changed, i.e. you simply modify the Value field. Cheers, Orson On 07/10/2018 02:56 PM, Attila Kinali wrote: >

Re: [Kicad-developers] [PATCH] qa_geometry tests

2018-07-10 Thread Wayne Stambaugh
I'm not sure what bothers me more, the fact the test fails or the fact that the test used different fillet code as the pass/fail criteria rather than a hard coded known correct test. Which fillet code was/is correct? We really do need to start doing a better job with our geometry tests and

[Kicad-developers] Dublicating schematic symbols in Kicad 5

2018-07-10 Thread Attila Kinali
Hi, I've been trying out rc3 the last couple of days and stumbled over one (minor) detail. Previously, when I wanted to create a new schematic symbol, I used to choose one that is suitably close to what I need (often there was already a symbol for the same part in a different package or a similar