Allow edge cuts to be drawn in the footprint editor
This commit is contained in:
parent
4165ae6df1
commit
5482307ac8
|
@ -879,7 +879,7 @@ LSET LSET::BackMask()
|
||||||
|
|
||||||
LSET LSET::ForbiddenFootprintLayers()
|
LSET LSET::ForbiddenFootprintLayers()
|
||||||
{
|
{
|
||||||
static const LSET saved = InternalCuMask().set( Edge_Cuts ).set( Margin );
|
static const LSET saved = InternalCuMask().set( Margin );
|
||||||
return saved;
|
return saved;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -652,7 +652,7 @@ public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Layers which are not allowed within footprint definitions. Currently internal
|
* Layers which are not allowed within footprint definitions. Currently internal
|
||||||
* copper layers, Edge.Cuts and Margin.
|
* copper layers and Margin.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static LSET ForbiddenFootprintLayers();
|
static LSET ForbiddenFootprintLayers();
|
||||||
|
|
Loading…
Reference in New Issue