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
ce91e15b
Commit
ce91e15b
authored
Oct 19, 2007
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make pcbnew/clean.cpp readable
parent
7693e34e
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
155 additions
and
134 deletions
+155
-134
autorout.h
pcbnew/autorout.h
+6
-6
clean.cpp
pcbnew/clean.cpp
+149
-128
No files found.
pcbnew/autorout.h
View file @
ce91e15b
...
@@ -61,13 +61,13 @@ public:
...
@@ -61,13 +61,13 @@ public:
/****************************************************************/
/****************************************************************/
/* description d'un point de piste pour le suivi des connexions */
/* description d'un point de piste pour le suivi des connexions */
/****************************************************************/
/****************************************************************/
#define START_
SUR_PAD
0x10
#define START_
ON_PAD
0x10
#define END_
SUR_PAD
0x20
#define END_
ON_PAD
0x20
#define START_
SUR_TRACK
0x40
#define START_
ON_TRACK
0x40
#define END_
SUR_TRACK
0x80
#define END_
ON_TRACK
0x80
#define START_EQU_VIA
0x10
//#define START_EQU_VIA
0x10
#define END_EQU_VIA
0x20
//#define END_EQU_VIA
0x20
/* Status bit (OR'ed bits) for class BOARD member .m_Status_Pcb */
/* Status bit (OR'ed bits) for class BOARD member .m_Status_Pcb */
...
...
pcbnew/clean.cpp
View file @
ce91e15b
This diff is collapsed.
Click to expand it.
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