Bug: ground planes in V2

there is probably a (minor) bug in V2:

see this simple test-board (connection between J1 and J2 not drawn for illustration):

creating a ground plane with thermal relief leads to this (no plane created at all):

a manual overwriting of the thermal spoke size (even the same size as predefined, here 0,3 mm) does the trick:

It seems to me that the predefined “0,3mm” are not taken into account and assumed =0.

Thanks for reporting @sasmus!

I can reproduce it. The problem is that for new planes, the minimum width is now set to the default trace width (which is initially 0.5mm), but the spoke width is set to 0.3mm, which makes no sense. As soon as the spoke width is set to >= minimum width, the problem is fixed.

That is really bad, I will fix that in the next release.

1 Like