simpler default net class

This commit is contained in:
dickelbeck 2008-03-31 13:45:36 +00:00
parent 4a2830e4a4
commit 4cf118ea0b
1 changed files with 2 additions and 0 deletions

View File

@ -983,6 +983,7 @@ void SPECCTRA_DB::FromBOARD( BOARD* aBoard ) throw( IOError )
sprintf( rule, "(clearance %.6g)", clearance );
rules.push_back( rule );
/* see: http://www.freerouting.net/usren/viewtopic.php?f=5&t=339#p474
sprintf( rule, "(clearance %.6g (type pad_to_turn_gap))", clearance );
rules.push_back( rule );
@ -1003,6 +1004,7 @@ void SPECCTRA_DB::FromBOARD( BOARD* aBoard ) throw( IOError )
sprintf( rule, "(clearance %.6g (type smd_pin))", clearance );
rules.push_back( rule );
*/
// well, the user is going to text edit these in the DSN file anyway,
// at least until we have an export dialog.