pcbnew: adjust default soldermask/dam clearance

The previous clearance values were equivalent to the default copper
clearance, which could cause issues for users who didn't adjust the
values and had alignment errors at the board house.  New values default
to typical dry film minimums.
This commit is contained in:
Seth Hillbrand 2018-09-08 06:33:07 -07:00
parent f85dc57642
commit 2c5154c630
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@
#define DEFAULT_PCB_EDGE_THICKNESS 0.15 #define DEFAULT_PCB_EDGE_THICKNESS 0.15
#define DEFAULT_GRAPHIC_THICKNESS 0.2 #define DEFAULT_GRAPHIC_THICKNESS 0.2
#define DEFAULT_SOLDERMASK_CLEARANCE 0.2 #define DEFAULT_SOLDERMASK_CLEARANCE 0.1 // soldermask to pad clearance
#define DEFAULT_SOLDERMASK_MIN_WIDTH Millimeter2iu( 0.0 ) #define DEFAULT_SOLDERMASK_MIN_WIDTH 0.25 // soldermask minimum dam size
#define DEFAULT_CUSTOMTRACKWIDTH 0.2 #define DEFAULT_CUSTOMTRACKWIDTH 0.2
#define DEFAULT_TRACKMINWIDTH 0.2 // track width min value #define DEFAULT_TRACKMINWIDTH 0.2 // track width min value