Skip to content

Fix ring size calculation for integer pad and drill sizes

KiCad Bot requested to merge 9.6_fix_integer_division_errors into master

Created by: ghost

See: https://github.com/KiCad/kicad-library-utils/issues/109

Other scripts already use from __future__ import division, so have added it here.

Edited by Joel Guittet

Merge request reports