mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
fix: added back the constant for extra pad thickness in AddPadShape method
This commit is contained in:
parent
42431925cb
commit
0cac688d0e
@ -796,6 +796,7 @@ STEP_PCB_MODEL::~STEP_PCB_MODEL()
|
||||
bool STEP_PCB_MODEL::AddPadShape( const PAD* aPad, const VECTOR2D& aOrigin, bool aVia,
|
||||
SHAPE_POLY_SET* aClipPolygon )
|
||||
{
|
||||
const double c_padExtraThickness = 0.005;
|
||||
bool success = true;
|
||||
std::vector<TopoDS_Shape> padShapes;
|
||||
bool castellated = aClipPolygon && aPad->GetProperty() == PAD_PROP::CASTELLATED;
|
||||
|
Loading…
x
Reference in New Issue
Block a user