Skip to content

Rule 9.6: fix division errors

KiCad Bot requested to merge 9.6_fix_division_errors into master

Created by: ghost

Added from __future__ import division to ensure ring size is calculated as float even when pad and drill sizes are integers.

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

Edited by Joel Guittet

Merge request reports