← Back to team overview

kicad-developers team mailing list archive

"Close in" work in pcbnew

 

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