Re: [Kicad-developers] Via stitching

2019-05-23 Thread Wayne Stambaugh
John, On 5/22/19 5:39 AM, John Beard wrote: > On 20/05/2019 23:48, Frank Severinsen wrote: > >> When using clang-format on the entire file, it more or less changed >> every line in one way or another. >> should this be committed as well or is git clutter worse than >> codingstyle issues? > >

Re: [Kicad-developers] Via stitching

2019-05-22 Thread John Beard
On 20/05/2019 23:48, Frank Severinsen wrote: When using clang-format on the entire file, it more or less changed every line in one way or another. should this be committed as well or is git clutter worse than codingstyle issues? You should not commit unrelated formatting clutter in the same

Re: [Kicad-developers] Via stitching

2019-05-20 Thread Seth Hillbrand
Am 2019-05-20 18:48, schrieb Frank Severinsen: Hi Guys I'm currently attempting to add a smarter way of doing via stitching/fill. Hi Frank- This is a useful patch! I haven't looked at it in detail but it looks like a good improvement on the current via placement. Before you go too far

Re: [Kicad-developers] Via stitching

2019-05-20 Thread Frank Severinsen
Oops one of the bug links should be: Den 21. maj 2019 kl. 00.48.55 +02.00, skrev Frank Severinsen : > Hi Guys > > I'm currently attempting to add a smarter way of doing via stitching/fill. > My plan is to make a new zone style, which will add

[Kicad-developers] Via stitching

2019-05-20 Thread Frank Severinsen
Hi Guys I'm currently attempting to add a smarter way of doing via stitching/fill. My plan is to make a new zone style, which will add vias in a preselected grid, wherever DRC allows to. (related bug reports here: &

Re: [Kicad-developers] Via Stitching

2017-02-04 Thread Kristoffer Ödmark
Hello heikki! use: git add viastitching.{cpp,h} git commit --amend that will put the viastitching files in the same commit and then you can create a patch for that. Also please remove trailing whitespaces from your patch. You can do it manually if you cannot get your editor to fix it:

Re: [Kicad-developers] Via Stitching

2017-02-04 Thread Nick Østergaard
Why didn't you add the viastitching.{cpp,h} to the patch and attached them seperately? 2017-02-03 17:33 GMT+01:00 Heikki Pulkkinen : > Hello Kristoffer, > > I just made a new patch, with some modifications. I changed that GAL canvas > adding algorithm, so that it does not

Re: [Kicad-developers] Via Stitching

2017-01-17 Thread Wayne Stambaugh
On 1/17/2017 7:50 AM, Kristoffer Ödmark wrote: > I looked at the video and the concept is very nice, nice work! > > I agree with wayne that automatic netcode is a bit dangerous, I would > recommend that you use a wxSingleChoice dialog in the beginning of > adding a via, so that the user can

Re: [Kicad-developers] Via Stitching

2017-01-17 Thread Kristoffer Ödmark
I looked at the video and the concept is very nice, nice work! I agree with wayne that automatic netcode is a bit dangerous, I would recommend that you use a wxSingleChoice dialog in the beginning of adding a via, so that the user can choose netcode from a list. Or something better :) > I

Re: [Kicad-developers] Via Stitching

2017-01-16 Thread Wayne Stambaugh
Heikki, What is the purpose of the "stitch" token added to the file format? Vias already have a netcode field so adding "stitch" to the file format seems to serve no purpose. I would prefer that you avoid the term stitching. Vias could just as easily be thermal vias. I don't think the generic

Re: [Kicad-developers] Via Stitching

2016-12-07 Thread Maciej Sumiński
Hi Heikki, Good catches, thank you for the report. Both issues should be already fixed. Regards, Orson On 12/07/2016 01:11 PM, Heikki Pulkkinen wrote: > Hi > > Yesterday I do some work with Via Stitching cleanup. Cleanup Tracks and > Vias has been changed quite much past two weeks. I found

Re: [Kicad-developers] Via Stitching

2016-11-08 Thread Heikki Pulkkinen
Hi Now via->pour chain is recovering. Heikki https://youtu.be/HuViOfQmcrU On Mon, Nov 7, 2016 at 1:26 PM, Heikki Pulkkinen wrote: > Hi, > > I made some new features. Now it is possible chaining copper pours with > Vias. This video show, how it works at the moment. > > >

Re: [Kicad-developers] Via Stitching

2016-11-07 Thread Heikki Pulkkinen
Hi, I made some new features. Now it is possible chaining copper pours with Vias. This video show, how it works at the moment. Heikki https://youtu.be/91tT626XnbM On Sat, Oct 29, 2016 at 7:58 AM, Heikki Pulkkinen wrote: > Hi Wayne, > > I think that there is two places

Re: [Kicad-developers] Via Stitching

2016-10-29 Thread Tomasz Wlostowski
...@lists.launchpad.net] on behalf of Heikki Pulkkinen [hei6m...@gmail.com] Sent: 29 October 2016 06:58 To: Wayne Stambaugh Cc: kicad-developers Subject: Re: [Kicad-developers] Via Stitching Hi Wayne, I think that there is two places when user is "wrong" wit his/her will. On

Re: [Kicad-developers] Via Stitching

2016-10-29 Thread David Godfrey
Hi Wayne and others, I've been loosely following various iterations of the via stitching discussion for quite a while now. Mainly as its a feature I really want as well. To me, the preferred approach is probably more like this stitching

Re: [Kicad-developers] Via Stitching

2016-10-28 Thread Heikki Pulkkinen
Hi Wayne, I think that there is two places when user is "wrong" wit his/her will. One is when there are not at least two pours to connect with and second is that there must be at least one pad in connection chain. If antennas are user will, it is better create component. I might be wrong, but

Re: [Kicad-developers] Via Stitching

2016-10-24 Thread Wayne Stambaugh
I finally had a chance to look at this patch and I have similar concerns. I thought I was pretty clear about *not* being comfortable with making assumptions about via zone connections and always using the assigned net code. I'm a bit concerned with the connection testing and it's decision to

Re: [Kicad-developers] Via Stitching

2016-10-23 Thread Strontium
Hello Heikki, Can you explain the logic you are using to determine the net of the vias during DRC reconnect? It looks like you are only considering the top and bottom layer, but stitching vias may be stitching internal layers? Steven On 23/10/16 21:48, Heikki Pulkkinen wrote: Hi Wayne

Re: [Kicad-developers] Via Stitching

2016-10-23 Thread Heikki Pulkkinen
Hi Wayne and all, About that my suggestion of Via Stitching. I do some tests and found that if DRC first fill zones and then do tests it does not break anything. if you forgot to Fill or Refill zoenes before running DRC. Regards Heikki On Fri, Oct 21, 2016 at 6:41 PM, Heikki Pulkkinen

Re: [Kicad-developers] Via Stitching

2016-10-21 Thread Heikki Pulkkinen
Hi Wayne, If you try this, I send the last full patch of that Via Stitching. Do not care other patches in mailing list, they are more or less incomplete. Regards Heikki On Tue, Oct 18, 2016 at 3:22 PM, Wayne Stambaugh wrote: > I will look at when I get a chance. When

Re: [Kicad-developers] Via Stitching

2016-10-18 Thread Wayne Stambaugh
I will look at when I get a chance. When that will be I cannot say for sure. I've just been really busy. I will try to get around to it this weekend. Cheers, Wayne On 10/17/2016 3:40 PM, Jakub Kozdon wrote: > Hi, it looks usable. > > Don't know if it is visible for all, but Wayne, what do

Re: [Kicad-developers] Via Stitching

2016-10-17 Thread Jakub Kozdon
Hi, it looks usable. Don't know if it is visible for all, but Wayne, what do you think about it? Jakub Dne 16.10.2016 v 19:23 Heikki Pulkkinen napsal(a): Hi, I add array feature to my Via Stitching. And an another slowly video to watch. https://youtu.be/28nfoZPg2bg Full fixed patch and

Re: [Kicad-developers] Via Stitching

2016-10-16 Thread Heikki Pulkkinen
Hi, I add array feature to my Via Stitching. And an another slowly video to watch. https://youtu.be/28nfoZPg2bg Full fixed patch and array test patch. More work have to be done, but this was easy start. Regards Heikki On Thu, Oct 13, 2016 at 7:23 PM, Heikki Pulkkinen

Re: [Kicad-developers] Via Stitching

2016-10-13 Thread Heikki Pulkkinen
Hi Marcos, Sorry about that. It is on YouTube now. I realize it almost immediatelly, that it is no sense to attach videos. Better place of them is YouTube. You can find it: https://youtu.be/GanFsH4Qh0o Regards Heikki 14.10.2016 0.06 "Marcos Chaparro" kirjoitti: > Hi

Re: [Kicad-developers] Via Stitching

2016-10-13 Thread Heikki Pulkkinen
Hi, Here is demovideo about via stitching. It is slowly, because of slowly machine. I do some development too, so full patch is attached too. On Tue, Oct 11, 2016 at 5:49 PM, Marcos Chaparro wrote: > Hi Heikki, > is there any chance to make some screenshots or video about

Re: [Kicad-developers] Via Stitching

2016-10-08 Thread Heikki Pulkkinen
Hi, Putting back that my via stitching tool to routing tool. It is better that way, I think. All via tools are in same place, and it adds vias to pours only from hotkeys. On Sun, Oct 2, 2016 at 12:28 PM, Heikki Pulkkinen wrote: > Hi, > > Finally Via Stitching without

Re: [Kicad-developers] Via Stitching

2016-09-27 Thread Heikki Pulkkinen
Hi And I really practice. I made improvement and forgot to copy all. So improvement is in these two patches. I hope this suggestion is accepted as a new feature. Heikki On Tue, Sep 27, 2016 at 2:31 PM, Heikki Pulkkinen wrote: > Hi, > > As in practice, I made a patch file

Re: [Kicad-developers] Via Stitching

2016-09-27 Thread Heikki Pulkkinen
Hi, As in practice, I made a patch file of my changes Not only diifs. It is SHIFT-ALT-V hotkey whitch make buried and blind vias, as it is in routing too. Heikki On Sun, Sep 25, 2016 at 2:25 PM, Heikki Pulkkinen wrote: > Hi, > > I made some improvements to my patch of

Re: [Kicad-developers] Via Stitching

2016-09-25 Thread Vesa Solonen
24/09/16, 18:55, Collin Anderson kirjoitti: > I do lots of DC/DC stuff with power dissipation one of my primary concerns - > so I stitch and I stitch A LOT. Some of the following may be redundant so feel free to skip... ;) Regarding components that need thermal vias it's best to define them in

[Kicad-developers] Via stitching (Python)

2015-08-02 Thread Torsten Hüter
Hi, as promised, I've pushed my stitching tool to launchpad, you can find my branch here: http://code.launchpad.net/~torstenhtr/kicad/kicad_via_stitching if you like to try this tool, get my branch, compile KiCad as usual (with scripting), open the scripting console and use these commands: