KiCad PCB EDA Suite
Loading...
Searching...
No Matches
advanced_config.cpp
Go to the documentation of this file.
1/*
2 * This program source code file is part of KiCad, a free EDA CAD application.
3 *
4 * Copyright (C) 2019-2023 KiCad Developers, see AUTHORS.txt for contributors.
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version 2
9 * of the License, or (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, you may find one here:
18 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
19 * or you may search the http://www.gnu.org website for the version 2 license,
20 * or you may write to the Free Software Foundation, Inc.,
21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
22 */
23
24#include <advanced_config.h>
25#include <trace_helpers.h>
26#include <config_params.h>
27#include <paths.h>
28
29#include <wx/app.h>
30#include <wx/config.h>
31#include <wx/filename.h>
32#include <wx/log.h>
33#include <wx/tokenzr.h>
34
35/*
36 * Flag to enable advanced config debugging
37 *
38 * Use "KICAD_ADVANCED_CONFIG" to enable.
39 *
40 * @ingroup trace_env_vars
41 */
42static const wxChar AdvancedConfigMask[] = wxT( "KICAD_ADVANCED_CONFIG" );
43
49namespace AC_STACK
50{
51 static constexpr int min_stack = 32 * 4096;
52 static constexpr int default_stack = 256 * 4096;
53 static constexpr int max_stack = 4096 * 4096;
54}
55
61namespace AC_KEYS
62{
63
64static const wxChar IncrementalConnectivity[] = wxT( "IncrementalConnectivity" );
65static const wxChar Use3DConnexionDriver[] = wxT( "3DConnexionDriver" );
66static const wxChar ExtraFillMargin[] = wxT( "ExtraFillMargin" );
67static const wxChar EnableCreepageSlot[] = wxT( "EnableCreepageSlot" );
68static const wxChar DRCEpsilon[] = wxT( "DRCEpsilon" );
69static const wxChar DRCSliverWidthTolerance[] = wxT( "DRCSliverWidthTolerance" );
70static const wxChar DRCSliverMinimumLength[] = wxT( "DRCSliverMinimumLength" );
71static const wxChar DRCSliverAngleTolerance[] = wxT( "DRCSliverAngleTolerance" );
72static const wxChar HoleWallThickness[] = wxT( "HoleWallPlatingThickness" );
73static const wxChar CoroutineStackSize[] = wxT( "CoroutineStackSize" );
74static const wxChar ShowRouterDebugGraphics[] = wxT( "ShowRouterDebugGraphics" );
75static const wxChar EnableRouterDump[] = wxT( "EnableRouterDump" );
76static const wxChar HyperZoom[] = wxT( "HyperZoom" );
77static const wxChar CompactFileSave[] = wxT( "CompactSave" );
78static const wxChar DrawArcAccuracy[] = wxT( "DrawArcAccuracy" );
79static const wxChar DrawArcCenterStartEndMaxAngle[] = wxT( "DrawArcCenterStartEndMaxAngle" );
80static const wxChar MaxTangentTrackAngleDeviation[] = wxT( "MaxTangentTrackAngleDeviation" );
81static const wxChar MaxTrackLengthToKeep[] = wxT( "MaxTrackLengthToKeep" );
82static const wxChar StrokeTriangulation[] = wxT( "StrokeTriangulation" );
83static const wxChar ExtraZoneDisplayModes[] = wxT( "ExtraZoneDisplayModes" );
84static const wxChar MinPlotPenWidth[] = wxT( "MinPlotPenWidth" );
85static const wxChar DebugZoneFiller[] = wxT( "DebugZoneFiller" );
86static const wxChar DebugPDFWriter[] = wxT( "DebugPDFWriter" );
87static const wxChar SmallDrillMarkSize[] = wxT( "SmallDrillMarkSize" );
88static const wxChar HotkeysDumper[] = wxT( "HotkeysDumper" );
89static const wxChar DrawBoundingBoxes[] = wxT( "DrawBoundingBoxes" );
90static const wxChar ShowPcbnewExportNetlist[] = wxT( "ShowPcbnewExportNetlist" );
91static const wxChar Skip3DModelFileCache[] = wxT( "Skip3DModelFileCache" );
92static const wxChar Skip3DModelMemoryCache[] = wxT( "Skip3DModelMemoryCache" );
93static const wxChar HideVersionFromTitle[] = wxT( "HideVersionFromTitle" );
94static const wxChar TraceMasks[] = wxT( "TraceMasks" );
95static const wxChar ShowRepairSchematic[] = wxT( "ShowRepairSchematic" );
96static const wxChar ShowEventCounters[] = wxT( "ShowEventCounters" );
97static const wxChar AllowManualCanvasScale[] = wxT( "AllowManualCanvasScale" );
98static const wxChar UpdateUIEventInterval[] = wxT( "UpdateUIEventInterval" );
99static const wxChar V3DRT_BevelHeight_um[] = wxT( "V3DRT_BevelHeight_um" );
100static const wxChar V3DRT_BevelExtentFactor[] = wxT( "V3DRT_BevelExtentFactor" );
101static const wxChar UseClipper2[] = wxT( "UseClipper2" );
102static const wxChar EnableDesignBlocks[] = wxT( "EnableDesignBlocks" );
103static const wxChar EnableGenerators[] = wxT( "EnableGenerators" );
104static const wxChar EnableGit[] = wxT( "EnableGit" );
105static const wxChar EnableLibWithText[] = wxT( "EnableLibWithText" );
106static const wxChar EnableLibDir[] = wxT( "EnableLibDir" );
107static const wxChar EnableEeschemaPrintCairo[] = wxT( "EnableEeschemaPrintCairo" );
108static const wxChar DisambiguationTime[] = wxT( "DisambiguationTime" );
109static const wxChar PcbSelectionVisibilityRatio[] = wxT( "PcbSelectionVisibilityRatio" );
110static const wxChar FontErrorSize[] = wxT( "FontErrorSize" );
111static const wxChar OcePluginLinearDeflection[] = wxT( "OcePluginLinearDeflection" );
112static const wxChar OcePluginAngularDeflection[] = wxT( "OcePluginAngularDeflection" );
113static const wxChar TriangulateSimplificationLevel[] = wxT( "TriangulateSimplificationLevel" );
114static const wxChar TriangulateMinimumArea[] = wxT( "TriangulateMinimumArea" );
115static const wxChar EnableCacheFriendlyFracture[] = wxT( "EnableCacheFriendlyFracture" );
116static const wxChar EnableAPILogging[] = wxT( "EnableAPILogging" );
117static const wxChar MaxFileSystemWatchers[] = wxT( "MaxFileSystemWatchers" );
118static const wxChar MinorSchematicGraphSize[] = wxT( "MinorSchematicGraphSize" );
119static const wxChar ResolveTextRecursionDepth[] = wxT( "ResolveTextRecursionDepth" );
120static const wxChar EnableExtensionSnaps[] = wxT( "EnableExtensionSnaps" );
121static const wxChar ExtensionSnapTimeoutMs[] = wxT( "ExtensionSnapTimeoutMs" );
122static const wxChar ExtensionSnapActivateOnHover[] = wxT( "ExtensionSnapActivateOnHover" );
123static const wxChar EnableSnapAnchorsDebug[] = wxT( "EnableSnapAnchorsDebug" );
124static const wxChar EnableJobset[] = wxT( "EnableJobset" );
125static const wxChar MinParallelAngle[] = wxT( "MinParallelAngle" );
126
127} // namespace KEYS
128
129
134namespace AC_GROUPS
135{
136static const wxChar V3D_RayTracing[] = wxT( "G_3DV_RayTracing" );
137}
138
139/*
140 * Get a simple string for common parameters.
141 *
142 * This isn't exhaustive, but it covers most common types that might be
143 * used in the advance config
144 */
145wxString dumpParamCfg( const PARAM_CFG& aParam )
146{
147 wxString s = aParam.m_Ident + wxS( ": " );
148
149 /*
150 * This implementation is rather simplistic, but it is
151 * effective enough for simple uses. A better implementation would be
152 * some kind of visitor, but that's somewhat more work.
153 */
154 switch( aParam.m_Type )
155 {
158 s << *static_cast<const PARAM_CFG_INT&>( aParam ).m_Pt_param;
159 break;
161 s << *static_cast<const PARAM_CFG_DOUBLE&>( aParam ).m_Pt_param;
162 break;
164 s << *static_cast<const PARAM_CFG_WXSTRING&>( aParam ).m_Pt_param;
165 break;
167 s << *static_cast<const PARAM_CFG_FILENAME&>( aParam ).m_Pt_param;
168 break;
170 s << ( *static_cast<const PARAM_CFG_BOOL&>( aParam ).m_Pt_param ? wxS( "true" ) : wxS( "false" ) );
171 break;
172 default: s << wxS( "Unsupported PARAM_CFG variant: " ) << aParam.m_Type;
173 }
174
175 return s;
176}
177
178
182static void dumpCfg( const std::vector<PARAM_CFG*>& aArray )
183{
184 // only dump if we need to
185 if( !wxLog::IsAllowedTraceMask( AdvancedConfigMask ) )
186 return;
187
188 for( const PARAM_CFG* param : aArray )
189 {
190 wxLogTrace( AdvancedConfigMask, dumpParamCfg( *param ) );
191 }
192}
193
194
200static wxFileName getAdvancedCfgFilename()
201{
202 const static wxString cfg_filename{ wxS( "kicad_advanced" ) };
203 return wxFileName( PATHS::GetUserSettingsPath(), cfg_filename );
204}
205
206
208{
209 wxLogTrace( AdvancedConfigMask, wxS( "Init advanced config" ) );
210
211 // Init defaults - this is done in case the config doesn't exist,
212 // then the values will remain as set here.
215 m_EnableRouterDump = false;
216 m_HyperZoom = false;
217 m_DrawArcAccuracy = 10.0;
220 m_MaxTrackLengthToKeep = 0.0005;
223
224 m_ExtraClearance = 0.0005;
225 m_EnableCreepageSlot = false;
226 m_DRCEpsilon = 0.0005; // 0.5um is small enough not to materially violate
227 // any constraints.
229 m_SliverMinimumLength = 0.0008;
231
232 m_HoleWallThickness = 0.020; // IPC-6012 says 15-18um; Cadence says at least
233 // 0.020 for a Class 2 board and at least 0.025
234 // for Class 3.
235
236 m_MinPlotPenWidth = 0.0212; // 1 pixel at 1200dpi.
237
238 m_DebugZoneFiller = false;
239 m_DebugPDFWriter = false;
241 m_HotkeysDumper = false;
242 m_DrawBoundingBoxes = false;
247 m_ShowEventCounters = false;
249 m_CompactSave = false;
251 m_ShowRepairSchematic = false;
253 m_EnableGenerators = false;
254 m_EnableGit = false;
255 m_EnableJobset = false;
256 m_EnableLibWithText = false;
257 m_EnableLibDir = false;
258
260
262 m_3DRT_BevelExtentFactor = 1.0 / 16.0;
263
264 m_UseClipper2 = true;
265 m_EnableAPILogging = false;
266
268
270
272
274
275 m_FontErrorSize = 2;
276
279
282
284
286
288
290
295
296 m_MinParallelAngle = 0.001;
297
299}
300
301
303{
304 static ADVANCED_CFG instance;
305 return instance;
306}
307
308
310{
311 const wxFileName k_advanced = getAdvancedCfgFilename();
312
313 // If we are running headless, use the class defaults because we cannot instantiate wxConfig
314 if( !wxTheApp )
315 return;
316
317 if( !k_advanced.FileExists() )
318 {
319 wxLogTrace( AdvancedConfigMask, wxS( "File does not exist %s" ), k_advanced.GetFullPath() );
320
321 // load the defaults
322 wxConfig emptyConfig;
323 loadSettings( emptyConfig );
324
325 return;
326 }
327
328 wxLogTrace( AdvancedConfigMask, wxS( "Loading advanced config from: %s" ),
329 k_advanced.GetFullPath() );
330
331 wxFileConfig file_cfg( wxS( "" ), wxS( "" ), k_advanced.GetFullPath() );
332 loadSettings( file_cfg );
333}
334
335
336void ADVANCED_CFG::loadSettings( wxConfigBase& aCfg )
337{
338 std::vector<PARAM_CFG*> configParams;
339
340 configParams.push_back( new PARAM_CFG_DOUBLE( true, AC_KEYS::ExtraFillMargin,
342 m_ExtraClearance, 0.0, 1.0 ) );
343
344 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::EnableCreepageSlot,
346
347
348 configParams.push_back( new PARAM_CFG_DOUBLE( true, AC_KEYS::DRCEpsilon,
349 &m_DRCEpsilon, m_DRCEpsilon, 0.0, 1.0 ) );
350
351 configParams.push_back( new PARAM_CFG_DOUBLE( true, AC_KEYS::DRCSliverWidthTolerance,
353 0.01, 0.25 ) );
354
355 configParams.push_back( new PARAM_CFG_DOUBLE( true, AC_KEYS::DRCSliverMinimumLength,
357 1e-9, 10 ) );
358
359 configParams.push_back( new PARAM_CFG_DOUBLE( true, AC_KEYS::DRCSliverAngleTolerance,
361 1.0, 90.0 ) );
362
363 configParams.push_back( new PARAM_CFG_DOUBLE( true, AC_KEYS::HoleWallThickness,
365 0.0, 1.0 ) );
366
367 configParams.push_back( new PARAM_CFG_INT( true, AC_KEYS::CoroutineStackSize,
370
371 configParams.push_back( new PARAM_CFG_INT( true, AC_KEYS::UpdateUIEventInterval,
373 -1, 100000 ) );
374
375 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::ShowRouterDebugGraphics,
378
379 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::EnableRouterDump,
381
382 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::HyperZoom,
384
385 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::CompactFileSave,
387
388 configParams.push_back( new PARAM_CFG_DOUBLE( true, AC_KEYS::DrawArcAccuracy,
390 0.0, 100000.0 ) );
391
392 configParams.push_back( new PARAM_CFG_DOUBLE( true, AC_KEYS::DrawArcCenterStartEndMaxAngle,
394 m_DrawArcCenterMaxAngle, 0.0, 100000.0 ) );
395
396 configParams.push_back( new PARAM_CFG_DOUBLE( true, AC_KEYS::MaxTangentTrackAngleDeviation,
398 m_MaxTangentAngleDeviation, 0.0, 90.0 ) );
399
400 configParams.push_back( new PARAM_CFG_DOUBLE( true, AC_KEYS::MaxTrackLengthToKeep,
402 0.0, 1.0 ) );
403
404 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::ExtraZoneDisplayModes,
407
408 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::StrokeTriangulation,
411
412 configParams.push_back( new PARAM_CFG_DOUBLE( true, AC_KEYS::MinPlotPenWidth,
414 0.0, 1.0 ) );
415
416 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::DebugZoneFiller,
418
419 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::DebugPDFWriter,
421
422 configParams.push_back( new PARAM_CFG_DOUBLE( true, AC_KEYS::SmallDrillMarkSize,
424 0.0, 3.0 ) );
425
426 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::HotkeysDumper,
428
429 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::DrawBoundingBoxes,
431
432 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::ShowPcbnewExportNetlist,
435
436 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::Skip3DModelFileCache,
438
439 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::Skip3DModelMemoryCache,
441
442 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::HideVersionFromTitle,
444
445 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::ShowRepairSchematic,
447
448 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::ShowEventCounters,
450
451 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::AllowManualCanvasScale,
454
455 configParams.push_back( new PARAM_CFG_INT( true, AC_KEYS::V3DRT_BevelHeight_um,
457 0, std::numeric_limits<int>::max(),
459
460 configParams.push_back( new PARAM_CFG_DOUBLE( true, AC_KEYS::V3DRT_BevelExtentFactor,
462 m_3DRT_BevelExtentFactor, 0.0, 100.0,
464
465 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::UseClipper2,
467
468 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::Use3DConnexionDriver,
470
471 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::IncrementalConnectivity,
474
475 configParams.push_back( new PARAM_CFG_INT( true, AC_KEYS::DisambiguationTime,
478 50, 10000 ) );
479
480 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::EnableDesignBlocks,
482
483 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::EnableGenerators,
485
486 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::EnableAPILogging,
488
489 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::EnableGit,
491
492 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::EnableJobset,
494
495 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::EnableLibWithText,
497
498 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::EnableLibDir,
500
501 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::EnableEeschemaPrintCairo,
504
505 configParams.push_back( new PARAM_CFG_DOUBLE( true, AC_KEYS::PcbSelectionVisibilityRatio,
507 m_PcbSelectionVisibilityRatio, 0.0, 1.0 ) );
508
509 configParams.push_back( new PARAM_CFG_DOUBLE( true, AC_KEYS::FontErrorSize,
511 m_FontErrorSize, 0.01, 100 ) );
512
513 configParams.push_back( new PARAM_CFG_DOUBLE( true, AC_KEYS::OcePluginLinearDeflection,
515 m_OcePluginLinearDeflection, 0.01, 1.0 ) );
516
517 configParams.push_back( new PARAM_CFG_DOUBLE( true, AC_KEYS::OcePluginAngularDeflection,
519 m_OcePluginAngularDeflection, 0.01, 360.0 ) );
520
521 configParams.push_back( new PARAM_CFG_INT( true, AC_KEYS::TriangulateSimplificationLevel,
524
525 configParams.push_back( new PARAM_CFG_INT( true, AC_KEYS::TriangulateMinimumArea,
527 m_TriangulateMinimumArea, 0, 100000 ) );
528
529 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::EnableCacheFriendlyFracture,
532
533 configParams.push_back( new PARAM_CFG_INT( true, AC_KEYS::MaxFileSystemWatchers,
535 0, 2147483647 ) );
536
537 configParams.push_back( new PARAM_CFG_INT( true, AC_KEYS::MinorSchematicGraphSize,
539 0, 2147483647 ) );
540
541 configParams.push_back( new PARAM_CFG_INT( true, AC_KEYS::ResolveTextRecursionDepth,
544
545 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::EnableExtensionSnaps,
548
549 configParams.push_back( new PARAM_CFG_INT( true, AC_KEYS::ExtensionSnapTimeoutMs,
552
553 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::ExtensionSnapActivateOnHover,
556
557 configParams.push_back( new PARAM_CFG_BOOL( true, AC_KEYS::EnableSnapAnchorsDebug,
560
561 configParams.push_back( new PARAM_CFG_DOUBLE( true, AC_KEYS::MinParallelAngle,
563 0.0, 45.0 ) );
564
565 // Special case for trace mask setting...we just grab them and set them immediately
566 // Because we even use wxLogTrace inside of advanced config
567 wxString traceMasks;
568 configParams.push_back( new PARAM_CFG_WXSTRING( true, AC_KEYS::TraceMasks, &traceMasks,
569 wxS( "" ) ) );
570
571 // Load the config from file
572 wxConfigLoadSetups( &aCfg, configParams );
573
574 // Now actually set the trace masks
575 wxStringTokenizer traceMaskTokenizer( traceMasks, wxS( "," ) );
576
577 while( traceMaskTokenizer.HasMoreTokens() )
578 {
579 wxString mask = traceMaskTokenizer.GetNextToken();
580 wxLog::AddTraceMask( mask );
581 }
582
583 dumpCfg( configParams );
584
585 for( PARAM_CFG* param : configParams )
586 delete param;
587
588 wxLogTrace( kicadTraceCoroutineStack, wxT( "Using coroutine stack size %d" ), m_CoroutineStackSize );
589}
590
591
static void dumpCfg(const std::vector< PARAM_CFG * > &aArray)
Dump the configs in the given array to trace.
wxString dumpParamCfg(const PARAM_CFG &aParam)
static const wxChar AdvancedConfigMask[]
static wxFileName getAdvancedCfgFilename()
Get the filename for the advanced config file.
void loadFromConfigFile()
Load the config from the normal config file.
void loadSettings(wxConfigBase &aCfg)
static const ADVANCED_CFG & GetCfg()
Get the singleton instance's config, which is shared by all consumers.
Configuration object for booleans.
Configuration object for double precision floating point numbers.
Configuration object for integers.
Configuration object for wxString objects.
A base class which establishes the interface functions ReadParam and SaveParam, which are implemented...
Definition: config_params.h:80
paramcfg_id m_Type
Type of parameter.
wxString m_Ident
Keyword in config data.
static wxString GetUserSettingsPath()
Return the user configuration path used to store KiCad's configuration files.
Definition: paths.cpp:531
void wxConfigLoadSetups(wxConfigBase *aCfg, const std::vector< PARAM_CFG * > &aList)
Use aList of PARAM_CFG object to load configuration values from aCfg.
@ PARAM_WXSTRING
Definition: config_params.h:58
@ PARAM_INT_WITH_SCALE
Definition: config_params.h:54
@ PARAM_INT
Definition: config_params.h:53
@ PARAM_FILENAME
Definition: config_params.h:60
@ PARAM_DOUBLE
Definition: config_params.h:55
@ PARAM_BOOL
Definition: config_params.h:56
bool m_Skip3DModelFileCache
Skip reading/writing 3D model file caches.
bool m_ShowRepairSchematic
Enable showing schematic repair output.
double m_DrawArcCenterMaxAngle
When drawing an arc, the angle ( center - start ) - ( start - end ) can be limited to avoid extremely...
int m_DisambiguationMenuDelay
The number of milliseconds to wait in a click before showing a disambiguation menu.
bool m_EnableLibDir
Enable option to open lib file directory.
double m_MaxTangentAngleDeviation
Maximum angle between the tangent line of an arc track and a connected straight track in order to com...
bool m_Use3DConnexionDriver
Use the 3DConnexion Driver.
int m_TriangulateSimplificationLevel
The number of internal units that will be allowed to deflect from the base segment when creating a ne...
bool m_EnableCacheFriendlyFracture
Enable the use of a cache-friendlier and therefore faster version of the polygon fracture algorithm.
bool m_ShowRouterDebugGraphics
Show PNS router debug graphics while routing.
bool m_Skip3DModelMemoryCache
Skip reading/writing 3D model memory caches.
bool m_EnableLibWithText
Enable option to load lib files with text editor.
double m_HoleWallThickness
Dimension used to calculate the actual hole size from the finish hole size.
int m_CoroutineStackSize
Configure the coroutine stack size in bytes.
bool m_UseClipper2
Use Clipper2 instead of Clipper1.
bool m_EnableDesignBlocks
Enable the new Design Blocks feature.
double m_SmallDrillMarkSize
The diameter of the drill marks on print and plot outputs (in mm) when the "Drill marks" option is se...
bool m_EnableJobset
Enable jobsets.
bool m_EnableGenerators
Enable support for generators.
bool m_IncrementalConnectivity
Use the new incremental netlister for realtime jobs.
double m_ExtraClearance
When filling zones, we add an extra amount of clearance to each zone to ensure that rounding errors d...
int m_TriangulateMinimumArea
The minimum area of a polygon that can be left over after triangulation and still consider the triang...
bool m_DrawBoundingBoxes
Draw GAL bounding boxes in painters.
bool m_EnableRouterDump
Enable PNS router to dump state information for debug purpose (press 0 while routing)
double m_DRCEpsilon
Epsilon for DRC tests.
double m_SliverAngleTolerance
Sliver angle to tolerance for DRC.
bool m_AllowManualCanvasScale
Allow manual scaling of canvas.
double m_SliverWidthTolerance
Sliver width tolerance for DRC.
double m_OcePluginLinearDeflection
OCE (STEP/IGES) 3D Plugin Tesselation Linear Deflection.
bool m_EnableGit
Enable git integration.
double m_MinParallelAngle
Minimum overlapping angle for which an arc is considered to be parallel to its paired arc.
int m_MinorSchematicGraphSize
Set the number of items in a schematic graph for it to be considered "minor".
bool m_ExtraZoneDisplayModes
When true, adds zone-display-modes for stroking the zone fracture boundaries and the zone triangulati...
double m_MinPlotPenWidth
Absolute minimum pen width for plotting.
double m_SliverMinimumLength
Sliver length tolerance for DRC.
double m_MaxTrackLengthToKeep
Maximum track length to keep after doing an arc track resizing operation.
double m_DrawArcAccuracy
Distance from an arc end point and the estimated end point, when rotating from the start point to the...
bool m_HotkeysDumper
Enable the hotkeys dumper feature for generating documentation.
double m_FontErrorSize
Deviation between font's bezier curve ideal and the poligonized curve.
int m_UpdateUIEventInterval
The update interval the wxWidgets sends wxUpdateUIEvents to windows.
double m_3DRT_BevelExtentFactor
3D-Viewer raytracing factor applied to Extent.z of the item layer.
double m_OcePluginAngularDeflection
OCE (STEP/IGES) 3D Plugin Tesselation Angular Deflection.
bool m_EnableSnapAnchorsDebug
Enable snap anchors debug visualization.
bool m_ShowPcbnewExportNetlist
Enable exporting board editor netlist to a file for troubleshooting purposes.
int m_ResolveTextRecursionDepth
The number of recursions to resolve text variables.
int m_MaxFilesystemWatchers
Maximum number of filesystem watchers to use.
bool m_DebugPDFWriter
A mode that writes PDFs without compression.
bool m_EnableCreepageSlot
Enable the minimum slot width check for creepage.
bool m_EnableAPILogging
Log IPC API requests and responses.
bool m_ShowEventCounters
Shows debugging event counters in various places.
bool m_HyperZoom
Slide the zoom steps over for debugging things "up close".
bool m_DrawTriangulationOutlines
Enable drawing the triangulation outlines with a visible color.
bool m_ExtensionSnapActivateOnHover
If extension snaps are enabled, 'activate' items on hover, even if not near a snap point.
double m_PcbSelectionVisibilityRatio
Board object selection visibility limit.
int m_3DRT_BevelHeight_um
Set the bevel height of layer items in 3D viewer when ray tracing.
bool m_EnableExtensionSnaps
Enable snap anchors based on item line extensions.
bool m_CompactSave
Save files in compact display mode.
bool m_HideVersionFromTitle
Hide the build version from the KiCad manager frame title.
int m_ExtensionSnapTimeoutMs
If extension snaps are enabled, this is the timeout in milliseconds before a hovered item gets extens...
bool m_EnableEeschemaPrintCairo
Enable Eeschema printing using Cairo.
bool m_DebugZoneFiller
A mode that dumps the various stages of a F_Cu fill into In1_Cu through In9_Cu.
const wxChar *const kicadTraceCoroutineStack
Flag to enable tracing of the coroutine call stack.
List of known groups for advanced configuration options.
static const wxChar V3D_RayTracing[]
List of known keys for advanced configuration options.
static const wxChar DebugPDFWriter[]
static const wxChar HotkeysDumper[]
static const wxChar EnableAPILogging[]
static const wxChar ExtensionSnapActivateOnHover[]
static const wxChar ShowRepairSchematic[]
static const wxChar HideVersionFromTitle[]
static const wxChar AllowManualCanvasScale[]
static const wxChar MaxTangentTrackAngleDeviation[]
static const wxChar MaxTrackLengthToKeep[]
static const wxChar EnableLibDir[]
static const wxChar EnableJobset[]
static const wxChar ShowPcbnewExportNetlist[]
static const wxChar EnableGit[]
static const wxChar UseClipper2[]
static const wxChar EnableLibWithText[]
static const wxChar DrawBoundingBoxes[]
static const wxChar EnableGenerators[]
static const wxChar MinPlotPenWidth[]
static const wxChar CoroutineStackSize[]
static const wxChar HoleWallThickness[]
static const wxChar DRCSliverWidthTolerance[]
static const wxChar DisambiguationTime[]
static const wxChar HyperZoom[]
static const wxChar IncrementalConnectivity[]
static const wxChar MinParallelAngle[]
static const wxChar DebugZoneFiller[]
static const wxChar OcePluginLinearDeflection[]
static const wxChar StrokeTriangulation[]
static const wxChar CompactFileSave[]
static const wxChar EnableExtensionSnaps[]
static const wxChar DRCSliverAngleTolerance[]
static const wxChar UpdateUIEventInterval[]
static const wxChar V3DRT_BevelHeight_um[]
static const wxChar MinorSchematicGraphSize[]
static const wxChar ShowRouterDebugGraphics[]
static const wxChar FontErrorSize[]
static const wxChar DRCEpsilon[]
static const wxChar EnableEeschemaPrintCairo[]
static const wxChar EnableSnapAnchorsDebug[]
static const wxChar V3DRT_BevelExtentFactor[]
static const wxChar EnableRouterDump[]
static const wxChar DrawArcAccuracy[]
static const wxChar Skip3DModelMemoryCache[]
static const wxChar TriangulateSimplificationLevel[]
static const wxChar ExtraZoneDisplayModes[]
static const wxChar MaxFileSystemWatchers[]
static const wxChar Skip3DModelFileCache[]
static const wxChar EnableCacheFriendlyFracture[]
static const wxChar ResolveTextRecursionDepth[]
static const wxChar SmallDrillMarkSize[]
static const wxChar EnableCreepageSlot[]
static const wxChar DrawArcCenterStartEndMaxAngle[]
static const wxChar ExtraFillMargin[]
static const wxChar PcbSelectionVisibilityRatio[]
static const wxChar TriangulateMinimumArea[]
static const wxChar OcePluginAngularDeflection[]
static const wxChar ExtensionSnapTimeoutMs[]
static const wxChar DRCSliverMinimumLength[]
static const wxChar ShowEventCounters[]
static const wxChar EnableDesignBlocks[]
static const wxChar TraceMasks[]
static const wxChar Use3DConnexionDriver[]
Limits and default settings for the coroutine stack size allowed.
static constexpr int min_stack
static constexpr int max_stack
static constexpr int default_stack
wxLogTrace helper definitions.