Remove layer nag dialogs and just ignore non-shapes on Edge_Cuts.
Fixes https://gitlab.com/kicad/code/kicad/issues/5812
This commit is contained in:
+1
-8
@@ -879,14 +879,7 @@ LSET LSET::BackMask()
|
||||
|
||||
LSET LSET::ForbiddenFootprintLayers()
|
||||
{
|
||||
static const LSET saved = InternalCuMask().set( Margin );
|
||||
return saved;
|
||||
}
|
||||
|
||||
|
||||
LSET LSET::ForbiddenTextLayers()
|
||||
{
|
||||
static const LSET saved( 1, Edge_Cuts );
|
||||
static const LSET saved = InternalCuMask();
|
||||
return saved;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user