Commit f95e968c authored by charras's avatar charras

More about copper zones filled without grid (by polygons) - work still in progress

parent f64c5401
...@@ -311,7 +311,7 @@ void AddThermalReliefPadPolygon( Bool_Engine* aBooleng, ...@@ -311,7 +311,7 @@ void AddThermalReliefPadPolygon( Bool_Engine* aBooleng,
// Now, add the 4 holes ( each is the pattern, rotated by 0, 90, 180 and 270 deg // Now, add the 4 holes ( each is the pattern, rotated by 0, 90, 180 and 270 deg
angle = 0; angle = 450; // TODO: problems with kbool if angle = 0 (bad filled polygon on some pads, but not alls)
for( unsigned ihole = 0; ihole < 4; ihole++ ) for( unsigned ihole = 0; ihole < 4; ihole++ )
{ {
if( aBooleng->StartPolygonAdd( GROUP_B ) ) if( aBooleng->StartPolygonAdd( GROUP_B ) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment