Browse Source
The main issue is the fact Excellon files have no coordinate fine format definition. Only the units are defined. Units are floating point numbers or integer numbers. Integer numbers can be defined as 3.3 or 2.4 numbers (mm/inches) However some files (altium drill files for instance) use an other notation. This fix is a workaround to accept 2.x (inch) or 3.x (mm) notations. Fixes: lp:1754121 https://bugs.launchpad.net/kicad/+bug/1754121 Fixes: lp:1782053 https://bugs.launchpad.net/kicad/+bug/1782053pull/17/head
3 changed files with 30 additions and 9 deletions
Loading…
Reference in new issue