kicad/eeschema/sch_plugins/altium
Seth Hillbrand 6fef054c51 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
2022-07-07 11:13:11 -07:00
..
altium_parser_sch.cpp Handle basic rounding error in schematic import 2022-07-07 11:13:11 -07:00
altium_parser_sch.h Neurotically update position wxPoint usages 2022-01-01 11:55:51 -05:00
altium_storage_parser.ksy altium: import images from SchDoc 2021-04-10 21:52:37 +02:00
sch_altium_plugin.cpp Remove a few call sites of SCH_SHEET::SetSize 2022-04-18 16:23:03 +02:00
sch_altium_plugin.h altium: Introduce new ALTIUM_COMPOUND_FILE object to handle file opening and searching for streams at a central place 2022-01-17 19:54:26 +01:00