 |
KiCad PCB EDA Suite
|
Go to the documentation of this file. 29 #define ZOOM_LIST_GERBVIEW 0.022, 0.035, 0.05, 0.08, 0.13, 0.22, 0.35, 0.6, 1.0,\ 30 2.2, 3.5, 5.0, 8.0, 13.0, 22.0, 35.0, 50.0, 80.0, 130.0, 220.0 32 #define ZOOM_LIST_PCBNEW 0.13, 0.22, 0.35, 0.6, 1.0, 1.5, 2.2, 3.5, 5.0, 8.0, 13.0,\ 33 20.0, 35.0, 50.0, 80.0, 130.0, 220.0, 300.0 35 #define ZOOM_LIST_PL_EDITOR 0.022, 0.035, 0.05, 0.08, 0.13, 0.22, 0.35, 0.6, 1.0, 2.2,\ 36 3.5, 5.0, 8.0, 13.0, 22.0, 35.0, 50.0, 80.0, 130.0, 220.0 38 #define ZOOM_LIST_EESCHEMA 0.05, 0.07, 0.1, 0.15, 0.2, 0.3, 0.5, 0.7, 1.0, 1.5, 2.0,\ 39 3.0, 4.5, 6.5, 10.0, 15.0, 20.0, 30.0, 45.0, 65.0, 100.0 47 #define ZOOM_MAX_LIMIT_EESCHEMA 100 48 #define ZOOM_MIN_LIMIT_EESCHEMA 0.01 50 #define ZOOM_MAX_LIMIT_EESCHEMA_PREVIEW 20 51 #define ZOOM_MIN_LIMIT_EESCHEMA_PREVIEW 0.5 54 #define ZOOM_MAX_LIMIT_PLEDITOR 20 55 #define ZOOM_MIN_LIMIT_PLEDITOR 0.05 58 #define ZOOM_MAX_LIMIT_GERBVIEW 5000 59 #define ZOOM_MIN_LIMIT_GERBVIEW 0.02 62 #define ZOOM_MAX_LIMIT_PCBNEW 50000 63 #define ZOOM_MIN_LIMIT_PCBNEW 0.1