[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Default to dot grid instead of mesh grid



On Tue, 2009-04-28 at 01:35 -0700, Yamazaki R2 wrote:
> Is there anyway to default to the dot grid instead of the mesh grid?

Not easily (without recompiling), no.

When we start saving more state from gschem's sessions, it would be
possible to get the last grid you used remembered, however there are no
developers currently working on that task.

Longer answer.. there is always changing the C code and re-compiling:

gschem/src/gschem_toplevel.c:
Line 129:

  w_current->grid = GRID_MESH;

change to read "GRID_DOTS" instead of "GRID_MESH".

Best wishes,
-- 
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
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user