kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #02215
"Close in" work in pcbnew
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Dick Hollenbeck <dick@...>
-
Date:
Fri, 13 Feb 2009 14:17:11 -0600
-
User-agent:
Thunderbird 2.0.0.19 (X11/20090105)
Jean-Pierre,
Today I had some "close in" work to do in PCBNEW, while aligning some
zone boundaries which were not on grid. I could not get the job done
effectively without the following change to the zoom factors and zoom
travel.
Please advise again the problem with the 5 entry. Maybe that can be
fixed, I'm game to help with it.
Dick
This works for me:
static const int PcbZoomList[] = { 5, 10, 15, 22, 30, 45, 70, 100, 150,
220, 350, 500, 800, 1200,
2000, 3500, 5000, 20000 };
in classpcb.cpp
Follow ups