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
7cc5985c
Commit
7cc5985c
authored
Jul 05, 2014
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Inner1.Cu in pcb_parser.cpp, start cvpcb work.
parent
61159202
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
layers_id_colors_and_visibility.h
include/layers_id_colors_and_visibility.h
+7
-2
kicad_plugin.cpp
pcbnew/kicad_plugin.cpp
+4
-0
No files found.
include/layers_id_colors_and_visibility.h
View file @
7cc5985c
...
...
@@ -94,12 +94,16 @@ enum LAYER_ID
B_Adhes
,
// 32
F_Adhes
,
B_Paste
,
F_Paste
,
B_SilkS
,
F_SilkS
,
B_Mask
,
F_Mask
,
Dwgs_User
,
Cmts_User
,
Eco1_User
,
...
...
@@ -107,10 +111,11 @@ enum LAYER_ID
Edge_Cuts
,
Margin
,
F_CrtYd
,
// CrtYd & Fab are footprint only
B_CrtYd
,
F_Fab
,
F_CrtYd
,
B_Fab
,
F_Fab
,
LAYER_ID_COUNT
};
...
...
pcbnew/kicad_plugin.cpp
View file @
7cc5985c
...
...
@@ -593,6 +593,10 @@ void PCB_IO::format( BOARD* aBoard, int aNestLevel ) const
Eco2_User
,
Edge_Cuts
,
Margin
,
B_CrtYd
,
F_CrtYd
,
B_Fab
,
F_Fab
,
};
for
(
LSEQ
seq
=
aBoard
->
GetEnabledLayers
().
Seq
(
non_cu
,
DIM
(
non_cu
)
);
seq
;
++
seq
)
...
...
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