Include solder mask in STEP export stackup height.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15632
(cherry picked from commit b4986030da
)
This commit is contained in:
parent
1fdaa1083e
commit
b023019b0d
|
@ -322,6 +322,7 @@ void EXPORTER_STEP::determinePcbThickness()
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case BS_ITEM_TYPE_COPPER:
|
case BS_ITEM_TYPE_COPPER:
|
||||||
|
case BS_ITEM_TYPE_SOLDERMASK:
|
||||||
if( item->IsEnabled() )
|
if( item->IsEnabled() )
|
||||||
thickness += item->GetThickness();
|
thickness += item->GetThickness();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue