mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
Formatting.
This commit is contained in:
parent
d9cfbc7b96
commit
c1efd9b020
@ -183,18 +183,18 @@ protected:
|
|||||||
|
|
||||||
/// The units on these parameters is Internal Units (1 nm)
|
/// The units on these parameters is Internal Units (1 nm)
|
||||||
|
|
||||||
OPT<int> m_Clearance; ///< clearance when routing
|
OPT<int> m_Clearance; ///< clearance when routing
|
||||||
|
|
||||||
OPT<int> m_TrackWidth; ///< track width used to route NETs in this NETCLASS
|
OPT<int> m_TrackWidth; ///< track width used to route NETs in this NETCLASS
|
||||||
OPT<int> m_ViaDia; ///< via diameter
|
OPT<int> m_ViaDia; ///< via diameter
|
||||||
OPT<int> m_ViaDrill; ///< via drill hole diameter
|
OPT<int> m_ViaDrill; ///< via drill hole diameter
|
||||||
|
|
||||||
OPT<int> m_uViaDia; ///< microvia diameter
|
OPT<int> m_uViaDia; ///< microvia diameter
|
||||||
OPT<int> m_uViaDrill; ///< microvia drill hole diameter
|
OPT<int> m_uViaDrill; ///< microvia drill hole diameter
|
||||||
|
|
||||||
OPT<int> m_diffPairWidth;
|
OPT<int> m_diffPairWidth;
|
||||||
OPT<int> m_diffPairGap;
|
OPT<int> m_diffPairGap;
|
||||||
OPT<int> m_diffPairViaGap;
|
OPT<int> m_diffPairViaGap;
|
||||||
|
|
||||||
int m_wireWidth;
|
int m_wireWidth;
|
||||||
int m_busWidth;
|
int m_busWidth;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user