[Kicad-developers] Very slow all-most lockup, when using BS key, when add part to sch, 5.1.0-110-g3c2761778

2019-04-01 Thread Lachlan Audas
Annoyance/Regression/Bug? When you hit the 'a' in sch to add a part, and type in a filter, like stm8s.. etc, It come's up with the list of parts, with acceptable speed. But hit the back space while in the filter box, and kicad hang for very long time, with no indication of whats happening, the

[Kicad-developers] grammar.c not found,

2018-12-21 Thread Lachlan Audas
Hi, just pull the lest-est developer build from git-hub for KiCad and tried compiling it. But but get this Error, missing file "grammar.c" >kicad-source-mirror/common/libeval/numeric_evaluator.cpp:36:21: fatal error: grammar.c: No such file or directory #include "grammar.c" the 5.0.2 version

Re: [Kicad-developers] Improving Eagle Import netlist matching

2018-02-14 Thread Lachlan Audas
If memory server's me correctly, I scan all eagle the sub sheet, for net name match, if the label match's, for different sub sheets I make global, else local, this works fine in my conversation script, at https://github.com/lachlanA/eagle-to-kicad you can check the code there. Lachlan

[Kicad-developers] Kicad and ngspice 27 undefined reference

2018-01-17 Thread Lachlan Audas
Hi, was trying to compile the latest Dev build of KiCad with version of ngspice 27 and getting the following undefined reference, /usr/local/lib/libngspice.so: undefined reference to `riffts1' /usr/local/lib/libngspice.so: undefined reference to `iffts1' /usr/local/lib/libngspice.so: undefined

[Kicad-developers] Testing New eagle import, problems

2017-11-10 Thread Lachlan Audas
A few quick test show the Eagle import has some problems, on the Developers version. I would suggest you do a binary file check, on sch/pcb files, and warn the user, that Kicad only supports XML, 6.0+ instead of giving confusing passer error messages when it finds a binary file. Example:

[Kicad-developers] Fix Eagle free text rotation import bug, when using angle's other than 90, 180, 270

2017-04-08 Thread Lachlan Audas
This patch fix's the bug in, Pcbnew, when importing Eagle PCB text. When the imported text is not at 90,180 or 270 dregs Patch attached. Lachlan diff --git a/pcbnew/eagle_plugin.cpp b/pcbnew/eagle_plugin.cpp index 04d8849..8e0b04a 100644 --- a/pcbnew/eagle_plugin.cpp +++

[Kicad-developers] OpenGL flicker (2017-03-03 revision 68bcdec)

2017-03-03 Thread Lachlan Audas
Just noticed on the test build's, of pcbnew a black banding flicker problems, appears when I moving the mouse around the pcb Any one else seeing this ? Lachlan Application: kicad Version: (2017-03-03 revision 68bcdec)-master, debug build Libraries: wxWidgets 3.0.2 libcurl/7.38.0

[Kicad-developers] quick fix for legacy_plugin.cpp import of legacy sch files, Version: (2017-02-21 revision 8bed8af)-master, debug build

2017-02-21 Thread Lachlan Audas
Bug: importing legacy sch file's fails on global labels, because code checks for "~" or "italics" on global labels, when they have no such option. Fix bypass's check for global labels Application: kicad Version: (2017-02-21 revision 8bed8af)-master, debug build Libraries: wxWidgets 3.0.2

[Kicad-developers] pcbnew zoom bug in OpenGL at min zoom, Any one else seeing this ?

2016-09-09 Thread Lachlan Audas
When you zoom back in pcbnew to a 0.37 with the mouse wheel in Legacy canvas, it stops zooming at 0.37 (zoom level) but when you go to OpenGL and the do the same thing, PCB disappears! Is any one else seeing this ? And one more note the Copy Version info in the help->about KiCad, has no info

Re: [Kicad-developers] DigiKey owns kicad.org

2016-08-30 Thread Lachlan Audas
I would agree, jumping onto the rumor mills, just about always ends badly, and a wast of time. Lachlan ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe :

[Kicad-developers] GerbView is very very slow to be unusable, is any one seeing this ? (build 6813 ) Linux Debian 64bit 8.3

2016-05-19 Thread Lachlan Audas
GerbView is very very slow, so slow to be unusable, So I switch to gerbv which works just fine is any one else seeing this ? (build 6813 ) Linux Debian 64bit 8.3 Lachlan ___ Mailing list: https://launchpad.net/~kicad-developers Post to :

[Kicad-developers] Request to allow text rotation/mirroring in any position/angle, silk screen

2016-05-05 Thread Lachlan Audas
Hi , Importing from Eagle to KiCad I'm hitting the problem of KiCad not allowing text in any position, this make's for a big manual clean up. Of course there is too side's to this story. Not allowing the user to make easy mistakes. But from the import of side of things. From Eagle and maybe

[Kicad-developers] PCBNEW B.SilkS text rotation problems, is any one working on this or have see this bugs, on (bzr 6765)

2016-05-03 Thread Lachlan Audas
Hi, the text rotation has many problem, for the B.SilkS layer has any one else seen this ? or working on the bugs ? This also shows up on Eagle PCB import. As a side note, the rotation dialog is overly complex. IE there is no need to have a button for other to access the deg rotation. You

[Kicad-developers] Text rotation Angle and part rotation Angle pcbnew

2015-12-13 Thread Lachlan Audas
You can't set text rotation angle of part reference's and vale's in pcbnew, only part rotation angle, This is bit of a problem for importing eagle pcb's, as parts reference/vales may have angle's set, also when manually setting angle's you need to enter 900 for 90.. etc instead of 90.5 etc

[Kicad-developers] pcbnew abort's on part move and undo. after pcbnew importing Eagle PCB, bzr 6358 debian 32bit jessie

2015-12-09 Thread Lachlan Audas
Hi, found a bug in undo command when you move the part, and then undo the move. get this message. bbox.width:17930002 bbox.height:33170002 w:297002200 h:210007200 desired_x:139536099 desired_y:88418599 pcbnew: /home/laudas/buildkicad/kicad.bzr/pcbnew/ratsnest_data.cpp:1126: void

[Kicad-developers] Is any one else see this bug, when building 64 bit system. My 32 bit system compiles just fine. bzr 6362, Debian, jessie 64 bits.

2015-12-09 Thread Lachlan Audas
I'm getting a build error on 64 Debian jussie system, but not 32 bit Debian jessie, Looks like it's realted to Boost, I know there was some change's -fPIC change's which has been made. Any one else seen this ? /usr/bin/ld: ../../boost_root/lib/libboost_filesystem.a(operations.o): relocation

[Kicad-developers] Updated kicad-install.sh build script

2015-12-07 Thread Lachlan Audas
Just updated the kicad-install.sh bash install script for linux-debian, Added disable parts libs build/install option with option "-L" This should make thing's a little faster. Also fix some file permissions, problems when building under sub directors not owned by the user. It's hosted at:

[Kicad-developers] eagle_pcbnew.cpp eagle import part NAME and VALE display fix

2015-12-01 Thread Lachlan Audas
Bug: pcbnew always shows NAME and VALUE fields, even there are not present in Eagle brd package definition. Also when the "both option" is enable in Eagle, on part NAME or part VALE fields, it should display"NAME = R1" or "VALUE = LPC3130" etc. Thou I'm not

[Kicad-developers] Improved linux KiCad build script kicad-install.sh

2015-11-22 Thread Lachlan Audas
Hi, I have put up a new Linux kicad-install.sh bash script, I think it works better than the one on launchpad.net/kicad site, It has a few more build more options, Like install only, compile only.. debug build, etc, People mint find it more useful than the old script. It's hosted at

[Kicad-developers] Help with text rotation in Kicad eagle PCB import

2015-11-17 Thread Lachlan Audas
There appears to be some bug's with Eagle eagle_plugin.cpp Kicad pcb text rotation, I have found the place with it appears the calculation's are wrong.. Line 1895 of eagle_plugin.cpp, I fixed it for package 0 deg's rotation, but alas it mess's up for other package rotation of none zero, I was

[Kicad-developers] Has any one put up the source of kicad in lxr web format like the linux kernel ?

2015-11-03 Thread Lachlan Audas
Hi, I was looking at the source code, and my old brain need's some real help with all the endless includes.. etc I was wondering if any one had put up the source code using Lxr, like http://lxr.free-electrons.com/ if not how much interested would here be from other developers.. ? I was thinking

[Kicad-developers] kicad-install.sh enhancements test release for comments.

2015-11-03 Thread Lachlan Audas
Hi, the current version of the Linux/debian/RedHad install script has some short comings which I'm attempting to to fix, I have put up a test version with enhancements at http://www.cosmosc.com/kicad/ for developers to try out and give me feed back. It's only be tested on Debian, as I don't have

[Kicad-developers] Patch eagle_plugin.cpp Eagle layers import 95 & 96 bug

2015-11-03 Thread Lachlan Audas
The Bug:layers 95 and 96 don't exist in Eagle PCB there only in sch. The source incorrectly show's layers from 91 to 98 as being pcb layers there not. Only sch layers. In Eagle you can not crate layers 95 and 96 you just get a error. Only layers 100 and

Re: [Kicad-developers] Patch eagle_plugin.cpp Eagle layers import 95 & 96 bug

2015-11-03 Thread Lachlan Audas
. this is my least preferred option. But make good cents too. Your choice. Lachlan On Tue, Nov 3, 2015 at 1:02 PM, Lachlan Audas <laud...@gmail.com> wrote: > The Bug:layers 95 and 96 don't exist in Eagle PCB there only in sch. > The source incorrectly show's layers f

[Kicad-developers] Eagle to KiCad conversion script, need comments.. good bad.. etc

2015-10-23 Thread Lachlan Audas
Hi, I'm very closed to posting my Eagle to KiCad conversion scripts on a number of Eagle chat site's, I was waiting for the full release of KiCad before I posted the link's to the site. But before then, if any one has time to check out the video, and other stuff, and make any comments

[Kicad-developers] scripting version check

2015-10-21 Thread Lachlan Audas
I can't see any way of scripting a version check in Kicad, Pcbnew, or Eeschema, Most application print version, given -v or -version then exit. This allows script's to version check, is there some other way for a shell script to check what version of Kicad it has ?, if not, would there be any

[Kicad-developers] Eagle PCB import layer's to KiCad layers translation Dialog/configure idea.

2015-10-04 Thread Lachlan Audas
I'm thinking of adding a layers translation Dialog to Ealge PCB import, so the user has control over how layers to imported to KiCad and also save that as a per project option in the project file, Also import the design rule's as well.I was wondering if there is any objection to doing this,

[Kicad-developers] PCBNEW automatic per layer display mask idea

2015-10-04 Thread Lachlan Audas
When your switching layers, while editing or adding tracks etc, it would be be nice if you could automatically control which layers are displayed. IE: When your on skill screen layer you only interested in skill screen, via's, pad's, top copper, and foot print. the enhancement would look up

[Kicad-developers] Any one else seeing build error's on Debian testing ?

2015-09-10 Thread Lachlan Audas
Hi, just wondering if any one else is see the build error, on Debian testing, amd 64 bits, GCC 4.9.3 Just started a few day's ago. 60%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/dialogs/dialog_choose_component_base.cpp.o [ 60%] Building CXX object

Re: [Kicad-developers] pcbnew read net list add's / on some net's and not others, with the same net being split, is this correct ?

2015-08-26 Thread Lachlan Audas
Thanks for the link, could help out, Lachlan On Wed, Aug 26, 2015 at 4:17 AM, LordBlick lordbl...@gmail.com wrote: W odpowiedzi na wiadomość z dnia 26.08.2015, 06:32, od Lachlan Audas: Hi, I have a strange problem, I'm opening a Ealge 6.xx pcb, saving it, then reading the net list

[Kicad-developers] pcbnew read net list add's / on some net's and not others, with the same net being split, is this correct ?

2015-08-25 Thread Lachlan Audas
Hi, I have a strange problem, I'm opening a Ealge 6.xx pcb, saving it, then reading the net list from the matching convert eagle sch. This works fine, most of the time, but on net list import it prefix's the net's with / and some others is dose not. for example: the GND net will be split

[Kicad-developers] via net name Question, and quirks

2015-08-19 Thread Lachlan Audas
You can assign net name''s to via's, when you add a track from pad to via then to track, (picking up the pad net name) if the first pad to via track is deleted, just leaving the via and track, flood fill works as expected, connecting to that via/track, but when you save and reload the board,

[Kicad-developers] BUG: Eagle 6.xx PCB import dropping net name's on unconnected via's

2015-08-01 Thread Lachlan Audas
There is a bug on import of eagle PCB'S which KiCad drop's the net name from unconnected via's This is important, as flood fill's will not connect those the via's, any more. Lachlan ___ Mailing list: https://launchpad.net/~kicad-developers Post to

[Kicad-developers] Switching SCH color scheme's to black, should not just warn you about back ground color's matching font color.

2015-07-29 Thread Lachlan Audas
Just a minor annoyance, Changing the default white to black background color, should not just give your a warning, about font color matching background color. When this is the default setting for white to black, This should be correct from the start. so maybe have 2 default color scheme's

[Kicad-developers] PCB reading Net list formace

2015-07-24 Thread Lachlan Audas
Reading net-list is very very slow, with the system locking up for 1 -3 mints with no indication of any progress and all window refresh being stopped, giving the appearance of a crash/lockup, is any one else see this problem. Oh Build: 5980. Lachlan.

Re: [Kicad-developers] PNS diferential pair netnames update

2015-06-29 Thread Lachlan Audas
Something to think about, for the next version, the big picture view You have a data set, let say in one file, which contains every thing related to that PCB, IE: SCH, PCB, simulation data, part supplier's data, Doc's you have viewers/clients/users of that data like SCH viewer, PCB

[Kicad-developers] Eagle 6.xx PCB import bug ?, pcbnew 5652

2015-05-13 Thread Lachlan Audas
When pcbnew imports a eagle PCB, with a old number of copper layers, it works fine, and save's the result with out any error's But when you open the now saved kicad-pcb file it says you have invalided copper layer count. I'm not quite sure, if this a valid assumption, as there is no reason

[Kicad-developers] Scripting importing Eaggle 6.xx PCB file, and saving as KiCad pcb file.

2015-04-26 Thread Lachlan Audas
I wont to call PCBNEW from a command line, IE in linux or windows, load/import a Eagle 6.xx PCB, file and save it to a KiCad PCB file name of my choice, and exit the PCBNEW program, It would also be nice to open a project in KiCad from the command line too. Thanks in advance. Lachlan

[Kicad-developers] nightly builds

2015-03-25 Thread Lachlan Audas
Hi, I'm just putting the finishing touch's to some eagle 6.0 ulp script's for convert eagle to KiCad. And I wonted to provide some links in my Documents/how-to, too the nightly builds of KiCad. If such bests are available. And people would not mind. Any advice ? Lachlan

[Kicad-developers] New build problem, on debian

2015-02-20 Thread Lachlan Audas
Hi guys, I have been building kicad dev version on debain testing for some time, But for the last week+, I have been getting this error, and even deleting all the the old source/directory (forceing a complete new download of every thing !) dose not fix the problem. Note: I'm using the lastest

[Kicad-developers] very slow server, unable to download or even update from Australia.

2015-02-17 Thread Lachlan Audas
Hi guys, I'm running into a problem with your server(s), it's really really slow, take's for-every to download the source, and has timed out many time's just trying to download the boost lib's! Is that any movement to setup a mirror say one in Asia, and Europe.. As the current status is

[Kicad-developers] How to disable Annotate Schematic in KiCad for eagle generated .SCH ?

2015-02-11 Thread Lachlan Audas
Hi, I have hacked a number of eagle ULP scripts to make a KiCad SCH file, But have a few problem with the way KiCad works. My target is to extract the lib's/mod/sch from eagle, (we are talking version 6 of eagle here ) with support for multipart sheet's, and multi gate parts. I have every thing