Update gitignore and finish v1

This commit is contained in:
Marcin Czop 2025-03-18 01:15:37 +01:00
parent 3b5eaadffb
commit 01e586042a
5 changed files with 12200 additions and 2631 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
pcb/superenv/superenv-backups/
pcb/superenv/production

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"board": {
"active_layer": 2,
"active_layer": 5,
"active_layer_preset": "",
"auto_track_width": true,
"hidden_netclasses": [],

View file

@ -48,7 +48,7 @@
"silk_text_thickness": 0.1,
"silk_text_upright": false,
"zones": {
"min_clearance": 0.5
"min_clearance": 0.1
}
},
"diff_pair_dimensions": [
@ -135,8 +135,8 @@
"min_text_height": 0.8,
"min_text_thickness": 0.08,
"min_through_hole_diameter": 0.2,
"min_track_width": 0.1,
"min_via_annular_width": 0.25,
"min_track_width": 0.2,
"min_via_annular_width": 0.2,
"min_via_diameter": 0.2,
"solder_mask_to_copper_clearance": 0.005,
"use_height_for_length_calcs": true

File diff suppressed because it is too large Load diff