Skip to content

fix KLC CI script failure in case 360° arcs are processed

When kicad_mod reads in a footprint which contains an arc which has an angle of 360 degrees (start = end), it produces a division by zero. This MR fixes this problem by handling the special case start=end separately.

Merge request reports

Loading