~ubuntu-branches/ubuntu/precise/fritzing/precise

« back to all changes in this revision

Viewing changes to part-gen-scripts/cheetah scripts/configs/dip_cfg.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Georges Khaznadar
  • Date: 2011-08-26 10:11:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110826101105-w5hmn7zcf93ig5v6
Tags: 0.6.3b-1
* upgrapded to the newer upstream version
* parameters of the function GraphicsUtils::distanceFromLine in 
  src/svg/groundplanegenerator.cpp:767 are now declared as doubles,
  which Closes: #636441
* the new version fixes src/utils/folderutils.cpp, which
  Closes: #636061

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
# using only one schematic config to generate the set of schematics since all dips with the same pin count use the same schematic
3
 
# using only one fzp config because fritzing internally generates the fzps for the different width dips
4
 
# only some dip packages are generated in breadboard view  (300, 400, 600, 900) 
5
 
# dip pcb footprints 100 - 900 are generated
6
 
 
7
 
[dip_schem_svg.cfg]
8
 
firstpin: 4
9
 
lastpin: 64
10
 
step: 2
11
 
pitch: 0.6
12
 
suffix: svg
13
 
prepin: generic_ic_dip_
14
 
postpin: _schem
15
 
 
16
 
[dip_300mil_fzp.cfg]
17
 
firstpin: 4
18
 
lastpin: 64
19
 
pitch: 0.3
20
 
suffix: fzp
21
 
step: 2
22
 
prepin: generic_ic_dip_
23
 
postpin: _300mil
24
 
 
25
 
[dip_600mil_bread_svg.cfg]
26
 
firstpin: 4
27
 
lastpin: 64
28
 
step: 2
29
 
pitch: 0.6
30
 
suffix: svg
31
 
prepin: generic_ic_dip_
32
 
postpin: _600mil_bread
33
 
 
34
 
[dip_600mil_pcb_svg.cfg]
35
 
firstpin: 4
36
 
lastpin: 64
37
 
step: 2
38
 
pitch: 0.6
39
 
suffix: svg
40
 
prepin: dip_
41
 
postpin: _600mil_pcb
42
 
 
43
 
[dip_400mil_bread_svg.cfg]
44
 
firstpin: 4
45
 
lastpin: 64
46
 
step: 2
47
 
pitch: 0.4
48
 
suffix: svg
49
 
prepin: generic_ic_dip_
50
 
postpin: _400mil_bread
51
 
 
52
 
[dip_400mil_pcb_svg.cfg]
53
 
firstpin: 4
54
 
lastpin: 64
55
 
step: 2
56
 
pitch: 0.4
57
 
suffix: svg
58
 
prepin: dip_
59
 
postpin: _400mil_pcb
60
 
 
61
 
[dip_300mil_bread_svg.cfg]
62
 
firstpin: 4
63
 
lastpin: 64
64
 
step: 2
65
 
pitch: 0.3
66
 
suffix: svg
67
 
prepin: generic_ic_dip_
68
 
postpin: _300mil_bread
69
 
 
70
 
[dip_300mil_pcb_svg.cfg]
71
 
firstpin: 4
72
 
lastpin: 64
73
 
step: 2
74
 
pitch: 0.3
75
 
suffix: svg
76
 
prepin: dip_
77
 
postpin: _300mil_pcb
78
 
 
79
 
[dip_900mil_bread_svg.cfg]
80
 
firstpin: 4
81
 
lastpin: 64
82
 
step: 2
83
 
pitch: 0.9
84
 
suffix: svg
85
 
prepin: generic_ic_dip_
86
 
postpin: _900mil_bread
87
 
 
88
 
[dip_900mil_pcb_svg.cfg]
89
 
firstpin: 4
90
 
lastpin: 64
91
 
step: 2
92
 
pitch: 0.9
93
 
suffix: svg
94
 
prepin: dip_
95
 
postpin: _900mil_pcb
96
 
 
97
 
[dip_500mil_pcb_svg.cfg]
98
 
firstpin: 4
99
 
lastpin: 64
100
 
step: 2
101
 
pitch: 0.5
102
 
suffix: svg
103
 
prepin: dip_
104
 
postpin: _500mil_pcb
105
 
 
106
 
[dip_700mil_pcb_svg.cfg]
107
 
firstpin: 4
108
 
lastpin: 64
109
 
step: 2
110
 
pitch: 0.7
111
 
suffix: svg
112
 
prepin: dip_
113
 
postpin: _700mil_pcb
114
 
 
115
 
[dip_800mil_pcb_svg.cfg]
116
 
firstpin: 4
117
 
lastpin: 64
118
 
step: 2
119
 
pitch: 0.8
120
 
suffix: svg
121
 
prepin: dip_
122
 
postpin: _800mil_pcb
123
 
 
124
 
[dip_100mil_pcb_svg.cfg]
125
 
firstpin: 4
126
 
lastpin: 64
127
 
step: 2
128
 
pitch: 0.1
129
 
suffix: svg
130
 
prepin: dip_
131
 
postpin: _100mil_pcb
132
 
 
133
 
[dip_200mil_pcb_svg.cfg]
134
 
firstpin: 4
135
 
lastpin: 64
136
 
step: 2
137
 
pitch: 0.2
138
 
suffix: svg
139
 
prepin: dip_
140
 
postpin: _200mil_pcb
141
 
 
142
 
 
143
 
 
144
 
 
145
 
 
146
 
 
147
 
 
148
 
 
149