kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #02226
Zoom tools
Behind the following link one may find a C++ source for a very basic zoom
array calculator. Zoomcalc function may be useful in Kicad after stripping
a couple of couts from it. Exponential zoom factor system was also tested
briefly, that would allow using say, 1.2 in low end and 2 in high end of
zooms with monotonously increasing zoom factor. Alt key could be used for
'turbo zoom' using only base factors or some other scheme. Any free GUI
integrators for this?
http://users.tkk.fi/~vsolonen/kicad/zoomsteps.cpp
-Vesa