Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
82509640
Commit
82509640
authored
Mar 03, 2010
by
viknn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added item DATASHEET to BOM List in schematic
parent
02d724af
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
build_BOM.cpp
eeschema/build_BOM.cpp
+5
-0
No files found.
eeschema/build_BOM.cpp
View file @
82509640
...
@@ -875,6 +875,11 @@ int DIALOG_BUILD_BOM::PrintComponentsListByPart(
...
@@ -875,6 +875,11 @@ int DIALOG_BUILD_BOM::PrintComponentsListByPart(
fprintf
(
f
,
"%c%15s"
,
s_ExportSeparatorSymbol
,
fprintf
(
f
,
"%c%15s"
,
s_ExportSeparatorSymbol
,
CONV_TO_UTF8
(
DrawLibItem
->
GetField
(
FOOTPRINT
)
->
m_Text
)
);
CONV_TO_UTF8
(
DrawLibItem
->
GetField
(
FOOTPRINT
)
->
m_Text
)
);
#if defined(KICAD_GOST)
fprintf
(
f
,
"%c%20s"
,
s_ExportSeparatorSymbol
,
CONV_TO_UTF8
(
DrawLibItem
->
GetField
(
DATASHEET
)
->
m_Text
)
);
#endif
// print fields
// print fields
for
(
int
jj
=
FIELD1
;
jj
<
FIELD5
;
jj
++
)
for
(
int
jj
=
FIELD1
;
jj
<
FIELD5
;
jj
++
)
fprintf
(
f
,
"%c%12s"
,
s_ExportSeparatorSymbol
,
fprintf
(
f
,
"%c%12s"
,
s_ExportSeparatorSymbol
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment