Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Heizung
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
c3pb
Heizung
Commits
ebc32e5a
Commit
ebc32e5a
authored
1 year ago
by
Benjamin Koch
Browse files
Options
Downloads
Patches
Plain Diff
escape routing for MCU
parent
8c6a2bb8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
c3pb-heizung/c3pb-heizung.kicad_pcb
+690
-75
690 additions, 75 deletions
c3pb-heizung/c3pb-heizung.kicad_pcb
c3pb-heizung/c3pb-heizung.kicad_pro
+19
-2
19 additions, 2 deletions
c3pb-heizung/c3pb-heizung.kicad_pro
c3pb-heizung/c3pb-heizung.kicad_sch
+3
-3
3 additions, 3 deletions
c3pb-heizung/c3pb-heizung.kicad_sch
with
712 additions
and
80 deletions
c3pb-heizung/c3pb-heizung.kicad_pcb
+
690
−
75
View file @
ebc32e5a
This diff is collapsed.
Click to expand it.
c3pb-heizung/c3pb-heizung.kicad_pro
+
19
−
2
View file @
ebc32e5a
...
...
@@ -121,7 +121,7 @@
"allow_blind_buried_vias": false,
"allow_microvias": false,
"max_error": 0.005,
"min_clearance": 0.
0
,
"min_clearance": 0.
127
,
"min_copper_edge_clearance": 0.0,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25,
...
...
@@ -140,12 +140,29 @@
0.0,
0.2,
0.25,
0.4,
0.8
],
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
},
{
"diameter": 0.25,
"drill": 0.15
},
{
"diameter": 0.5,
"drill": 0.3
},
{
"diameter": 0.8,
"drill": 0.4
},
{
"diameter": 1.0,
"drill": 0.8
}
],
"zones_allow_external_fillets": false,
...
...
@@ -374,7 +391,7 @@
"classes": [
{
"bus_width": 12.0,
"clearance": 0.
2
,
"clearance": 0.
13
,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
...
...
This diff is collapsed.
Click to expand it.
c3pb-heizung/c3pb-heizung.kicad_sch
+
3
−
3
View file @
ebc32e5a
...
...
@@ -4142,11 +4142,11 @@
(pin "2" (uuid 8b61fc01-c7b6-4b5b-bf39-74ae3d7f8786))
)
(symbol (lib_id "Connector_Generic:Conn_01x03") (at 48.26 130.81
0) (mirror y
) (unit 1)
(symbol (lib_id "Connector_Generic:Conn_01x03") (at 48.26 130.81
180
) (unit 1)
(in_bom yes) (on_board yes)
(uuid 2fe855d9-ff3a-4208-84b4-4623d71b7a7f)
(property "Reference" "J3" (id 0) (at 48.26 1
2
5.
73
0))
(property "Value" "Conn_01x03" (id 1) (at 48.26 1
3
5.
89
0))
(property "Reference" "J3" (id 0) (at 48.26 1
3
5.
89
0))
(property "Value" "Conn_01x03" (id 1) (at 48.26 1
2
5.
73
0))
(property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (id 2) (at 48.26 130.81 0)
(effects (font (size 1.27 1.27)) hide)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment