kicad-action-scripts icon indicating copy to clipboard operation
kicad-action-scripts copied to clipboard

kicad8.0RC1.91 bug

Open HaydenHu opened this issue 2 years ago • 24 comments

image

HaydenHu avatar Jan 20 '24 14:01 HaydenHu

Can confirm this also happens for me, but only on pre existing files made in another version of Kicad. If I create a new file, and add an edge cut rectangle and F.Cu fill, it will happily place vias.

Redherring32 avatar Jan 20 '24 23:01 Redherring32

Can confirm this also happens for me, but only on pre existing files made in another version of Kicad. If I create a new file, and add an edge cut rectangle and F.Cu fill, it will happily place vias.

Isn't it supported to file on the project? It is true that new PCBs can add vias, but they will not avoid other net!

HaydenHu avatar Jan 21 '24 09:01 HaydenHu

Branch v8.0 of this project handle kicad V8. Please be sure you use this version.

jsreynaud avatar Jan 21 '24 13:01 jsreynaud

本项目的分支 v8.0 处理 kicad V8。请确保您使用此版本。

I've tried them all and have merged into the master

HaydenHu avatar Jan 21 '24 13:01 HaydenHu

Ok, I had updated a modification. Could you confirm it's ok ?

jsreynaud avatar Jan 21 '24 14:01 jsreynaud

好的,我已经更新了修改。你能确认没问题吗?

PCBs from both old and new projects will not report errors, but vias will not avoid other nets image

HaydenHu avatar Jan 21 '24 14:01 HaydenHu

Ok, I had updated a modification. Could you confirm it's ok ?

!!?

HaydenHu avatar Jan 27 '24 10:01 HaydenHu

I'm not able to get it to fill on a KiCad v8.0.0 project (upgraded from 7.0.3)--says 0 vias placed.

Saatvik-Aggarwal avatar Feb 26 '24 04:02 Saatvik-Aggarwal

Using the latest code with 8.0 release creates a grid without avoiding any pads or traces using the grid or star options.

Unfortunate as this is a very useful tool for my prototypes and I'd be willing to donate to get it fixed.

ekartgo avatar Feb 27 '24 20:02 ekartgo

Let me check to fix this issue...

jsreynaud avatar Feb 28 '24 10:02 jsreynaud

Let me check to fix this issue...

Did you find the reason for the error?

HaydenHu avatar Mar 04 '24 03:03 HaydenHu

If you have time, fix this bug, I can't do without it

HaydenHu avatar Mar 07 '24 14:03 HaydenHu

Using kicad 0.8.0 and v8.0 branche. I am facing the same issue with vias overlapping traces.

lucblender avatar Mar 11 '24 08:03 lucblender

I have this somewhat similar error: image

VoxelTek avatar Mar 21 '24 23:03 VoxelTek

It's worth noting that this error appears and nothing actually happens, no vias are placed. The project was started as a KiCad 8.99 project and has always been one.

VoxelTek avatar Mar 22 '24 01:03 VoxelTek

I had push an update. Please retry with last commit (on V8.0 branch of course...). And provide update of the status ;)

jsreynaud avatar Mar 24 '24 15:03 jsreynaud

I'm unsure as to the error everyone else is getting, but I still get this issue:

image

VoxelTek avatar Mar 24 '24 22:03 VoxelTek

Seems to work correctly with v8 production now. Thanks for getting this resolved! Note: This is with the Windows version.

ekartgo avatar Mar 25 '24 03:03 ekartgo

Hello,

I am running KiCad 8.0.1 on Windows and using the latest commit on the v8.0 branch and I am experiencing this exact issue.

image

@ekartgo what version of KiCad are you using?

frizzyversion avatar Mar 25 '24 03:03 frizzyversion

Kicad 8.0.1, I tested the commit ada62f8 on branch v8.0. The bug seems fixed, via doesn't overlap with traces any more!

lucblender avatar Mar 25 '24 08:03 lucblender

Hello,

I am running KiCad 8.0.1 on Windows and using the latest commit on the v8.0 branch and I am experiencing this exact issue.

image

@ekartgo what version of KiCad are you using?

Could you double check that ? It's working for at least 2 others people ...

jsreynaud avatar Mar 25 '24 09:03 jsreynaud

I'm unsure as to the error everyone else is getting, but I still get this issue:

image

I think your issue is a different problem. Please provide details on a separate issue.

jsreynaud avatar Mar 25 '24 09:03 jsreynaud

Hello,

I am running KiCad 8.0.1 on Windows and using the latest commit on the v8.0 branch and I am experiencing this exact issue.

@ekartgo what version of KiCad are you using?

8.0.1

I uninstalled the old 7 version, unzipped the 7 version, copied the new v8 CircularZone and ViaStitching folders into the same path, re-zipped the file, and installed from zip. stitchingv8

ekartgo avatar Mar 25 '24 14:03 ekartgo

@ekartgo @jsreynaud

It looks like it is now resolved, I am not sure what I did wrong but I deleted the plugin folder, double-checked I was on the v8.0 branch, copied the "ViaStitching" folder into the scripts folder, and it is now working. Thank you for fixing this 👍

image

frizzyversion avatar Mar 25 '24 21:03 frizzyversion