KiCad PCB EDA Suite
Loading...
Searching...
No Matches
default_values.h File Reference

Go to the source code of this file.

Macros

#define DANGLING_SYMBOL_SIZE   12
 < The size of the rectangle indicating an unconnected wire or label
 
#define UNSELECTED_END_SIZE   4
 The default pin len value when creating pins(can be changed in preference menu)
 
#define DEFAULT_PIN_LENGTH   100
 The default pin number size when creating pins(can be changed in preference menu)
 
#define DEFAULT_PINNUM_SIZE   50
 The default pin name size when creating pins(can be changed in preference menu)
 
#define DEFAULT_PINNAME_SIZE   50
 The default selection highlight thickness (can be changed in preference menu)
 
#define DEFAULTSELECTIONTHICKNESS   3
 The default line width in mils. (can be changed in preference menu)
 
#define DEFAULT_LINE_WIDTH_MILS   6
 The default wire width in mils. (can be changed in preference menu)
 
#define DEFAULT_WIRE_WIDTH_MILS   6
 The default bus width in mils. (can be changed in preference menu)
 
#define DEFAULT_BUS_WIDTH_MILS   12
 The default noconnect size in mils.
 
#define DEFAULT_NOCONNECT_SIZE   48
 The default junction diameter in mils. (can be changed in preference menu)
 
#define DEFAULT_JUNCTION_DIAM   36
 The default bus and wire entry size in mils.
 
#define DEFAULT_SCH_ENTRY_SIZE   100
 The default text size in mils. (can be changed in preference menu)
 
#define DEFAULT_TEXT_SIZE   50
 Ratio of the font height to the baseline of the text above the wire.
 
#define DEFAULT_TEXT_OFFSET_RATIO   0.15
 Ratio of the font height to space around global labels.
 
#define DEFAULT_LABEL_SIZE_RATIO   0.375
 The offset of the pin name string from the end of the pin in mils.
 
#define DEFAULT_PIN_NAME_OFFSET   20
 The intersheets references prefix string.
 
#define DEFAULT_IREF_PREFIX   "["
 The intersheets references suffix string.
 
#define DEFAULT_IREF_SUFFIX   "]"
 Radius of snap "gravity well".
 
#define SNAP_RANGE   55
 

Macro Definition Documentation

◆ DANGLING_SYMBOL_SIZE

#define DANGLING_SYMBOL_SIZE   12

< The size of the rectangle indicating an unconnected wire or label

The size of the rectangle indicating a connected, unselected wire end

Definition at line 32 of file default_values.h.

◆ DEFAULT_BUS_WIDTH_MILS

#define DEFAULT_BUS_WIDTH_MILS   12

The default noconnect size in mils.

Definition at line 56 of file default_values.h.

◆ DEFAULT_IREF_PREFIX

#define DEFAULT_IREF_PREFIX   "["

The intersheets references suffix string.

Definition at line 80 of file default_values.h.

◆ DEFAULT_IREF_SUFFIX

#define DEFAULT_IREF_SUFFIX   "]"

Radius of snap "gravity well".

Definition at line 83 of file default_values.h.

◆ DEFAULT_JUNCTION_DIAM

#define DEFAULT_JUNCTION_DIAM   36

The default bus and wire entry size in mils.

Definition at line 62 of file default_values.h.

◆ DEFAULT_LABEL_SIZE_RATIO

#define DEFAULT_LABEL_SIZE_RATIO   0.375

The offset of the pin name string from the end of the pin in mils.

Definition at line 74 of file default_values.h.

◆ DEFAULT_LINE_WIDTH_MILS

#define DEFAULT_LINE_WIDTH_MILS   6

The default wire width in mils. (can be changed in preference menu)

Definition at line 50 of file default_values.h.

◆ DEFAULT_NOCONNECT_SIZE

#define DEFAULT_NOCONNECT_SIZE   48

The default junction diameter in mils. (can be changed in preference menu)

Definition at line 59 of file default_values.h.

◆ DEFAULT_PIN_LENGTH

#define DEFAULT_PIN_LENGTH   100

The default pin number size when creating pins(can be changed in preference menu)

Definition at line 38 of file default_values.h.

◆ DEFAULT_PIN_NAME_OFFSET

#define DEFAULT_PIN_NAME_OFFSET   20

The intersheets references prefix string.

Definition at line 77 of file default_values.h.

◆ DEFAULT_PINNAME_SIZE

#define DEFAULT_PINNAME_SIZE   50

The default selection highlight thickness (can be changed in preference menu)

Definition at line 44 of file default_values.h.

◆ DEFAULT_PINNUM_SIZE

#define DEFAULT_PINNUM_SIZE   50

The default pin name size when creating pins(can be changed in preference menu)

Definition at line 41 of file default_values.h.

◆ DEFAULT_SCH_ENTRY_SIZE

#define DEFAULT_SCH_ENTRY_SIZE   100

The default text size in mils. (can be changed in preference menu)

Definition at line 65 of file default_values.h.

◆ DEFAULT_TEXT_OFFSET_RATIO

#define DEFAULT_TEXT_OFFSET_RATIO   0.15

Ratio of the font height to space around global labels.

Definition at line 71 of file default_values.h.

◆ DEFAULT_TEXT_SIZE

#define DEFAULT_TEXT_SIZE   50

Ratio of the font height to the baseline of the text above the wire.

Definition at line 68 of file default_values.h.

◆ DEFAULT_WIRE_WIDTH_MILS

#define DEFAULT_WIRE_WIDTH_MILS   6

The default bus width in mils. (can be changed in preference menu)

Definition at line 53 of file default_values.h.

◆ DEFAULTSELECTIONTHICKNESS

#define DEFAULTSELECTIONTHICKNESS   3

The default line width in mils. (can be changed in preference menu)

Definition at line 47 of file default_values.h.

◆ SNAP_RANGE

#define SNAP_RANGE   55

Definition at line 84 of file default_values.h.

◆ UNSELECTED_END_SIZE

#define UNSELECTED_END_SIZE   4

The default pin len value when creating pins(can be changed in preference menu)

Definition at line 35 of file default_values.h.