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
835bb37b
Commit
835bb37b
authored
Oct 31, 2014
by
Michal Jahelka
Committed by
Brian Sidebotham
Oct 31, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove library nickname from module position file
parent
03d50b22
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gen_modules_placefile.cpp
pcbnew/exporters/gen_modules_placefile.cpp
+1
-1
No files found.
pcbnew/exporters/gen_modules_placefile.cpp
View file @
835bb37b
...
...
@@ -493,7 +493,7 @@ int PCB_EDIT_FRAME::DoGenFootprintsPositionFile( const wxString& aFullFileName,
const
wxString
&
ref
=
list
[
ii
].
m_Reference
;
const
wxString
&
val
=
list
[
ii
].
m_Value
;
const
wxString
&
pkg
=
list
[
ii
].
m_Module
->
GetFPID
().
Format
();
const
wxString
&
pkg
=
list
[
ii
].
m_Module
->
GetFPID
().
GetFootprintName
();
sprintf
(
line
,
"%-8.8s %-16.16s %-16.16s"
,
TO_UTF8
(
ref
),
TO_UTF8
(
val
),
TO_UTF8
(
pkg
)
);
...
...
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