mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 13:31:42 +00:00
Set copper edge clearance to a more reasonable default
This commit is contained in:
parent
b176881d49
commit
1215a967e2
@ -86,7 +86,7 @@
|
||||
#define DEFAULT_HOLETOHOLEMIN 0.25 // minimum web thickness between two drilled holes
|
||||
#define DEFAULT_HOLECLEARANCE 0.25 // copper-to-hole clearance (from IPC level A)
|
||||
|
||||
#define DEFAULT_COPPEREDGECLEARANCE 0.01 // clearance between copper items and edge cuts
|
||||
#define DEFAULT_COPPEREDGECLEARANCE 0.5 // clearance between copper items and edge cuts
|
||||
#define LEGACY_COPPEREDGECLEARANCE -0.01 // A flag to indicate the legacy method (based
|
||||
// on edge cut line thicknesses) should be used.
|
||||
#define DEFAULT_SILKCLEARANCE 0.0
|
||||
|
Loading…
Reference in New Issue
Block a user