[Kicad-developers] GAL - zones bug

2015-07-04 Thread LordBlick
I found in GAL some issues: - sometimes, when zone was changed and Undo requested it hangs in some loop, application kill needed. - zone refilling is not necessary, when it's not filled before, even it is annoying for someone who usually that filling removes before editing for clarity field view

Re: [Kicad-developers] kicad StepUp 3D kicad board and models to STEP

2015-07-04 Thread Cirilo Bernardo
Hi Maurice, The IDF export is wrong. If you can file a bug report with detailed instructions on how to reproduce the problem with the incorrect slot width that would be helpful. At the moment I can only reproduce the incorrect orientation of the slot. - Cirilo On Sat, Jul 4, 2015 at 4:56 PM,

Re: [Kicad-developers] kicad StepUp 3D kicad board and models to STEP

2015-07-04 Thread Eldar Khayrullin
Need change relative paths of 3d models (Kicad doesn't found them). Convert: ./model.wrl to ${KIPRJMOD}/model.wrl. 03.07.2015 12:08, easyw пишет: Hi Cirilo, I've uploaded the recent version of the script with the demo board at sourceforge

Re: [Kicad-developers] Mac OSX Cmd vs Ctrl

2015-07-04 Thread jp charras
Le 03/07/2015 20:25, Jon Neal a écrit : Just a heads up, on line 158 of pcbnew/hotkeys.cpp CTRL+R is defined as the hotkey for Zoom Redraw on OS X. Jon Right. I made a new attempt to manage the Cmd key on OSX in menus, in rev 5881. Looks like the notation is always Ctrl+keycode in sources

Re: [Kicad-developers] GAL - zones bug

2015-07-04 Thread LordBlick
In response to a message written on 04.07.2015, 10:23, from LordBlick: I found in GAL some issues: - sometimes, when zone was changed and Undo requested it hangs in some loop, application kill needed. - zone refilling is not necessary, when it's not filled before, even it is annoying for someone

Re: [Kicad-developers] [PATCH] fix slot export in IDF

2015-07-04 Thread jp charras
Le 04/07/2015 15:05, Cirilo Bernardo a écrit : Sorry Jean-Pierre, my mistake. This B version was made against rev 5881 and should work. - Cirilo On Sat, Jul 4, 2015 at 10:24 PM, jp charras jp.char...@wanadoo.fr wrote: Le 04/07/2015 13:20, Cirilo Bernardo a écrit : This patch fixes

Re: [Kicad-developers] Segmentation fault when using Clipper and SHAPE_POLY_SET in 3D viewer. Need help.

2015-07-04 Thread Tomasz Wlostowski
On 04.07.2015 22:10, jp charras wrote: Tomasz, Orson, May I ask you to have a look at the calculations in 3d_draw_board_body.cpp, lines 377 to 392 I'm going to have a look. Tom I replaced the calculations lines 357 to 375 using boost::polygon to calculate the difference between 2

Re: [Kicad-developers] Build failed in Jenkins: KiCad (Linux, all options, Debug) #574

2015-07-04 Thread Simon Richter
Hi, On 04.07.2015 02:29, Miguel Angel Ajo wrote: bzr: ERROR: Invalid http response for http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/.bzr/branch-format: Unable to handle http code 503: Service Temporarily Unavailable ERROR: Failed to pull Infrastructure issue, either

Re: [Kicad-developers] Zoom vs Help

2015-07-04 Thread Garth Corral
On Jul 1, 2015, at 2:31 PM, Wayne Stambaugh stambau...@gmail.com wrote: On 7/1/2015 4:17 PM, Garth Corral wrote: The Cmd-C issue may well be a wxWidgets bug, but it is still an issue for kicad users. There are many such issues in kicad where OS X specific issues must be worked around.

Re: [Kicad-developers] Zoom vs Help

2015-07-04 Thread Garth Corral
On Jul 4, 2015, at 2:02 PM, Garth Corral gcor...@abode.com wrote:On Jul 1, 2015, at 2:31 PM, Wayne Stambaugh stambau...@gmail.com wrote:On 7/1/2015 4:17 PM, Garth Corral wrote:The Cmd-C issue may well be a wxWidgets bug, but it is still an issue for kicad users. There are many such issues in kicad

Re: [Kicad-developers] kicad StepUp 3D kicad board and models to STEP

2015-07-04 Thread Eldar Khayrullin
If I open your pcb file without any modifications then 3d viewer doesn't show 3d models while I don't modify this pcb. In case If I have pcb with 3d models from different places (prj directory and kicad models dir), then how? 04.07.2015 14:00, easyw пишет: Hi Eldar, to test the script you

[Kicad-developers] Jenkins build is back to normal : KiCad (Linux, all options, Debug) #575

2015-07-04 Thread Miguel Angel Ajo
See http://ci.kicad-pcb.org/job/kicad-full/575/ ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help :

[Kicad-developers] Build failed in Jenkins: KiCad (Linux, all options, Debug) #574

2015-07-04 Thread Miguel Angel Ajo
See http://ci.kicad-pcb.org/job/kicad-full/574/ -- Started by an SCM change Building on master in workspace http://ci.kicad-pcb.org/job/kicad-full/ws/ $ bzr revision-info -d http://ci.kicad-pcb.org/job/kicad-full/ws/ info result: bzr revision-info -d

Re: [Kicad-developers] [PATCH] fix slot export in IDF

2015-07-04 Thread Cirilo Bernardo
Sorry Jean-Pierre, my mistake. This B version was made against rev 5881 and should work. - Cirilo On Sat, Jul 4, 2015 at 10:24 PM, jp charras jp.char...@wanadoo.fr wrote: Le 04/07/2015 13:20, Cirilo Bernardo a écrit : This patch fixes the problems reported by Maurice: a. slot orientation

Re: [Kicad-developers] [PATCH] Warnings cleanup

2015-07-04 Thread Simon Richter
Hi, On 04.07.2015 12:53, Camille 019 wrote: -if( layer == NO_AVAILABLE_LAYERS ) +if( layer == static_castint(NO_AVAILABLE_LAYERS) ) Nope, that relies on undefined overflow semantics, and compilers that do constant propagation through casts would miscompile this code.

Re: [Kicad-developers] kicad StepUp 3D kicad board and models to STEP

2015-07-04 Thread easyw
Hi Eldar, you have to cd to the project folder and then launch kicad by command line (e.g. cd ~/Downloads/demo and launch kicad demo.pro ) so the path will be fine to the demo models and then you should see the .wrl models If you want to try with one of your project you can add your 3d model

Re: [Kicad-developers] [PATCH] fix slot export in IDF

2015-07-04 Thread easyw
Hi Cirilo, I tested the patch and it does the right job!!! Thank you again Maurice PS I'm adding to the kicad-stepup script the ability to skip some model (e.g. small resistor and small components) so the user can decide what to export for the mechanical 3D ... e.g. boards and main connectors

[Kicad-developers] [PATCH] Warnings cleanup

2015-07-04 Thread Camille 019
Hi, A set of patch to clean some warnings I get with Clang. The list of warnings : ../pcbnew/router/pns_router.cpp:208:10: warning: unused variable 'nonOrtho' [-Wunused-variable]     bool nonOrtho = false; ../pcbnew/router/pns_topology.cpp:385:21: note: use function 'std::abs' instead    

Re: [Kicad-developers] [PATCH] Warnings cleanup

2015-07-04 Thread Edwin van den Oetelaar
Mmmm I am not an expert but does using the static_castint on the enum constant really solve the problem or just make it invisible? I think the enums should not be uint64_t but some smaller int type. include/layers_id_colors_and_visibility.h The layer ids are just a small enum (fits in a CHAR),

Re: [Kicad-developers] [PATCH] fix slot export in IDF

2015-07-04 Thread jp charras
Le 04/07/2015 13:20, Cirilo Bernardo a écrit : This patch fixes the problems reported by Maurice: a. slot orientation incorrect (problem in export_idf.cpp) b. slot width incorrect (problem due to bad logic in idf_parser.cpp) - Cirilo Thanks. But looks like the patch is not built against

Re: [Kicad-developers] kicad StepUp 3D kicad board and models to STEP

2015-07-04 Thread easyw
Hi Eldar, to test the script you have to go to the folder in which you have unzipped the demo (e.g. cd ~/Downloads/demo) and then launch ./launch-kicad_StepUp.sh so the script will find all .wrl and .step files inside the script file 'kicad_StepUp-path.FCMacro' you can add your model prefix

Re: [Kicad-developers] kicad StepUp 3D kicad board and models to STEP

2015-07-04 Thread easyw
Hi Cirilo, attached the pcb board with the module with oval holes... is it what you need? thank you Maurice On 04/07/2015 11.20, Cirilo Bernardo wrote: Hi Maurice, The IDF export is wrong. If you can file a bug report with detailed instructions on how to reproduce the problem with the

[Kicad-developers] [PATCH] fix slot export in IDF

2015-07-04 Thread Cirilo Bernardo
This patch fixes the problems reported by Maurice: a. slot orientation incorrect (problem in export_idf.cpp) b. slot width incorrect (problem due to bad logic in idf_parser.cpp) - Cirilo === modified file 'pcbnew/exporters/export_idf.cpp' --- pcbnew/exporters/export_idf.cpp 2015-05-15 12:49:11