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:
parent
f85dc57642
commit
2c5154c630
|
@ -44,8 +44,8 @@
|
|||
#define DEFAULT_PCB_EDGE_THICKNESS 0.15
|
||||
#define DEFAULT_GRAPHIC_THICKNESS 0.2
|
||||
|
||||
#define DEFAULT_SOLDERMASK_CLEARANCE 0.2
|
||||
#define DEFAULT_SOLDERMASK_MIN_WIDTH Millimeter2iu( 0.0 )
|
||||
#define DEFAULT_SOLDERMASK_CLEARANCE 0.1 // soldermask to pad clearance
|
||||
#define DEFAULT_SOLDERMASK_MIN_WIDTH 0.25 // soldermask minimum dam size
|
||||
|
||||
#define DEFAULT_CUSTOMTRACKWIDTH 0.2
|
||||
#define DEFAULT_TRACKMINWIDTH 0.2 // track width min value
|
||||
|
|
Loading…
Reference in New Issue