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=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=5AltFHi0DKOc61NjdcTfIZDLZpfdsRE9M1t3SSjmSF0=; b=wYg4mhV/82zqZEKPkZcv4K7m3YXej7cW4xo5ryyb3bregiuBVDTsbPFqbQ2sNQBWXn Qrk6NTv3onOeYY6IvmbLiF5n62QNEdbdOZVKSxZyA7cFn/qYn6kbetq8WOfcelgT2qgG qW7cWf5ttlEoi/Zgq74x04xe4q/3RWzgA9AAJ8p14+laYzSpc3VNAUgPhLrHq7az+Fo7 bX0ixQ0jjGOH18xX4O10dqA2Vsc0scKBTKpdPXxoHE/N6C0VxeRxLUsHr7j35E96v75Y wb/xu+iSSPohlFBKOz/ivbHuivkjia75GFOKBBk1DwFNFpqUFVJKdcL1qCuYTRrivALd YEYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=5AltFHi0DKOc61NjdcTfIZDLZpfdsRE9M1t3SSjmSF0=; b=kzdYSU7UMaueW6bVWh6BYAR3qGRTzoQyg7JIWGxTbgogNrRgvrQVsiB3gqgHVeHdf4 H69WUXS7GRjco/7dH7HbmuWdUfILU0i2tEDTgbCdI+M6hl8ju8zChHOIYqP4k0sI+YC8 Uqx458E4OSXC3A+u53LPzDimXOJqe+ciiKR7iZRAEtCPi0ZvLblIqzqAu0HGh8YFTqri hxImhIja9LZq+oShnksrHwUfdSF/cFVP5HL1q2CyrKEUY+c4oJjPjvrTkJ83rPtJhixF FAnYSlcX6XeWR1YXHy9dGeYz/u8e6/HOWf7ouELIa6bPG3XTuMot6vejpM6ZMYvFrnNL 5USA== X-Gm-Message-State: ALyK8tJd6d5pYpHtNTT06sPeZ2vwdP0iCrAyCXYXKHWmq+X5NYIwFTvv7ZjHPtd+J8dJPQ== X-Received: by 10.28.229.147 with SMTP id c141mr34418990wmh.5.1467383875041; Fri, 01 Jul 2016 07:37:55 -0700 (PDT) Subject: Re: [geda-user] Prevent PCB Designer to change my thoughts To: geda-user AT delorie DOT com References: <5775D82C DOT 30001 AT gmail DOT com> <201607010246 DOT u612kM1s028703 AT envy DOT delorie DOT com> <57764D18 DOT 6010105 AT gmail DOT com> From: "=?UTF-8?B?SmnFmcOtIMSMZWprYQ==?= (jirkacejka AT gmail DOT com) [via geda-user AT delorie DOT com]" Message-ID: <57768041.9000201@gmail.com> Date: Fri, 1 Jul 2016 16:37:53 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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 Dne 1.7.2016 v 13:34 Jason White (whitewaterssoftwareinfo AT gmail DOT com) [via geda-user AT delorie DOT com] napsal(a): > Well, you might just have to shift the different line segments by 0.01mm > or so to prevent the ends from overlaping. If I recall correctly the > internal units are nanometers This is also possible way to go but doing it for almost 300 lines is neither comfort nor easy repeatable but definitively is time consuming work to do. In my earlier reply to DJ Delorie I've depicted a workaround which is usable for my case. It is not perfect but it works. I suppose that it will work util someone implement automatic merging of lines on PCB file open event. I hope no one will do it because of killer consequences for this case. The snapping on line / line, line / arc etc. objects crossing, nearest point etc. like almost every CAD does in these days is a "have to" feature for gEDA pcb. As I know only end point, grid, origin and pin/pad snap is implemented for now. I think it is a sci-fi because sure there is a much more important work to do on pcb code than implement this. Jiri Cejka