59#include <fast_float/fast_float.h>
64#include <wx/filename.h>
65#include <wx/wfstream.h>
66#include <wx/txtstrm.h>
67#include <wx/tokenzr.h>
68#include <boost/ptr_container/ptr_map.hpp>
100#define FIRST_COPPER_LAYER 0
101#define LAYER_N_BACK 0
116#define LAYER_N_FRONT 15
117#define LAST_COPPER_LAYER LAYER_N_FRONT
119#define FIRST_NON_COPPER_LAYER 16
120#define ADHESIVE_N_BACK 16
121#define ADHESIVE_N_FRONT 17
122#define SOLDERPASTE_N_BACK 18
123#define SOLDERPASTE_N_FRONT 19
124#define SILKSCREEN_N_BACK 20
125#define SILKSCREEN_N_FRONT 21
126#define SOLDERMASK_N_BACK 22
127#define SOLDERMASK_N_FRONT 23
133#define LAST_NON_COPPER_LAYER 28
137#define LAYER_BACK (1 << LAYER_N_BACK)
138#define LAYER_2 (1 << LAYER_N_2)
139#define LAYER_3 (1 << LAYER_N_3)
140#define LAYER_4 (1 << LAYER_N_4)
141#define LAYER_5 (1 << LAYER_N_5)
142#define LAYER_6 (1 << LAYER_N_6)
143#define LAYER_7 (1 << LAYER_N_7)
144#define LAYER_8 (1 << LAYER_N_8)
145#define LAYER_9 (1 << LAYER_N_9)
146#define LAYER_10 (1 << LAYER_N_10)
147#define LAYER_11 (1 << LAYER_N_11)
148#define LAYER_12 (1 << LAYER_N_12)
149#define LAYER_13 (1 << LAYER_N_13)
150#define LAYER_14 (1 << LAYER_N_14)
151#define LAYER_15 (1 << LAYER_N_15)
152#define LAYER_FRONT (1 << LAYER_N_FRONT)
153#define ADHESIVE_LAYER_BACK (1 << ADHESIVE_N_BACK)
154#define ADHESIVE_LAYER_FRONT (1 << ADHESIVE_N_FRONT)
155#define SOLDERPASTE_LAYER_BACK (1 << SOLDERPASTE_N_BACK)
156#define SOLDERPASTE_LAYER_FRONT (1 << SOLDERPASTE_N_FRONT)
157#define SILKSCREEN_LAYER_BACK (1 << SILKSCREEN_N_BACK)
158#define SILKSCREEN_LAYER_FRONT (1 << SILKSCREEN_N_FRONT)
159#define SOLDERMASK_LAYER_BACK (1 << SOLDERMASK_N_BACK)
160#define SOLDERMASK_LAYER_FRONT (1 << SOLDERMASK_N_FRONT)
161#define DRAW_LAYER (1 << DRAW_N)
162#define COMMENT_LAYER (1 << COMMENT_N)
163#define ECO1_LAYER (1 << ECO1_N)
164#define ECO2_LAYER (1 << ECO2_N)
165#define EDGE_LAYER (1 << EDGE_N)
170#define ALL_NO_CU_LAYERS 0x1FFF0000
171#define ALL_CU_LAYERS 0x0000FFFF
172#define FRONT_TECH_LAYERS (SILKSCREEN_LAYER_FRONT | SOLDERMASK_LAYER_FRONT \
173 | ADHESIVE_LAYER_FRONT | SOLDERPASTE_LAYER_FRONT)
174#define BACK_TECH_LAYERS (SILKSCREEN_LAYER_BACK | SOLDERMASK_LAYER_BACK \
175 | ADHESIVE_LAYER_BACK | SOLDERPASTE_LAYER_BACK)
176#define ALL_TECH_LAYERS (FRONT_TECH_LAYERS | BACK_TECH_LAYERS)
177#define BACK_LAYERS (LAYER_BACK | BACK_TECH_LAYERS)
178#define FRONT_LAYERS (LAYER_FRONT | FRONT_TECH_LAYERS)
180#define ALL_USER_LAYERS (DRAW_LAYER | COMMENT_LAYER | ECO1_LAYER | ECO2_LAYER )
182#define NO_LAYERS 0x00000000
184#define PCB_LEGACY_TEXT_is_REFERENCE 0
185#define PCB_LEGACY_TEXT_is_VALUE 1
186#define PCB_LEGACY_TEXT_is_DIVERS 2
189#define PCB_LEGACY_INTERNAL_UNIT 10000
192#define SZ( x ) (sizeof(x)-1)
198static bool inline isSpace(
int c ) {
return strchr(
delims, c ) !=
nullptr; }
200#define MASK(x) (1<<(x))
205 const unsigned PROGRESS_DELTA = 250;
209 unsigned curLine =
m_reader->LineNumber();
228#define TESTLINE( x ) ( !strncasecmp( line, x, SZ( x ) ) && isSpace( line[SZ( x )] ) )
231#define TESTSUBSTR( x ) ( !strncasecmp( line, x, SZ( x ) ) )
235#define READLINE( rdr ) rdr->ReadLine()
241static inline char* ReadLine(
LINE_READER* rdr,
const char* caller )
245 const char* line = rdr->
Line();
248 if( !strcmp(
"loadSETUP", caller ) && !strcmp(
"$EndSETUP\n", line ) )
256#define READLINE( rdr ) ReadLine( rdr, __FUNCTION__ )
262 if( !strcmp(
"L", horizontal ) )
265 if( !strcmp(
"R", horizontal ) )
273 if( !strcmp(
"T", vertical ) )
276 if( !strcmp(
"B", vertical ) )
304 return aLegacyLayerNum ==
LAYER_N_FRONT || aLegacyLayerNum < aCu_Count;
311 unsigned old = aLayerNum;
330 wxASSERT( newid >= 0 );
375 for(
int i=0; aMask; ++i, aMask >>= 1 )
391static inline int intParse(
const char*
next,
const char** out =
nullptr )
394 return (
int) strtol(
next, (
char**) out, 10 );
404static inline uint32_t
hexParse(
const char*
next,
const char** out =
nullptr )
406 return (uint32_t) strtoul(
next, (
char**) out, 16 );
440 char* line = reader.
Line();
449 if( !strncasecmp( line,
"$MODULE", strlen(
"$MODULE" ) ) )
466 const std::map<std::string, UTF8>* aProperties,
PROJECT* aProject )
470 std::unique_ptr<BOARD> boardDeleter;
478 boardDeleter = std::make_unique<BOARD>();
484 m_board->SetFileName( aFileName );
535 std::unique_ptr<FOOTPRINT> footprint = std::make_unique<FOOTPRINT>(
m_board );
538 std::string fpName =
StrPurge( line +
SZ(
"$MODULE" ) );
544 if( !fpName.empty() )
545 fpid.
Parse( fpName,
true );
547 footprint->SetFPID( fpid );
552 else if(
TESTLINE(
"$DRAWSEGMENT" ) )
572 else if(
TESTLINE(
"$CZONE_OUTLINE" ) )
593 else if(
TESTLINE(
"$SHEETDESCR" ) )
630 char* line = aReader->
Line();
638 sscanf( line,
"PCBNEW-BOARD Version %d", &ver );
646 if( ver > LEGACY_BOARD_FILE_VERSION )
648 THROW_IO_ERROR( wxString::Format(
_(
"File '%s' has an unrecognized version: %d." ),
661 bool saw_LayerCount =
false;
670 data = strtok_r( line +
SZ(
"Units"),
delims, &saveptr );
672 if( !strcmp( data,
"mm" ) )
679 int tmp =
intParse( line +
SZ(
"LayerCount" ) );
681 m_board->SetCopperLayerCount( tmp );
687 saw_LayerCount =
true;
689 else if(
TESTLINE(
"EnabledLayers" ) )
691 if( !saw_LayerCount )
697 m_board->SetEnabledLayers( new_mask );
701 m_board->SetVisibleLayers( new_mask );
706 else if(
TESTLINE(
"VisibleLayers" ) )
712 if( !saw_LayerCount )
719 m_board->SetVisibleLayers( new_mask );
724 if( !saw_LayerCount )
731 saw_LayerCount =
true;
734 else if(
TESTLINE(
"BoardThickness" ) )
737 m_board->GetDesignSettings().SetBoardThickness( thickn );
759 else if(
TESTLINE(
"$EndGENERAL" ) )
783 char* sname = strtok_r( line +
SZ(
"Sheet" ),
delims, &data );
791 m_error.Printf(
_(
"Unknown sheet type '%s' on line: %d." ),
797 char* width = strtok_r(
nullptr,
delims, &data );
798 char* height = strtok_r(
nullptr,
delims, &data );
799 char* orient = strtok_r(
nullptr,
delims, &data );
804 if( width && height )
816 if( orient && !strcmp( orient,
"portrait" ) )
821 m_board->SetPageSettings( page );
889 else if(
TESTLINE(
"$EndSHEETDESCR" ) )
908 m_board->m_LegacyDesignSettingsLoaded =
true;
909 m_board->m_LegacyNetclassesLoaded =
true;
921 plot_opts.
Parse( &parser );
923 m_board->SetPlotOptions( plot_opts );
928 m_board->GetDesignSettings().m_TentViasFront = tent;
929 m_board->GetDesignSettings().m_TentViasBack = tent;
933 else if(
TESTLINE(
"AuxiliaryAxisOrg" ) )
944 int layer_num =
intParse( line +
SZ(
"Layer[" ), &data );
947 data = strtok_r( (
char*) data+1,
delims, &saveptr );
952 m_board->SetLayerName( layer_id, layerName );
954 data = strtok_r(
nullptr,
delims, &saveptr );
958 LAYER_T type = LAYER::ParseType( data );
959 m_board->SetLayerType( layer_id, type );
966 defaultNetclass->SetTrackWidth( tmp );
968 else if(
TESTLINE(
"TrackWidthList" ) )
973 else if(
TESTLINE(
"TrackClearence" ) )
976 defaultNetclass->SetClearance( tmp );
978 else if(
TESTLINE(
"TrackMinWidth" ) )
983 else if(
TESTLINE(
"ZoneClearence" ) )
988 else if(
TESTLINE(
"Zone_45_Only" ) )
992 else if(
TESTLINE(
"DrawSegmWidth" ) )
997 else if(
TESTLINE(
"EdgeSegmWidth" ) )
1002 else if(
TESTLINE(
"ViaMinSize" ) )
1007 else if(
TESTLINE(
"MicroViaMinSize" ) )
1012 else if(
TESTLINE(
"ViaSizeList" ) )
1017 BIU diameter =
biuParse( line +
SZ(
"ViaSizeList" ), &data );
1019 data = strtok_r( (
char*) data,
delims, (
char**) &data );
1028 defaultNetclass->SetViaDiameter( tmp );
1033 defaultNetclass->SetViaDrill( tmp );
1035 else if(
TESTLINE(
"ViaMinDrill" ) )
1040 else if(
TESTLINE(
"MicroViaSize" ) )
1043 defaultNetclass->SetuViaDiameter( tmp );
1045 else if(
TESTLINE(
"MicroViaDrill" ) )
1048 defaultNetclass->SetuViaDrill( tmp );
1050 else if(
TESTLINE(
"MicroViaMinDrill" ) )
1055 else if(
TESTLINE(
"MicroViasAllowed" ) )
1059 else if(
TESTLINE(
"TextPcbWidth" ) )
1064 else if(
TESTLINE(
"TextPcbSize" ) )
1071 else if(
TESTLINE(
"EdgeModWidth" ) )
1077 else if(
TESTLINE(
"TextModWidth" ) )
1083 else if(
TESTLINE(
"TextModSize" ) )
1103 else if(
TESTLINE(
"Pad2MaskClearance" ) )
1108 else if(
TESTLINE(
"SolderMaskMinWidth" ) )
1113 else if(
TESTLINE(
"Pad2PasteClearance" ) )
1118 else if(
TESTLINE(
"Pad2PasteClearanceRatio" ) )
1120 double ratio = atof( line +
SZ(
"Pad2PasteClearanceRatio" ) );
1124 else if(
TESTLINE(
"GridOrigin" ) )
1131 else if(
TESTLINE(
"VisibleElements" ) )
1137 uint32_t visibleElements =
hexParse( line +
SZ(
"VisibleElements" ) );
1143 for(
size_t i = 0; i < visibles.size(); i++ )
1144 visibles.
set( i, visibleElements & ( 1u << i ) );
1146 m_board->SetVisibleElements( visibles );
1183 for(
int ii = 1; ii < (int) designSettings.
m_TrackWidthList.size() - 1; ii++ )
1204 if(
TESTSUBSTR(
"D" ) && strchr(
"SCAP", line[1] ) )
1250 int orient =
intParse( data, &data );
1251 int layer_num =
intParse( data, &data );
1254 [[maybe_unused]] uint32_t edittime =
hexParse( data, &data );
1256 char* uuid = strtok_r( (
char*) data,
delims, (
char**) &data );
1258 data = strtok_r( (
char*) data+1,
delims, (
char**) &data );
1262 if( data && data[0] ==
'F' )
1265 if( data && data[1] ==
'P' )
1275 char* uuid = strtok_r( (
char*) line +
SZ(
"Sc" ),
delims, (
char**) &data );
1287 data = line +
SZ(
"At" );
1289 if( strstr( data,
"SMD" ) )
1291 else if( strstr( data,
"VIRTUAL" ) )
1301 data = strtok_r( line +
SZ(
"AR" ),
delims, (
char**) &data );
1319 else if(
TESTLINE(
".SolderPasteRatio" ) )
1321 double tmp = atof( line +
SZ(
".SolderPasteRatio" ) );
1335 else if(
TESTLINE(
".SolderPaste" ) )
1340 else if(
TESTLINE(
".SolderMask" ) )
1345 else if(
TESTLINE(
".LocalClearance" ) )
1350 else if(
TESTLINE(
".ZoneConnection" ) )
1352 int tmp =
intParse( line +
SZ(
".ZoneConnection" ) );
1355 else if(
TESTLINE(
".ThermalWidth" ) )
1360 else if(
TESTLINE(
".ThermalGap" ) )
1365 else if(
TESTLINE(
"$EndMODULE" ) )
1371 wxString msg = wxString::Format(
_(
"Missing '$EndMODULE' for MODULE '%s'." ),
1379 std::unique_ptr<PAD>
pad = std::make_unique<PAD>( aFootprint );
1395 char mypadnumber[50];
1397 data = line +
SZ(
"Sh" ) + 1;
1400 data = data +
ReadDelimitedText( mypadnumber, data,
sizeof( mypadnumber ) ) + 1;
1405 unsigned char padchar = (
unsigned char) *data++;
1421 m_error.Printf(
_(
"Unknown padshape '%c=0x%02x' on line: %d of footprint: '%s'." ),
1436 const unsigned char* cp = (
unsigned char*) mypadnumber;
1449 pad->SetNumber( padNumber );
1453 pad->SetOrientation( orient );
1459 BIU drill_y = drill_x;
1465 data = strtok_r( (
char*) data,
delims, &saveptr );
1469 if( data[0] ==
'O' )
1473 data = strtok_r(
nullptr,
delims, &saveptr );
1476 data = strtok_r(
nullptr,
delims, &saveptr );
1481 pad->SetDrillShape( drShape );
1483 pad->SetDrillSize(
VECTOR2I( drill_x, drill_y ) );
1492 data = strtok_r( line +
SZ(
"At" ),
delims, &saveptr );
1494 if( !strcmp( data,
"SMD" ) )
1496 else if( !strcmp( data,
"CONN" ) )
1498 else if( !strcmp( data,
"HOLE" ) )
1503 strtok_r(
nullptr,
delims, &saveptr );
1504 data = strtok_r(
nullptr,
delims, &saveptr );
1509 pad->SetAttribute( attribute );
1516 int netcode =
intParse( line +
SZ(
"Ne" ), &data );
1538 pad->SetFPRelativePosition( pos );
1543 pad->SetPadToDieLength( tmp );
1545 else if(
TESTLINE(
".SolderMask" ) )
1548 pad->SetLocalSolderMaskMargin( tmp );
1550 else if(
TESTLINE(
".SolderPasteRatio" ) )
1552 double tmp = atof( line +
SZ(
".SolderPasteRatio" ) );
1553 pad->SetLocalSolderPasteMarginRatio( tmp );
1555 else if(
TESTLINE(
".SolderPaste" ) )
1558 pad->SetLocalSolderPasteMargin( tmp );
1560 else if(
TESTLINE(
".LocalClearance" ) )
1563 pad->SetLocalClearance( tmp );
1565 else if(
TESTLINE(
".ZoneConnection" ) )
1567 int tmp =
intParse( line +
SZ(
".ZoneConnection" ) );
1570 else if(
TESTLINE(
".ThermalWidth" ) )
1573 pad->SetLocalThermalSpokeWidthOverride( tmp );
1575 else if(
TESTLINE(
".ThermalGap" ) )
1578 pad->SetLocalThermalGapOverride( tmp );
1582 if(
pad->GetSizeX() > 0 &&
pad->GetSizeY() > 0 )
1584 aFootprint->
Add(
pad.release() );
1588 wxLogError(
_(
"Invalid zero-sized pad ignored in\nfile: %s" ),
1612 m_error.Printf(
_(
"Unknown PCB_SHAPE type:'%c=0x%02x' on line %d of footprint '%s'." ),
1613 (
unsigned char) line[1],
1614 (
unsigned char) line[1],
1620 std::unique_ptr<PCB_SHAPE> dwg = std::make_unique<PCB_SHAPE>( aFootprint, shape );
1641 dwg->SetCenter(
VECTOR2I( center0_x, center0_y ) );
1642 dwg->SetStart(
VECTOR2I( start0_x, start0_y ) );
1643 dwg->SetArcAngleAndEnd( angle,
true );
1659 dwg->SetStart(
VECTOR2I( start0_x, start0_y ) );
1660 dwg->SetEnd(
VECTOR2I( end0_x, end0_y ) );
1671 int ptCount =
intParse( data, &data );
1676 dwg->SetStart(
VECTOR2I( start0_x, start0_y ) );
1677 dwg->SetEnd(
VECTOR2I( end0_x, end0_y ) );
1679 std::vector<VECTOR2I> pts;
1680 pts.reserve( ptCount );
1682 for(
int ii = 0; ii < ptCount; ++ii )
1699 pts.emplace_back( x, y );
1702 dwg->SetPolyPoints( pts );
1722 aFootprint->
Add( dwg.release() );
1729 const char* txt_end;
1730 const char* line =
m_reader->Line();
1737 int type =
intParse( line+1, &data );
1752 m_field.Replace( wxT(
"%V" ), wxT(
"${VALUE}" ) );
1753 m_field.Replace( wxT(
"%R" ), wxT(
"${REFERENCE}" ) );
1760 char* mirror = strtok_r( (
char*) data,
delims, (
char**) &data );
1761 char* hide = strtok_r(
nullptr,
delims, (
char**) &data );
1762 char* tmp = strtok_r(
nullptr,
delims, (
char**) &data );
1766 char* italic = strtok_r(
nullptr,
delims, (
char**) &data );
1768 char* hjust = strtok_r( (
char*) txt_end,
delims, (
char**) &data );
1769 char* vjust = strtok_r(
nullptr,
delims, (
char**) &data );
1783 aText->
SetVisible( !(hide && *hide ==
'I') );
1785 aText->
SetItalic( italic && *italic ==
'I' );
1814 auto parseThreeDoubles =
1815 [](
const char* str,
double& x,
double& y,
double& z ) ->
bool
1817 wxString wxStr( str );
1818 wxStr.Trim(
true ).Trim(
false );
1820 wxStringTokenizer tokenizer( wxStr,
" \t", wxTOKEN_STRTOK );
1822 if( !tokenizer.HasMoreTokens() )
1825 wxString token1 = tokenizer.GetNextToken();
1827 if( !token1.ToCDouble( &x ) || !tokenizer.HasMoreTokens() )
1830 wxString token2 = tokenizer.GetNextToken();
1832 if( !token2.ToCDouble( &y ) || !tokenizer.HasMoreTokens() )
1835 wxString token3 = tokenizer.GetNextToken();
1837 if( !token3.ToCDouble( &z ) )
1874 else if(
TESTLINE(
"$EndSHAPE3D" ) )
1876 aFootprint->
Models().push_back( t3D );
1894 std::unique_ptr<PCB_SHAPE> dseg = std::make_unique<PCB_SHAPE>(
m_board );
1905 int shape =
intParse( line +
SZ(
"Po" ), &data );
1915 dseg->SetShape(
static_cast<SHAPE_T>( shape ) );
1916 dseg->SetFilled(
false );
1921 dseg->SetCenter(
VECTOR2I( start_x, start_y ) );
1922 dseg->SetStart(
VECTOR2I( end_x, end_y ) );
1926 dseg->SetStart(
VECTOR2I( start_x, start_y ) );
1927 dseg->SetEnd(
VECTOR2I( end_x, end_y ) );
1935 data = strtok_r( line +
SZ(
"De" ),
delims, &saveptr );
1937 for(
int i = 0; data; ++i, data = strtok_r(
nullptr,
delims, &saveptr ) )
1963 dseg->SetArcAngleAndEnd( angle );
1969 dseg->SetUuidDirect(
KIID( data ) );
1983 dseg->SetBezierC1(
VECTOR2I( x, y ) );
1990 dseg->SetBezierC2(
VECTOR2I( x, y ) );
1998 else if(
TESTLINE(
"$EndDRAWSEGMENT" ) )
2031 netCode =
intParse( line +
SZ(
"Na" ), &data );
2035 if( net ==
nullptr )
2042 THROW_IO_ERROR( wxT(
"Two net definitions in '$EQUIPOT' block" ) );
2045 else if(
TESTLINE(
"$EndEQUIPOT" ) )
2141 int layer_num =
intParse( line +
SZ(
"De" ), &data );
2142 int notMirrored =
intParse( data, &data );
2143 char* uuid = strtok_r( (
char*) data,
delims, (
char**) &data );
2144 char* style = strtok_r(
nullptr,
delims, (
char**) &data );
2145 char* hJustify = strtok_r(
nullptr,
delims, (
char**) &data );
2146 char* vJustify = strtok_r(
nullptr,
delims, (
char**) &data );
2150 pcbtxt->
SetItalic( !strcmp( style,
"Italic" ) );
2176 else if(
TESTLINE(
"$EndTEXTPCB" ) )
2200 if( line[0] ==
'$' )
2206 int legacy_viatype =
intParse( line +
SZ(
"Po" ), &data );
2215 data = strtok_r( (
char*) data,
delims, (
char**) &data );
2245 int layer_num =
intParse( line +
SZ(
"De" ), &data );
2246 int type =
intParse( data, &data );
2247 int net_code =
intParse( data, &data );
2248 char* uuid = strtok_r( (
char*) data,
delims, (
char**) &data );
2251 intParse( data, (
const char**) &data );
2263 wxFAIL_MSG( wxT(
"Segment type unknown" ) );
2281 if( legacy_viatype == 1 )
2283 else if( legacy_viatype == 2 )
2368 std::shared_ptr<NETCLASS> nc = std::make_shared<NETCLASS>( wxEmptyString );
2378 m_board->GetDesignSettings().m_NetSettings->SetNetclassPatternAssignment(
2379 netname, nc->GetName() );
2384 nc->SetClearance( tmp );
2386 else if(
TESTLINE(
"TrackWidth" ) )
2389 nc->SetTrackWidth( tmp );
2394 nc->SetViaDiameter( tmp );
2399 nc->SetViaDrill( tmp );
2404 nc->SetuViaDiameter( tmp );
2409 nc->SetuViaDrill( tmp );
2421 else if(
TESTLINE(
"$EndNCLASS" ) )
2423 if(
m_board->GetDesignSettings().m_NetSettings->HasNetclass( nc->GetName() ) )
2430 m_error.Printf(
_(
"Duplicate NETCLASS name '%s'." ), nc->GetName() );
2435 m_board->GetDesignSettings().m_NetSettings->SetNetclass( nc->GetName(), nc );
2448 std::unique_ptr<ZONE> zc = std::make_unique<ZONE>(
m_board );
2451 bool endContour =
false;
2475 zc->AppendCorner(
VECTOR2I( x, y ), holeIndex );
2485 char* uuid = strtok_r( (
char*) line +
SZ(
"ZInfo" ),
delims, (
char**) &data );
2486 int netcode =
intParse( data, &data );
2491 zc->SetUuidDirect(
KIID( uuid ) );
2496 zc->BOARD_CONNECTED_ITEM::SetNetCode(
getNetCode( netcode ) );
2500 int layer_num =
intParse( line +
SZ(
"ZLayer" ) );
2507 char* hopt = strtok_r( (
char*) data,
delims, (
char**) &data );
2511 m_error.Printf(
_(
"Bad ZAux for CZONE_CONTAINER '%s'" ),
2512 zc->GetNetname().GetData() );
2522 m_error.Printf(
_(
"Bad ZAux for CZONE_CONTAINER '%s'" ),
2523 zc->GetNetname().GetData() );
2529 else if(
TESTLINE(
"ZSmoothing" ) )
2532 int smoothing =
intParse( line +
SZ(
"ZSmoothing" ), &data );
2537 m_error.Printf(
_(
"Bad ZSmoothing for CZONE_CONTAINER '%s'" ),
2538 zc->GetNetname().GetData() );
2542 zc->SetCornerSmoothingType( smoothing );
2543 zc->SetCornerRadius( cornerRadius );
2548 zc->SetIsRuleArea(
true );
2549 zc->SetDoNotAllowPads(
false );
2550 zc->SetDoNotAllowFootprints(
false );
2553 token = strtok_r( line +
SZ(
"ZKeepout" ),
delims, (
char**) &data );
2557 if( !strcmp( token,
"tracks" ) )
2559 token = strtok_r(
nullptr,
delims, (
char**) &data );
2560 zc->SetDoNotAllowTracks( token && *token ==
'N' );
2562 else if( !strcmp( token,
"vias" ) )
2564 token = strtok_r(
nullptr,
delims, (
char**) &data );
2565 zc->SetDoNotAllowVias( token && *token ==
'N' );
2567 else if( !strcmp( token,
"copperpour" ) )
2569 token = strtok_r(
nullptr,
delims, (
char**) &data );
2570 zc->SetDoNotAllowZoneFills( token && *token ==
'N' );
2573 token = strtok_r(
nullptr,
delims, (
char**) &data );
2579 int fillmode =
intParse( line +
SZ(
"ZOptions" ), &data );
2581 char fillstate = data[1];
2582 BIU thermalReliefGap =
biuParse( data += 2 , &data );
2589 wxLogWarning(
_(
"The legacy segment zone fill mode is no longer supported.\n"
2590 "Zone fills will be converted on a best-effort basis." ) );
2597 zc->SetIsFilled( fillstate ==
'S' );
2598 zc->SetThermalReliefGap( thermalReliefGap );
2599 zc->SetThermalReliefSpokeWidth( thermalReliefCopperBridge );
2601 else if(
TESTLINE(
"ZClearance" ) )
2605 char* padoption = strtok_r( (
char*) data,
delims, (
char**) &data );
2608 switch( *padoption )
2615 m_error.Printf(
_(
"Bad ZClearance padoption for CZONE_CONTAINER '%s'" ),
2616 zc->GetNetname().GetData() );
2621 zc->SetPadConnection( popt );
2623 else if(
TESTLINE(
"ZMinThickness" ) )
2626 zc->SetMinThickness( thickness );
2630 int priority =
intParse( line +
SZ(
"ZPriority" ) );
2631 zc->SetAssignedPriority( priority );
2633 else if(
TESTLINE(
"$POLYSCORNERS" ) )
2638 bool makeNewOutline =
true;
2642 if(
TESTLINE(
"$endPOLYSCORNERS" ) )
2649 if( makeNewOutline )
2652 polysList.
Append( x, y );
2655 bool end_contour =
intParse( data, &data );
2658 makeNewOutline = end_contour;
2661 zc->SetFilledPolysList( zc->GetFirstLayer(), polysList );
2663 else if(
TESTLINE(
"$FILLSEGMENTS" ) )
2667 if(
TESTLINE(
"$endFILLSEGMENTS" ) )
2677 else if(
TESTLINE(
"$endCZONE_OUTLINE" ) )
2681 if( zc->GetIsRuleArea() )
2684 if( zc->GetMinThickness() > 0 )
2694 zc->SetFilledPolysList( layer, inflatedFill );
2700 if( zc->GetNumCorners() > 2 )
2702 if( !zc->IsOnCopperLayer() )
2725 std::unique_ptr<PCB_DIM_ALIGNED> dim = std::make_unique<PCB_DIM_ALIGNED>(
m_board,
2738 dim->UpdateHeight( crossBarF, crossBarO );
2753 int shape =
intParse( line +
SZ(
"De" ), (
const char**) &data );
2754 int layer_num =
intParse( data, &data );
2755 char* uuid = strtok_r( (
char*) data,
delims, (
char**) &data );
2758 dim->SetUuidDirect(
KIID( uuid ) );
2768 dim->SetOverrideText(
From_UTF8( buf ) );
2769 dim->SetOverrideTextEnabled(
true );
2771 dim->SetAutoUnits();
2781 char* mirror = strtok_r( (
char*) data,
delims, (
char**) &data );
2783 dim->SetTextPos(
VECTOR2I( pos_x, pos_y ) );
2784 dim->SetTextSize(
VECTOR2I( width, height ) );
2785 dim->SetMirrored( mirror && *mirror ==
'0' );
2786 dim->SetTextThickness( thickn );
2787 dim->SetTextAngle( orient );
2798 dim->SetLineThickness( width );
2799 crossBarO =
VECTOR2I( crossBarOx, crossBarOy );
2800 crossBarF =
VECTOR2I( crossBarFx, crossBarFy );
2811 dim->SetStart(
VECTOR2I( featureLineDOx, featureLineDOy ) );
2822 dim->SetEnd(
VECTOR2I( featureLineGOx, featureLineGOy ) );
2876 int shape =
intParse( line +
SZ(
"Po" ), &data );
2877 int layer_num =
intParse( data, &data );
2882 char* uuid = strtok_r( (
char*) data,
delims, (
char**) &data );
2890 VECTOR2I( pos_x, pos_y ), size, width );
2903 const char*
end = aValue;
2905 fast_float::from_chars_result
result = fast_float::from_chars( aValue, aValue + strlen( aValue ), fval,
2906 fast_float::chars_format::skip_white_space );
2909 if(
result.ec != std::errc() )
2911 m_error.Printf(
_(
"Invalid floating point number in file: '%s'\nline: %d, offset: %d" ),
2914 (
int)( aValue -
m_reader->Line() + 1 ) );
2921 m_error.Printf(
_(
"Missing floating point number in file: '%s'\nline: %d, offset: %d" ),
2924 (
int)( aValue -
m_reader->Line() + 1 ) );
2942 const char*
end = aValue;
2944 fast_float::from_chars_result
result = fast_float::from_chars( aValue, aValue + strlen( aValue ), fval,
2945 fast_float::chars_format::skip_white_space );
2948 if(
result.ec != std::errc() )
2950 m_error.Printf(
_(
"Invalid floating point number in file: '%s'\nline: %d, offset: %d" ),
2953 (
int)( aValue -
m_reader->Line() + 1 ) );
2960 m_error.Printf(
_(
"Missing floating point number in file: '%s'\nline: %d, offset: %d" ),
2963 (
int)( aValue -
m_reader->Line() + 1 ) );
3038 static long long GetTimestamp(
const wxString& aLibPath );
3072 wxFileName fn( aLibPath );
3074 if( fn.IsFileReadable() && fn.GetModificationTime().IsValid() )
3075 return fn.GetModificationTime().GetValue().GetValue();
3106 if( !
TESTLINE(
"PCBNEW-LibModule-V1" ) )
3109 while( ( line = aReader->
ReadLine() ) !=
nullptr )
3113 const char* units = strtok_r( line +
SZ(
"Units" ),
delims, &data );
3115 if( !strcmp( units,
"mm" ) )
3133 char* line = aReader->
Line();
3141 while( ( line = aReader->
ReadLine() ) !=
nullptr )
3154 }
while( ( line = aReader->
ReadLine() ) !=
nullptr );
3160 m_owner->SetReader( aReader );
3162 char* line = aReader->
Line();
3169 std::unique_ptr<FOOTPRINT> fp_ptr = std::make_unique<FOOTPRINT>(
m_owner->m_board );
3171 std::string footprintName =
StrPurge( line +
SZ(
"$MODULE" ) );
3178 fp_ptr->SetFPID(
LIB_ID( wxEmptyString, footprintName ) );
3180 m_owner->loadFOOTPRINT( fp_ptr.get());
3200 FOOTPRINT_MAP::const_iterator it =
m_footprints.find( footprintName );
3206 wxFAIL_MSG( wxT(
"error doing cache insert using guaranteed unique name" ) );
3213 bool nameOK =
false;
3219 std::string newName = footprintName;
3222 snprintf( buf,
sizeof(buf),
"%d", version++ );
3235 wxFAIL_MSG( wxT(
"error doing cache insert using guaranteed unique "
3243 }
while( ( line = aReader->
ReadLine() ) !=
nullptr );
3266 bool aBestEfforts,
const std::map<std::string, UTF8>* aProperties )
3270 init( aProperties );
3278 errorMsg = ioe.
What();
3284 for(
const auto& footprint :
m_cache->m_footprints )
3285 aFootprintNames.Add(
From_UTF8( footprint.first.c_str() ) );
3287 if( !errorMsg.IsEmpty() && !aBestEfforts )
3293 const wxString& aFootprintName,
bool aKeepUUID,
3294 const std::map<std::string, UTF8>* aProperties )
3296 init( aProperties );
3301 FOOTPRINT_MAP::const_iterator it = footprints.find(
TO_UTF8( aFootprintName ) );
3303 if( it == footprints.end() )
3308 copy->SetParent(
nullptr );
3314 const std::map<std::string, UTF8>* aProperties )
3316 wxFileName fn = aLibraryPath;
3318 if( !fn.FileExists() )
3323 if( wxRemove( aLibraryPath ) )
3325 THROW_IO_ERROR( wxString::Format(
_(
"Footprint library '%s' cannot be deleted." ),
3326 aLibraryPath.GetData() ) );
constexpr int ARC_HIGH_DEF
constexpr EDA_IU_SCALE pcbIUScale
LAYER_T
The allowed types of layers, same as Specctra DSN spec.
constexpr BOX2I KiROUND(const BOX2D &aBoxD)
BASE_SET & set(size_t pos)
virtual bool SetNetCode(int aNetCode, bool aNoAssert)
Set net using a net code.
void SetLayer(PCB_LAYER_ID aLayer) override
Set the layer this item is on.
Container for design settings for a BOARD object.
std::shared_ptr< NET_SETTINGS > m_NetSettings
void SetGridOrigin(const VECTOR2I &aOrigin)
std::unique_ptr< PAD > m_Pad_Master
void SetAuxOrigin(const VECTOR2I &aOrigin)
int m_SolderMaskExpansion
void SetDefaultZoneSettings(const ZONE_SETTINGS &aSettings)
int m_TextThickness[LAYER_CLASS_COUNT]
std::vector< int > m_TrackWidthList
int m_LineThickness[LAYER_CLASS_COUNT]
double m_SolderPasteMarginRatio
ZONE_SETTINGS & GetDefaultZoneSettings()
VECTOR2I m_TextSize[LAYER_CLASS_COUNT]
std::vector< VIA_DIMENSION > m_ViasDimensionsList
void SetUuidDirect(const KIID &aUuid)
Raw UUID assignment.
virtual void SetLayer(PCB_LAYER_ID aLayer)
Set the layer this item is on.
void SetFPRelativePosition(const VECTOR2I &aPos)
Information pertinent to a Pcbnew printed circuit board.
virtual const wxString & GetText() const
Return the string associated with the text object.
virtual void SetTextPos(const VECTOR2I &aPoint)
void SetMirrored(bool isMirrored)
void SetVertJustify(GR_TEXT_V_ALIGN_T aType)
GR_TEXT_H_ALIGN_T GetHorizJustify() const
virtual void SetVisible(bool aVisible)
virtual void SetText(const wxString &aText)
void SetItalic(bool aItalic)
Set the text to be italic - this will also update the font if needed.
void SetHorizJustify(GR_TEXT_H_ALIGN_T aType)
A LINE_READER that reads from an open file.
void Rewind()
Rewind the file and resets the line number back to zero.
char * ReadLine() override
Read a line of text into the buffer and increments the line number counter.
VECTOR3D m_Offset
3D model offset (mm)
VECTOR3D m_Rotation
3D model rotation (degrees)
VECTOR3D m_Scale
3D model scaling factor (dimensionless)
wxString m_Filename
The 3D shape filename in 3D library.
Helper for storing and iterating over GAL_LAYER_IDs.
Hold an error message and may be used when throwing exceptions containing meaningful error messages.
virtual const wxString What() const
A composite of Problem() and Where()
A logical library item identifier and consists of various portions much like a URI.
int Parse(const UTF8 &aId, bool aFix=false)
Parse LIB_ID with the information from aId.
const UTF8 & GetLibItemName() const
An abstract class from which implementation specific LINE_READERs may be derived to read single lines...
virtual char * ReadLine()=0
Read a line of text into the buffer and increments the line number counter.
virtual const wxString & GetSource() const
Returns the name of the source of the lines in an abstract sense.
char * Line() const
Return a pointer to the last line that was read in.
LSET is a set of PCB_LAYER_IDs.
static const LSET & AllCuMask()
return AllCuMask( MAX_CU_LAYERS );
Handle the data for a net.
static const int UNCONNECTED
Constant that holds the "unconnected net" number (typically 0) all items "connected" to this net are ...
std::shared_ptr< NETCLASS > GetDefaultNetclass() const
Gets the default netclass for the project.
static constexpr PCB_LAYER_ID ALL_LAYERS
! Temporary layer identifier to identify code that is not padstack-aware
void SetDrillSize(const VECTOR2I &aSize)
void SetSize(PCB_LAYER_ID aLayer, const VECTOR2I &aSize)
Describe the page size and margins of a paper page on which to eventually print or plot.
void SetPortrait(bool aIsPortrait)
Rotate the paper page 90 degrees.
bool SetType(PAGE_SIZE_TYPE aPageSize, bool aIsPortrait=false)
Set the name of the page type and also the sizes and margins commonly associated with that type name.
void SetHeightMils(double aHeightInMils)
void SetWidthMils(double aWidthInMils)
const PAGE_SIZE_TYPE & GetType() const
A #PLUGIN derivation which could possibly be put into a DLL/DSO.
wxString m_error
for throwing exceptions
EDA_ANGLE degParse(const char *aValue, const char **nptrptr=nullptr)
Parse an ASCII decimal floating point value which is certainly an angle in tenths of a degree.
void init(const std::map< std::string, UTF8 > *aProperties)
initialize PLUGIN like a constructor would, and futz with fresh BOARD if needed.
void loadMODULE_TEXT(PCB_TEXT *aText)
bool CanReadFootprint(const wxString &aFileName) const override
Checks if this PCB_IO can read a footprint from specified file or directory.
PROGRESS_REPORTER * m_progressReporter
may be NULL, no ownership
void loadFP_SHAPE(FOOTPRINT *aFootprint)
std::vector< int > m_netCodes
net codes mapping for boards being loaded
long long GetLibraryTimestamp(const wxString &aLibraryPath) const override
Generate a timestamp representing all the files in the library (including the library directory).
void loadAllSections(bool doAppend)
bool m_showLegacySegmentZoneWarning
unsigned m_lineCount
for progress reporting
void cacheLib(const wxString &aLibraryPath)
we only cache one footprint library for now, this determines which one.
void loadPAD(FOOTPRINT *aFootprint)
double biuToDisk
convert from BIUs to disk engineering units with this scale factor
static LSET leg_mask2new(int cu_count, unsigned aMask)
void loadTrackList(int aStructType)
Read a list of segments (Tracks and Vias, or Segzones)
void FootprintEnumerate(wxArrayString &aFootprintNames, const wxString &aLibraryPath, bool aBestEfforts, const std::map< std::string, UTF8 > *aProperties=nullptr) override
Return a list of footprint names contained within the library at aLibraryPath.
unsigned m_lastProgressLine
LINE_READER * m_reader
no ownership here.
bool DeleteLibrary(const wxString &aLibraryPath, const std::map< std::string, UTF8 > *aProperties=nullptr) override
Delete an existing library and returns true, or if library does not exist returns false,...
double diskToBiu
convert from disk engineering units to BIUs
BOARD * LoadBoard(const wxString &aFileName, BOARD *aAppendToMe, const std::map< std::string, UTF8 > *aProperties=nullptr, PROJECT *aProject=nullptr) override
Load information from some input file format that this PCB_IO implementation knows about into either ...
BIU biuParse(const char *aValue, const char **nptrptr=nullptr)
Parse an ASCII decimal floating point value and scales it into a BIU according to the current value o...
void loadZONE_CONTAINER()
wxString m_field
reused to stuff FOOTPRINT fields.
void checkpoint()
Converts net code using the mapping table if available, otherwise returns unchanged net code.
void loadFOOTPRINT(FOOTPRINT *aFootprint)
FILE * m_fp
no ownership here.
static int getVersion(LINE_READER *aReader)
void load3D(FOOTPRINT *aFootprint)
bool CanReadBoard(const wxString &aFileName) const override
Checks if this PCB_IO can read the specified board file.
int getNetCode(int aNetCode)
bool IsLibraryWritable(const wxString &aLibraryPath) override
Return true if the library at aLibraryPath is writable.
int m_loading_format_version
which BOARD_FORMAT_VERSION am I Load()ing?
static PCB_LAYER_ID leg_layer2new(int cu_count, int aLayerNum)
FOOTPRINT * FootprintLoad(const wxString &aLibraryPath, const wxString &aFootprintName, bool aKeepUUID=false, const std::map< std::string, UTF8 > *aProperties=nullptr) override
Load a footprint having aFootprintName from the aLibraryPath containing a library format that this PC...
BOARD * m_board
The board BOARD being worked on, no ownership here.
virtual bool CanReadFootprint(const wxString &aFileName) const
Checks if this PCB_IO can read a footprint from specified file or directory.
virtual bool CanReadBoard(const wxString &aFileName) const
Checks if this PCB_IO can read the specified board file.
PCB_IO(const wxString &aName)
const std::map< std::string, UTF8 > * m_props
Properties passed via Save() or Load(), no ownership, may be NULL.
The parser for PCB_PLOT_PARAMS.
Parameters and options when plotting/printing a board.
std::optional< bool > GetLegacyPlotViaOnMaskLayer() const
void Parse(PCB_PLOT_PARAMS_PARSER *aParser)
void SetTextThickness(int aWidth) override
The TextThickness is that set by the user.
void SetTextSize(VECTOR2I aNewSize, bool aEnforceMinTextSize=true) override
void SetTextAngle(const EDA_ANGLE &aAngle) override
void SetEnd(const VECTOR2I &aEnd)
void SetPosition(const VECTOR2I &aPos) override
virtual void SetWidth(int aWidth)
void SetDrillDefault()
Set the drill value for vias to the default value UNDEFINED_DRILL_DIAMETER.
void SetDrill(int aDrill)
void SetPosition(const VECTOR2I &aPoint) override
void SetLayerPair(PCB_LAYER_ID aTopLayer, PCB_LAYER_ID aBottomLayer)
For a via m_layer contains the top layer, the other layer is in m_bottomLayer/.
void SetViaType(VIATYPE aViaType)
VIATYPE GetViaType() const
void SetWidth(int aWidth) override
Container for project specific data.
Represent a set of closed polygons.
int Append(int x, int y, int aOutline=-1, int aHole=-1, bool aAllowDuplication=false)
Appends a vertex at the end of the given outline/hole (default: the last outline)
int NewOutline()
Creates a new empty polygon in the set and returns its index.
void InflateWithLinkedHoles(int aFactor, CORNER_STRATEGY aCornerStrategy, int aMaxError)
Perform outline inflation/deflation, using round corners.
Simple container to manage line stroke parameters.
Hold the information shown in the lower right corner of a plot, printout, or editing view.
void SetRevision(const wxString &aRevision)
void SetComment(int aIdx, const wxString &aComment)
void SetTitle(const wxString &aTitle)
void SetCompany(const wxString &aCompany)
void SetDate(const wxString &aDate)
Set the date field, and defaults to the current time and date.
Read lines of text from another LINE_READER but only returns non-comment lines and non-blank lines wi...
char * ReadLine() override
Read a line of text into the buffer and increments the line number counter.
ZONE_SETTINGS handles zones parameters.
static int GetDefaultHatchPitch()
This file is part of the common library.
@ ROUND_ALL_CORNERS
All angles are rounded.
static bool isSpace(char cc)
Test for whitespace.
#define IGNORE_PARENT_GROUP
void ignore_unused(const T &)
#define THROW_IO_ERROR(msg)
macro which captures the "call site" values of FILE_, __FUNCTION & LINE
PCB_LAYER_ID BoardLayerFromLegacyId(int aLegacyId)
Retrieve a layer ID from an integer converted from a legacy (pre-V9) enum value.
PCB_LAYER_ID
A quick note on layer IDs:
This file contains miscellaneous commonly used macros and functions.
PAD_DRILL_SHAPE
The set of pad drill shapes, used with PAD::{Set,Get}DrillShape()
PAD_ATTRIB
The set of pad shapes, used with PAD::{Set,Get}Attribute().
@ NPTH
like PAD_PTH, but not plated mechanical use only, no connection allowed
@ SMD
Smd pad, appears on the solder paste layer (default)
@ PTH
Plated through hole pad.
@ CONN
Like smd, does not appear on the solder paste layer (default) Note: also has a special attribute in G...
PAD_SHAPE
The set of pad shapes, used with PAD::{Set,Get}Shape()
std::map< wxString, FOOTPRINT * > FOOTPRINT_MAP
static GR_TEXT_V_ALIGN_T vertJustify(const char *vertical)
static int intParse(const char *next, const char **out=nullptr)
Parse an ASCII integer string with possible leading whitespace into an integer and updates the pointe...
#define SILKSCREEN_N_BACK
#define PCB_LEGACY_TEXT_is_DIVERS
#define SZ(x)
Get the length of a string constant, at compile time.
static const char delims[]
#define TESTSUBSTR(x)
C sub-string compare test for a specific length of characters.
#define LAST_NON_COPPER_LAYER
PCB_IO_KICAD_LEGACY::BIU BIU
#define SOLDERMASK_N_FRONT
#define SOLDERMASK_N_BACK
bool is_leg_copperlayer_valid(int aCu_Count, int aLegacyLayerNum)
#define SOLDERPASTE_N_BACK
int layerMaskCountSet(LEG_MASK aMask)
Count the number of set layers in the mask.
static uint32_t hexParse(const char *next, const char **out=nullptr)
Parse an ASCII hex integer string with possible leading whitespace into a long integer and updates th...
#define SOLDERPASTE_N_FRONT
#define PCB_LEGACY_TEXT_is_REFERENCE
static GR_TEXT_H_ALIGN_T horizJustify(const char *horizontal)
#define SILKSCREEN_N_FRONT
#define TESTLINE(x)
C string compare test for a specific length of characters.
boost::ptr_map< std::string, FOOTPRINT > FOOTPRINT_MAP
#define FIRST_NON_COPPER_LAYER
#define PCB_LEGACY_TEXT_is_VALUE
static bool isSpace(int c)
#define FIRST_COPPER_LAYER
#define FOOTPRINT_LIBRARY_HEADER_CNT
#define FOOTPRINT_LIBRARY_HEADER
wxString ConvertToNewOverbarNotation(const wxString &aOldStr)
Convert the old ~...~ overbar notation to the new ~{...} one.
wxString From_UTF8(const char *cstring)
int ReadDelimitedText(wxString *aDest, const char *aSource)
Copy bytes from aSource delimited string segment to aDest wxString.
bool ReplaceIllegalFileNameChars(std::string &aName, int aReplaceChar)
Checks aName for illegal file name characters.
char * StrPurge(char *text)
Remove leading and training spaces, tabs and end of line chars in text.
#define TO_UTF8(wxstring)
Convert a wxString to a UTF8 encoded C string for all wxWidgets build modes.
PCB_IO_KICAD_LEGACY * m_owner
void ReadAndVerifyHeader(LINE_READER *aReader)
long long m_cache_timestamp
void LoadModules(LINE_READER *aReader)
FOOTPRINT_MAP m_footprints
static long long GetTimestamp(const wxString &aLibPath)
LP_CACHE(PCB_IO_KICAD_LEGACY *aOwner, const wxString &aLibraryPath)
void SkipIndex(LINE_READER *aReader)
@ USER
The field ID hasn't been set yet; field is invalid.
wxString result
Test unit parsing edge cases and error handling.
GR_TEXT_H_ALIGN_T
This is API surface mapped to common.types.HorizontalAlignment.
GR_TEXT_V_ALIGN_T
This is API surface mapped to common.types.VertialAlignment.
@ PCB_VIA_T
class PCB_VIA, a via (like a track segment on a copper layer)
@ PCB_TEXT_T
class PCB_TEXT, text on a layer
@ NOT_USED
the 3d code uses this value
@ PCB_DIM_ALIGNED_T
class PCB_DIM_ALIGNED, a linear dimension (graphic item)
@ PCB_TRACE_T
class PCB_TRACK, a track segment (segment on a copper layer)
VECTOR2< int32_t > VECTOR2I
ZONE_BORDER_DISPLAY_STYLE
Zone border styles.
ZONE_CONNECTION
How pads are covered by copper in zone.
@ THERMAL
Use thermal relief for pads.
@ THT_THERMAL
Thermal relief only for THT pads.
@ NONE
Pads are not covered.
@ FULL
pads are covered by copper