mirror of
https://github.com/MrTalon63/superenv-sensor.git
synced 2026-01-11 09:19:13 +01:00
Update gitignore and finish v1
This commit is contained in:
parent
3b5eaadffb
commit
01e586042a
5 changed files with 12200 additions and 2631 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
pcb/superenv/superenv-backups/
|
pcb/superenv/superenv-backups/
|
||||||
|
pcb/superenv/production
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"board": {
|
"board": {
|
||||||
"active_layer": 2,
|
"active_layer": 5,
|
||||||
"active_layer_preset": "",
|
"active_layer_preset": "",
|
||||||
"auto_track_width": true,
|
"auto_track_width": true,
|
||||||
"hidden_netclasses": [],
|
"hidden_netclasses": [],
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
"silk_text_thickness": 0.1,
|
"silk_text_thickness": 0.1,
|
||||||
"silk_text_upright": false,
|
"silk_text_upright": false,
|
||||||
"zones": {
|
"zones": {
|
||||||
"min_clearance": 0.5
|
"min_clearance": 0.1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"diff_pair_dimensions": [
|
"diff_pair_dimensions": [
|
||||||
|
|
@ -135,8 +135,8 @@
|
||||||
"min_text_height": 0.8,
|
"min_text_height": 0.8,
|
||||||
"min_text_thickness": 0.08,
|
"min_text_thickness": 0.08,
|
||||||
"min_through_hole_diameter": 0.2,
|
"min_through_hole_diameter": 0.2,
|
||||||
"min_track_width": 0.1,
|
"min_track_width": 0.2,
|
||||||
"min_via_annular_width": 0.25,
|
"min_via_annular_width": 0.2,
|
||||||
"min_via_diameter": 0.2,
|
"min_via_diameter": 0.2,
|
||||||
"solder_mask_to_copper_clearance": 0.005,
|
"solder_mask_to_copper_clearance": 0.005,
|
||||||
"use_height_for_length_calcs": true
|
"use_height_for_length_calcs": true
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue