Browse Source

Allow text on margin layer.

pull/13/head
Jeff Young 7 years ago
parent
commit
d7ff3f8af5
  1. 2
      common/lset.cpp

2
common/lset.cpp

@ -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…
Cancel
Save