Commit f7ad4555 authored by faa's avatar faa

minor improvement for russian GOST

parent cba0693e
......@@ -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 */
......
No preview for this file type
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment