On Fri, 2007-07-13 at 02:50 -0500, Mark Rages wrote: > Hi, > > Is there a way to set the line capstyle from the gschem GUI? I like > thicker lines for non-net lines, and they look better with the > END_ROUND capstyle. > > Is there any reason this is not the default? > > Also, I'm guessing I could write a script to do this. What is the > gentlest way to get started writign scripts for geda?
I'm not sure if / where this can be changed for the GUI code, however it can easily be changed (on a global basis) for the postscript output. Set: (output-capstyle "round") in the system-gschemrc (or a local gschemrc) file Regards, -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

