Browse Source
Pcbnew: Fix incorrect bounding box calculation of texts. Only noticeable with boards conveted from Eagle, which are using other text justification than center.
Pcbnew: Fix incorrect bounding box calculation of texts. Only noticeable with boards conveted from Eagle, which are using other text justification than center.
Eagle plugin: filter and replace not allowed chars in FPID(-':' and '/') by _ or -, if they are used in Eagle footprint names (otherwise, boards converted and saved under kicad_pcb format are not readable by Pcbnew).pull/1/head
9 changed files with 94 additions and 53 deletions
-
37common/base_struct.cpp
-
2eeschema/sch_text.cpp
-
10include/base_struct.h
-
3include/eda_text.h
-
18pcbnew/class_pcb_text.cpp
-
2pcbnew/class_pcb_text.h
-
55pcbnew/class_text_mod.cpp
-
9pcbnew/class_text_mod.h
-
11pcbnew/eagle_plugin.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue