![]() |
KiCad PCB EDA Suite
|
List of known keys for advanced configuration options. More...
Variables | |
static const wxChar | ExtraFillMargin [] = wxT( "ExtraFillMargin" ) |
When filling zones, we add an extra amount of clearance to each zone to ensure that rounding errors do not overrun minimum clearance distances. More... | |
static const wxChar | DRCEpsilon [] = wxT( "DRCEpsilon" ) |
A fudge factor for DRC. More... | |
static const wxChar | HoleWallThickness [] = wxT( "HoleWallPlatingThickness" ) |
Used to calculate the actual hole size from the finish hole size. More... | |
static const wxChar | RealtimeConnectivity [] = wxT( "RealtimeConnectivity" ) |
Testing mode for new connectivity algorithm. More... | |
static const wxChar | CoroutineStackSize [] = wxT( "CoroutineStackSize" ) |
Configure the coroutine stack size in bytes. More... | |
static const wxChar | ShowRouterDebugGraphics [] = wxT( "ShowRouterDebugGraphics" ) |
Show PNS router debug graphics while routing. More... | |
static const wxChar | CompactFileSave [] = wxT( "CompactSave" ) |
When set to true, this will wrap polygon point sets at 4 points per line rather than a single point per line. More... | |
static const wxChar | DrawArcAccuracy [] = wxT( "DrawArcAccuracy" ) |
For drawsegments - arcs. More... | |
static const wxChar | DrawArcCenterStartEndMaxAngle [] = wxT( "DrawArcCenterStartEndMaxAngle" ) |
For drawsegments - arcs. More... | |
static const wxChar | MaxTangentTrackAngleDeviation [] = wxT( "MaxTangentTrackAngleDeviation" ) |
For arc track interactive drag-resizing Maximum angle between the tangent line of an arc track and a connected straight track in order to commence arc dragging. More... | |
static const wxChar | MaxTrackLengthToKeep [] = wxT( "MaxTrackLengthToKeep" ) |
For arc track interactive drag-resizing Maximum track length to keep after doing an arc track resizing operation. More... | |
static const wxChar | StrokeTriangulation [] = wxT( "StrokeTriangulation" ) |
When true, GAL will stroke the triangulations (only used in OpenGL) with a visible color. More... | |
static const wxChar | MinPlotPenWidth [] = wxT( "MinPlotPenWidth" ) |
Absolute minimum pen width to send to the plotter. More... | |
static const wxChar | DebugZoneFiller [] = wxT( "DebugZoneFiller" ) |
static const wxChar | DebugPDFWriter [] = wxT( "DebugPDFWriter" ) |
static const wxChar | SmallDrillMarkSize [] = wxT( "SmallDrillMarkSize" ) |
The diameter of the drill marks on print and plot outputs (in mm), when the "Drill marks" option is set to "Small mark". More... | |
static const wxChar | HotkeysDumper [] = wxT( "HotkeysDumper" ) |
static const wxChar | DrawBoundingBoxes [] = wxT( "DrawBoundingBoxes" ) |
static const wxChar | AllowDarkMode [] = wxT( "AllowDarkMode" ) |
static const wxChar | ShowPcbnewExportNetlist [] = wxT( "ShowPcbnewExportNetlist" ) |
List of known keys for advanced configuration options.
Set these options in the file kicad_advanced
in the KiCad config directory.
|
static |
Definition at line 162 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().
|
static |
When set to true, this will wrap polygon point sets at 4 points per line rather than a single point per line.
Single point per line helps with version control systems
Definition at line 105 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().
|
static |
Configure the coroutine stack size in bytes.
This should be allocated in multiples of the system page size (n*4096 is generally safe)
Definition at line 94 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().
|
static |
Definition at line 150 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().
|
static |
Definition at line 148 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().
|
static |
For drawsegments - arcs.
Distance from an arc end point and the estimated end point, when rotating from the start point to the end point. 0 will not allow any approximate result, and the arc will not show. Squared value for performances, in system unit.
Definition at line 114 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().
|
static |
For drawsegments - arcs.
When drawing an arc, the angle ( center - start ) - ( start - end ), can be limited to avoid extremely high radii. The value is the tan( angle )
Definition at line 122 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().
|
static |
Definition at line 160 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().
|
static |
A fudge factor for DRC.
Required to prevent false positives due to rounding errors, errors in polygonalization, etc. Previous versions hard-coded various values from 0.000005mm to 0.002mm.
Definition at line 74 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().
|
static |
When filling zones, we add an extra amount of clearance to each zone to ensure that rounding errors do not overrun minimum clearance distances.
This is the extra in mm.
Definition at line 67 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().
|
static |
Used to calculate the actual hole size from the finish hole size.
IPC-6012 says 0.015-0.018mm; Cadence says at least 0.020mm for a Class 2 board and at least 0.025mm for Class 3.
Definition at line 81 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().
|
static |
Definition at line 158 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().
|
static |
For arc track interactive drag-resizing Maximum angle between the tangent line of an arc track and a connected straight track in order to commence arc dragging.
Units are degrees.
Definition at line 129 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().
|
static |
For arc track interactive drag-resizing Maximum track length to keep after doing an arc track resizing operation.
Units are mm.
Definition at line 135 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().
|
static |
Absolute minimum pen width to send to the plotter.
PDF seems happy enough with 0.0212mm (which equates to 1px @ 1200dpi).
Definition at line 146 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().
|
static |
Testing mode for new connectivity algorithm.
Setting this to on will cause all modifications to the netlist to be recalculated on the fly. This may be slower than the standard process at the moment
Definition at line 88 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().
|
static |
Definition at line 164 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().
|
static |
Show PNS router debug graphics while routing.
Definition at line 99 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().
|
static |
The diameter of the drill marks on print and plot outputs (in mm), when the "Drill marks" option is set to "Small mark".
Definition at line 156 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().
|
static |
When true, GAL will stroke the triangulations (only used in OpenGL) with a visible color.
Definition at line 140 of file advanced_config.cpp.
Referenced by ADVANCED_CFG::loadSettings().