Allow text on margin layer.
This commit is contained in:
parent
be0935b339
commit
d7ff3f8af5
|
@ -792,7 +792,7 @@ LSET LSET::ForbiddenFootprintLayers()
|
|||
|
||||
LSET LSET::ForbiddenTextLayers()
|
||||
{
|
||||
static const LSET saved( 2, Edge_Cuts, Margin );
|
||||
static const LSET saved( 1, Edge_Cuts );
|
||||
return saved;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue