kicad/eeschema/sch_plugins
Seth Hillbrand 95fcf53353 Handle basic rounding error in schematic import
The fractional part of Altium schematic units is an integer number of
1/10000 mil segments, which is 2.54 nm.  The internal unit of eeschema
is 10 nm, so each fractional unit in Altium is 0.254 base eeschema
units.  To be consistent with
cf33cfcad1
we round to the nearest 10nm for each element

Fixes https://gitlab.com/kicad/code/kicad/issues/11742

(cherry picked from commit 6fef054c51)
2022-07-07 11:14:25 -07:00
..
altium Handle basic rounding error in schematic import 2022-07-07 11:14:25 -07:00
cadstar CADSTAR Sch: Clear symbol of all elements before overwriting with new one 2022-04-12 21:42:03 +01:00
eagle Repair Eagle importer page number handling. 2022-06-08 15:58:52 +01:00
kicad PLOTTER: do not clamp coordinates to an arbitrary value. 2022-04-04 13:52:21 -07:00
legacy Eeschema: fix symbol library remap bug. 2022-06-05 18:12:39 -04:00