Allow edge cuts to be drawn in the footprint editor

This commit is contained in:
Ian McInerney 2020-02-27 17:42:46 +00:00 committed by Ian McInerney
parent 4165ae6df1
commit 5482307ac8
2 changed files with 2 additions and 2 deletions

View File

@ -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;
} }

View File

@ -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();