Loading...
Searching...
No Matches
Go to the documentation of this file.
25#define ZOOM_LIST_GERBVIEW 0.022, 0.035, 0.05, 0.08, 0.13, 0.22, 0.35, 0.6, 1.0,\
26 2.2, 3.5, 5.0, 8.0, 13.0, 22.0, 35.0, 50.0, 80.0, 130.0, 220.0
28#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,\
29 20.0, 35.0, 50.0, 80.0, 130.0, 220.0, 300.0
31#define ZOOM_LIST_PCBNEW_HYPER 0.6, 1.0, 1.5, 2.2, 3.5, 5.0, 8.0, 13.0, 20.0, 35.0, 50.0,\
32 80.0, 130.0, 220.0, 350.0, 600.0, 900.0, 1500.0
34#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,\
35 3.5, 5.0, 8.0, 13.0, 22.0, 35.0, 50.0, 80.0, 130.0, 220.0
37#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,\
38 3.0, 4.5, 6.5, 10.0, 15.0, 20.0, 30.0, 45.0, 65.0, 100.0
46#define ZOOM_MAX_LIMIT_EESCHEMA 100
47#define ZOOM_MIN_LIMIT_EESCHEMA 0.01
49#define ZOOM_MAX_LIMIT_EESCHEMA_PREVIEW 20
50#define ZOOM_MIN_LIMIT_EESCHEMA_PREVIEW 0.5
53#define ZOOM_MAX_LIMIT_PLEDITOR 20
54#define ZOOM_MIN_LIMIT_PLEDITOR 0.05
57#define ZOOM_MAX_LIMIT_GERBVIEW 5000
58#define ZOOM_MIN_LIMIT_GERBVIEW 0.02
61#define ZOOM_MAX_LIMIT_PCBNEW 50000
62#define ZOOM_MIN_LIMIT_PCBNEW 0.1
67#define ZOOM_MAX_LIMIT_DIFF 200.0
68#define ZOOM_MIN_LIMIT_DIFF 0.001