minor improvement for russian GOST

This commit is contained in:
faa 2010-02-04 21:24:26 +00:00
parent cba0693e57
commit f7ad45558a
3 changed files with 2325 additions and 1858 deletions

View File

@ -14,7 +14,11 @@
/* used to calculate the pen size from default value
* the actual pen size is default value * BUS_WIDTH_EXPAND
*/
#define BUS_WIDTH_EXPAND 1.4
#if defined(KICAD_GOST)
#define BUS_WIDTH_EXPAND 2
#else
#define BUS_WIDTH_EXPAND 1.4
#endif
/***********************/
/* class SCH_BUS_ENTRY */

Binary file not shown.

File diff suppressed because it is too large Load Diff