Use green soldermask and white silkcreen when unspecified
Also - unspecify colour of soldermask by default Fixes https://gitlab.com/kicad/code/kicad/-/issues/9538
This commit is contained in:
@@ -61,7 +61,7 @@ BOARD_STACKUP_ITEM::BOARD_STACKUP_ITEM( BOARD_STACKUP_ITEM_TYPE aType )
|
||||
|
||||
case BS_ITEM_TYPE_SOLDERMASK:
|
||||
m_TypeName = "soldermask";
|
||||
m_Color = "Green";
|
||||
m_Color = NotSpecifiedPrm();
|
||||
SetMaterial( NotSpecifiedPrm() ); // or other solder mask material name
|
||||
SetThickness( GetMaskDefaultThickness() );
|
||||
SetEpsilonR( DEFAULT_EPSILON_R_SOLDERMASK );
|
||||
|
||||
Reference in New Issue
Block a user