Undo the change in specctra_export I erroneously committed, which is not fully tested.

This commit is contained in:
jean-pierre charras 2013-12-19 12:43:16 +01:00
parent 50f6186ebc
commit dd3da8428c
1 changed files with 1 additions and 1 deletions

View File

@ -1008,7 +1008,7 @@ void SPECCTRA_DB::fillBOUNDARY( BOARD* aBoard, BOUNDARY* boundary ) throw( IO_ER
// Set maximum proximity threshold for point to point nearness metric for // Set maximum proximity threshold for point to point nearness metric for
// board perimeter only, not interior keepouts yet. // board perimeter only, not interior keepouts yet.
prox = Mils2iu( 1 ); prox = Mils2iu( 0 );
// Output the Edge.Cuts perimeter as circle or polygon. // Output the Edge.Cuts perimeter as circle or polygon.
if( graphic->GetShape() == S_CIRCLE ) if( graphic->GetShape() == S_CIRCLE )