From b0b8f058c5c49300063d51968c4d6fa55fa6f57b Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Mon, 25 Jul 2016 00:51:03 -0300 Subject: [PATCH] sch2fig/style.h (JUNCTION_R): reduce from 40 to 30 mil, to approximate circles A circle surrounding a junction would assume a junction radius of about 20-25 mil. With 30, we make it just small enough that the circle is visible. --- sch2fig/style.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sch2fig/style.h b/sch2fig/style.h index dd4457a..79f9140 100644 --- a/sch2fig/style.h +++ b/sch2fig/style.h @@ -52,7 +52,7 @@ #define WIDTH_LINE 2 #define WIDTH_COMP_DWG 2 -#define JUNCTION_R 40 +#define JUNCTION_R 30 #define NOCONN_LEN 25