X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=DbyNFizapqntwSrSNR+K1md14omf/RmED98HjRlecIA=; b=rAPaCi/+jfW78iTFPrtXvko4InZty+2lhD30htCO+jALaNXLNEnobP0CFgRGPNS/Av 2dA5KXNAmAbLZvmdUAL/UyiPvksqNybTWpx+BM/8Yyk0bgGOH/iRPCMX6zuSnntllP88 U29hMGsKWOF98XYFAMIecK9uDH9vxIwbHuWfLmIiTTDXNgr0r6jT1YZldg11o3cFnSOE h5y2bjY03JKWxqSWnqJ0pt9rKb93d6ItLpjheyjlr+u14BWIS1UGGEsdi9y2vwxdFSzX JqR9q/eiT2vL4AqhohwxUFtheThJQ+jZCVUwyYMNnuA7E1DSFR81u82t9GpKwXMAgviK t+9A== X-Received: by 10.112.160.104 with SMTP id xj8mr355745lbb.77.1452363359049; Sat, 09 Jan 2016 10:15:59 -0800 (PST) Date: Sat, 9 Jan 2016 19:15:57 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Bus Junction Size Message-Id: <20160109191557.3ccdc712c17d6ed73f0b7efd@gmail.com> In-Reply-To: References: X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk I would say junction between blue lines to the left is good but junction between green lines to the right is to small. > It appears that the bus junction size is incorrect in gschem. Here is a screenshot and below is the source code. The bus and net sizes look reversed in the source code. If everyone is happy with the net junction size, I’m reluctant to swap them back. > > When I print, I scale down and target 17x11, and the nets are a bit small on paper. > > What are others experience? > > Ed > > > > > /* various visual cue sizes (in mils) */ > #define CUE_BOX_SIZE 30 > #define JUNCTION_CUE_SIZE_NET 50 > #define JUNCTION_CUE_SIZE_BUS 30 > #define PIN_CUE_SIZE_NET 30 > #define PIN_CUE_SIZE_BUS 50