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
e2e4fc48
Commit
e2e4fc48
authored
Jul 05, 2014
by
Lorenzo Marcantonio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing support for reading the *.CrtYd layer token
parent
9a7116d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
pcb_parser.cpp
pcbnew/pcb_parser.cpp
+1
-0
No files found.
pcbnew/pcb_parser.cpp
View file @
e2e4fc48
...
...
@@ -77,6 +77,7 @@ void PCB_PARSER::init()
m_layerMasks
[
"*.Mask"
]
=
LSET
(
2
,
B_Mask
,
F_Mask
);
m_layerMasks
[
"*.SilkS"
]
=
LSET
(
2
,
B_SilkS
,
F_SilkS
);
m_layerMasks
[
"*.Fab"
]
=
LSET
(
2
,
B_Fab
,
F_Fab
);
m_layerMasks
[
"*.CrtYd"
]
=
LSET
(
2
,
B_CrtYd
,
F_CrtYd
);
// This is for the first pretty format, which had Inner1_Cu-Inner14_Cu with the numbering
// sequence reversed from the In1_Cu-In30_Cu version 2 pretty numbering scheme.
...
...
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