← Back to team overview

kicad-developers team mailing list archive

Zone fillet radius limitation

 

Hi,
could we increase the radius limit for the zone fillets?

It currently is at 0.4 inch radius, its a rather arbitrary limitation, and
when I try a workaround to make a copper arc zone, I type 15mm but I'm
being limited to 10.14mm (0.4inch)

[image: image.png]

Its an easy fix, just change the max 400 mils to a higher value. 4000 maybe?

#define MAX_ZONE_CORNER_RADIUS_MILS 400

https://github.com/KiCad/kicad-source-mirror/blob/b43dc7954ce1a76ff19581db02ca7c8d2cf5b4d2/pcbnew/zone_settings.h#L35

Cheers

Marcos

PNG image


Follow ups