2 * Copyright © 2012 Keith Packard <keithp@keithp.com>
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; version 2 of the License.
8 * This program is distributed in the hope that it will be useful, but
9 * WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * General Public License for more details.
13 * You should have received a copy of the GNU General Public License along
14 * with this program; if not, write to the Free Software Foundation, Inc.,
15 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
21 real outer_pad_width = 0.50;
22 real outer_pad_height = 0.375;
23 real inner_pad_width = 0.65;
24 real inner_pad_height = 0.3;
25 real pad_spacing = 0.5375;
27 real package_width = 1.6;
28 real package_height = 2;
30 real outer_pad_x_off = 1.7 / 2;
31 real inner_pad_x_off = (1.7 + inner_pad_width - outer_pad_width) / 2;
33 real num_pad = 3; /* per side */
35 element_start("sot666");
38 return pad_spacing * (n - (num_pad - 1) / 2);
41 real corner(int dx, int dy) {
42 real x = dx * package_width / 2;
43 real y = dy * package_height / 2;
46 line(x, y, x - dx * len, y);
47 line(x, y, x, y - dy * len);
57 line(-package_width/2 + dot_off, -package_height/2 + dot_off,
58 -package_width/2 + dot_off, -package_height/2 + dot_off);
60 for (int pad = 0; pad < num_pad; pad++) {
79 sprintf("%d", pad + 1),
80 sprintf("%d", pad + 1));
82 /* right side (4-6) */
88 sprintf("%d", pad + 4),
89 sprintf("%d", pad + 4));