X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Fri, 19 Feb 2016 12:17:05 -0500 Message-Id: <201602191717.u1JHH5w6023198@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: (gedau AT igor2 DOT repo DOT hu) Subject: Re: djopt examples online (was: Re: [geda-user] djopt: what does it do?) References: <201602180717 DOT u1I7HE3V013462 AT envy DOT delorie DOT com> <201602190447 DOT u1J4lIlt002323 AT envy DOT delorie DOT com> 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 > thank you for the support. According to your instructions managed to > produce working examples for all major features: > > http://repo.hu/projects/pcb-rnd/djopt/ Thanks! I suspect the results would look better if you ran each option multiple times, I know viatrim won't catch them all on the first pass, and unjaggy might miss some too. The individual optimizations intentionally don't loop, because the "auto" one loops them together. The "simple opts" one just cleans up straight segments so there's a break at every corner/pin and a few other things that make the layout "canonical" for the other optimizations. Also, you left the debumpify question to me in your example ;-)