kicad/eeschema/sch_plugins/altium
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_parser_sch.cpp Handle basic rounding error in schematic import 2022-07-07 11:14:25 -07:00
altium_parser_sch.h altium schematic importer, replace record 211 with compile masks 2021-08-14 11:05:56 +00:00
altium_storage_parser.ksy altium: import images from SchDoc 2021-04-10 21:52:37 +02:00
sch_altium_plugin.cpp Use wxEmptyString instead of wxT( "" ) 2022-02-09 10:33:52 -08:00
sch_altium_plugin.h altium: Improve handling of footprint references 2021-07-07 21:03:21 +02:00