Pads can be on Dwgs & Eco layers. (KICAD-RQE)

This commit is contained in:
Jeff Young
2025-07-04 16:12:41 -06:00
parent 4b510c59f9
commit 7d18c237b3
+3
View File
@@ -948,6 +948,9 @@ PCB_LAYER_ID PADSTACK::EffectiveLayerFor( PCB_LAYER_ID aLayer ) const
case LAYER_VIA_HOLES:
case LAYER_PAD_HOLEWALLS:
case LAYER_VIA_HOLEWALLS:
case Dwgs_User:
case Eco1_User:
case Eco2_User:
return ALL_LAYERS;
default: