Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
libraries
Commits
f16610dc
Commit
f16610dc
authored
Jan 02, 2020
by
Neil Gershenfeld
Browse files
wip
parent
444fc7ef
Pipeline
#4762
passed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
python/pcb.py
View file @
f16610dc
...
...
@@ -4642,11 +4642,11 @@ class SAMD21E(part):
self
.
value
=
value
self
.
pad
=
[
point
(
0
,
0
,
0
)]
self
.
labels
=
[]
d
=
8.5
/
2
/
25.4
w
=
0.4
/
2
/
25.4
h
=
1.
6
/
2
/
25.4
p
=
0.8
/
25.4
l
=
0.004
d
=
9.01
/
2
/
25.4
# spacing
w
=
0.4
/
2
/
25.4
# width
h
=
1.
4
/
2
/
25.4
# height
p
=
0.8
/
25.4
# pitch
l
=
0.004
# text
pad
=
cube
(
-
h
,
h
,
-
w
,
w
,
0
,
0
)
padv
=
cube
(
-
w
,
w
,
-
h
,
h
,
0
,
0
)
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment