Allow text on margin layer.

This commit is contained in:
Jeff Young 2018-11-01 23:33:03 +00:00
parent be0935b339
commit d7ff3f8af5
1 changed files with 1 additions and 1 deletions

View File

@ -792,7 +792,7 @@ LSET LSET::ForbiddenFootprintLayers()
LSET LSET::ForbiddenTextLayers() LSET LSET::ForbiddenTextLayers()
{ {
static const LSET saved( 2, Edge_Cuts, Margin ); static const LSET saved( 1, Edge_Cuts );
return saved; return saved;
} }