Re: [Kicad-developers] build error on macos on 5.1 branch

2019-07-11 Thread Adam Wolf
Thanks! On Thu, Jul 11, 2019, 2:36 PM Seth Hillbrand wrote: > Ah, I see Jeff fixed up my commit for OSX in the master branch. I've > cherry-picked his fix for 5.1. Let me know if it doesn't fix it. > > Best- > Seth > > On 2019-07-11 13:59, Adam Wolf wrote: > > Builds at at 044b4a6d4 on master

Re: [Kicad-developers] build error on macos on 5.1 branch

2019-07-11 Thread Seth Hillbrand
Ah, I see Jeff fixed up my commit for OSX in the master branch. I've cherry-picked his fix for 5.1. Let me know if it doesn't fix it. Best- Seth On 2019-07-11 13:59, Adam Wolf wrote: Builds at at 044b4a6d4 on master went through fine. Adam On Thu, Jul 11, 2019 at 11:04 AM Seth Hillbrand

Re: [Kicad-developers] [PATCH] Crash Reporter

2019-07-11 Thread Nick Østergaard
@Tomasz Wlostowski I just found that it looks like someone has uploaded a wxwidgets 3.1 pkgbuild for the mingw-packages for msys2, I could try to build and and rebuild your branch for windows. https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-wxWidgets3.1/PKGBUILD On Tue, 9 Jul 2019

Re: [Kicad-developers] [PATCH v2 0/8] MSVC Build

2019-07-11 Thread Nick Østergaard
It looks like people are happy with the patches, can we get them merged so they don't get lost and we don't need to rebase them locally all the time? On Fri, 5 Jul 2019 at 19:01, Simon Richter wrote: > > Hi, > > On Fri, Jul 05, 2019 at 06:24:45PM +0200, Tomasz Wlostowski wrote: > > > > I can't te

Re: [Kicad-developers] Arc Adjustment proposal

2019-07-11 Thread easyw
Don't get me wrong... I don't say KiCad has not to be improved. I just say that complex mechanical objects have to be designed and checked in a mechanical environment. And that is exactly what we have done with the KiCAd libraries... Most of footprints are designed using scripts and are checke

Re: [Kicad-developers] Arc Adjustment proposal

2019-07-11 Thread Jon Evans
I strongly disagree with this mindset. It feels like saying that because KiCad is currently bad at something, it should always be bad at something and users should just use a different tool because KiCad will never be good at it. If we have the developer interest to make KiCad good at drawing thing

Re: [Kicad-developers] Arc Adjustment proposal

2019-07-11 Thread Dino Ghilardi
On 11/07/19 18:16, easyw wrote: On 07/11/2019 5:17 PM, Jeff Young wrote: Here’s a footprint I drew recently which was made much harder by Kicad’s focus on arc centre points: This is exactly an example that should be done in a mechanical CAD and imported later in KiCAD (i.e. as DXF). Co

Re: [Kicad-developers] Arc Adjustment proposal

2019-07-11 Thread Jeff Young
If you’re going to do everything in DXF, why have drawing tools at all? (And by corollary, if you’re going to have drawing tools then make them suitable for the task at hand.) Cheers, Jeff. > On 11 Jul 2019, at 17:16, easyw wrote: > > > On 07/11/2019 5:17 PM, Jeff Young wrote: >> Here’s a f

Re: [Kicad-developers] Arc Adjustment proposal

2019-07-11 Thread easyw
On 07/11/2019 5:17 PM, Jeff Young wrote: Here’s a footprint I drew recently which was made much harder by Kicad’s focus on arc centre points: This is exactly an example that should be done in a mechanical CAD and imported later in KiCAD (i.e. as DXF). Complex mechanical object should be

Re: [Kicad-developers] build error on macos on 5.1 branch

2019-07-11 Thread Seth Hillbrand
Hi Adam- This looks like the result of a cherry-pick I did the other day. Do you get this error in the master branch as well? -S On 2019-07-11 11:55, Adam Wolf wrote: Hi folks! Running into a build error on my macOS jobs for 5.1: I'm adding what I think is the appropriate message... 05:

[Kicad-developers] build error on macos on 5.1 branch

2019-07-11 Thread Adam Wolf
Hi folks! Running into a build error on my macOS jobs for 5.1: I'm adding what I think is the appropriate message... 05:46:01 default: [ 69%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/import_gfx/graphics_import_mgr.cpp.o 05:46:04 default: In file included from /vag

Re: [Kicad-developers] Arc Adjustment proposal

2019-07-11 Thread Jeff Young
Here’s a footprint I drew recently which was made much harder by Kicad’s focus on arc centre points: > On 11 Jul 2019, at 15:46, Eeli Kaikkonen wrote: > > > > to 11. heinäk. 2019 klo 15.43 easyw (ea...@katamail.com > ) kirjoitti: > > On 07/11/2019 1:21 PM, Dino

Re: [Kicad-developers] Arc Adjustment proposal

2019-07-11 Thread Eeli Kaikkonen
to 11. heinäk. 2019 klo 15.43 easyw (ea...@katamail.com) kirjoitti: > > On 07/11/2019 1:21 PM, Dino Ghilardi wrote: > > On 11/07/19 12:26, easyw wrote: > > then your fashion design should use a proper CAD to design the board, > > and the EDGE should then imported inside KiCAD i.e. from a svg or a

Re: [Kicad-developers] Arc Adjustment proposal

2019-07-11 Thread Dino Ghilardi
On 11/07/19 14:42, easyw wrote:> > On 07/11/2019 1:21 PM, Dino Ghilardi wrote: >> On 11/07/19 12:26, easyw wrote: >> then your fashion design should use a proper CAD to design the board, >> and the EDGE should then imported inside KiCAD i.e. from a svg or a >> dxf file or handled directly with Fre

Re: [Kicad-developers] Arc Adjustment proposal

2019-07-11 Thread Seth Hillbrand
Hi Tom- On 2019-07-11 08:52, Tomasz Wlostowski wrote: As I've been working on the Constraint Solver for a while, I'd like to add my 5 cents too. The solver allows to define arcs in different ways: - center/angles/radius - start/end point (tangential to adjacent lines/arcs) The input parameters

Re: [Kicad-developers] Arc Adjustment proposal

2019-07-11 Thread Tomasz Wlostowski
On 10/07/2019 19:25, Seth Hillbrand wrote: > > Proposed solution: I would like to adjust the pcbnew file format and > internal SHAPE_ARC, DRAWSEGMENT arc and EDGE_MODULE arc to use a single > format consisting of start point, mid point and end point.  Mid point > here is defined as the point along

Re: [Kicad-developers] Arc Adjustment proposal

2019-07-11 Thread easyw
On 07/11/2019 1:21 PM, Dino Ghilardi wrote: On 11/07/19 12:26, easyw wrote: then your fashion design should use a proper CAD to design the board, and the EDGE should then imported inside KiCAD i.e. from a svg or a dxf file or handled directly with FreeCAD. Yes, he should... but he won't: (h

Re: [Kicad-developers] Arc Adjustment proposal

2019-07-11 Thread Dino Ghilardi
On 11/07/19 12:26, easyw wrote: On 07/11/2019 12:05 PM, Dino Ghilardi wrote: My two cents... Unfortunatly some times the centers are anchors of the board, other times they are not: when the external case is designed by a "fashon designer" and you have to put your electronics inside, the board

Re: [Kicad-developers] Arc Adjustment proposal

2019-07-11 Thread easyw
On 07/11/2019 12:05 PM, Dino Ghilardi wrote: My two cents... Unfortunatly some times the centers are anchors of the board, other times they are not: when the external case is designed by a "fashon designer" and you have to put your electronics inside, the board outlines can be quite weird, no

Re: [Kicad-developers] Arc Adjustment proposal

2019-07-11 Thread Dino Ghilardi
On 07/10/2019 10:52 PM, Eeli Kaikkonen wrote:> For what it's worth, in normal graphical arcs (especially in edge cuts) the two endpoints (or start and end) are usually important, the centerpoint isn't. This is not true. Generally for mechanical concerns, you should start exactly from the ce

Re: [Kicad-developers] Arc Adjustment proposal

2019-07-11 Thread easyw
On 07/10/2019 9:02 PM, Wayne Stambaugh wrote: Don't forget, this will impact all import from and export to 3rd party file formats so it's not going to be a trivial change. Wayne Then it could be introduced an extra way to define arcs only for tracks, leaving the previous definition unaltered