7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-20 18:01:41 +00:00

Include solder mask in STEP export stackup height.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/15632
This commit is contained in:
Jeff Young 2023-10-07 10:28:14 +01:00
parent 36853b0df4
commit b4986030da

View File

@ -469,6 +469,7 @@ void EXPORTER_STEP::calculatePcbThickness()
break;
case BS_ITEM_TYPE_COPPER:
case BS_ITEM_TYPE_SOLDERMASK:
if( item->IsEnabled() )
thickness += item->GetThickness();