Skip to content

Fix for KLC9.6 with oval pads

KiCad Bot requested to merge github/fork/Ratfink/master into master

Created by: Ratfink

While cca77e65 fixed the rounding error for circular holes, the problem still existed for oval-shaped holes. This commit applies the same method (rounding the annular ring before comparing to the minimum size) to the non-circular pad code path.

Merge request reports