Re: [Kicad-developers] New lead developers

2018-03-02 Thread David Novak
Great job guys! Thanks for your investment in the project. David On 3/2/2018 2:40 AM, Maciej Sumiński wrote: Congratulations fellow developers! You have received well deserved promotions, and I am glad to see your names in the kicad-product-committers group. Keep on rocking! Cheers, Orson

Re: [Kicad-developers] [FEATURE] Array 3D models

2017-11-06 Thread David Novak
Please enlighten me. I've always thought of STEP as the best end game, but haven't had much time to investigate advantages and disadvantages. What prevents STEP models from looking just as good as VRML models? Best Regards, David On 11/6/2017 4:17 PM, Cirilo Bernardo wrote: I wouldn't worry

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] wxFormBuilder and the future

2015-08-17 Thread David Novak
To be honest, I've never been a big fan of dialog box layout tools. Their strength is there weakness. They promote designing quick dialog box layouts that makes reuse difficult. Take a look at the padding and overall layout in KiCad's dialogs. They are all over the map. I prefer hand coding

Re: [Kicad-developers] PATCH: Correct GenCAD export issues

2015-08-17 Thread David Novak
On 8/13/2015 3:19 PM, Wayne Stambaugh wrote: On 8/13/2015 12:38 PM, Lorenzo Marcantonio wrote: On Thu, 13 Aug 2015 14:59:49 +0200, David Novak wrote: That's exactly what I told the contract manufacturer, but they insisted on a change. With a shape for every reference designator, they had

[Kicad-developers] strtok_r not detected properly

2014-03-12 Thread David Novak
When building Pcbnew, I get an error message indicating that strtok_r is being redefined. The offending code is in kicad_string.h. #ifndef HAVE_STRTOKR // common/strtok_r.c optionally: extern C char* strtok_r( char* str, const char* delim, char** nextp ); #endif I tracked HAVE_STRTOKR to an

Re: [Kicad-developers] Glew linking errors

2014-03-11 Thread David Novak
successfully. David On 3/10/2014 3:03 PM, jp charras wrote: Le 10/03/2014 19:20, David Novak a écrit : I built Glew using MinGW and the Kicad build is still failing to link pcbnew, but the error messages are different. [100%] Building CXX object pcbnew/CMakeFiles/pcbnew.dir/__/common

[Kicad-developers] Glew linking errors

2014-03-10 Thread David Novak
I've spent the last few days working to compile Kicad product and I'm so close I can taste it. Currently, the compile is 100% complete, but now the link is failing with messages regarding OpenGL. Linking CXX executable pcbnew.exe

Re: [Kicad-developers] Glew linking errors

2014-03-10 Thread David Novak
/2014 02:57, David Novak a écrit : I've spent the last few days working to compile Kicad product and I'm so close I can taste it. Currently, the compile is 100% complete, but now the link is failing with messages regarding OpenGL. Linking CXX executable pcbnew.exe ..\common\libgal.a