It was 4000 previously.

https://github.com/KiCad/kicad-source-mirror/commit/1f50b2c7674e53e74dbd8595dac124785db2089b

This appears to be a useless limit. Can we remove it completely? The Poly fillet code correctly handles fillets that are (too) large.



On 7/07/18 12:41, Marcos Chaparro wrote:
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.png

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

#defineMAX_ZONE_CORNER_RADIUS_MILS400

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

Cheers

Marcos


_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to