Compare commits

...

3 commits

Author SHA1 Message Date
phiwan-dev
8ea8557a9c right: pcb route crystal 2026-03-24 02:23:33 +01:00
phiwan-dev
698aa485ed right: pcb route usb connection 2026-03-24 02:02:49 +01:00
phiwan-dev
ef39a8dd73 right: pcb route pmic power signals 2026-03-24 01:05:45 +01:00
2 changed files with 1753 additions and 721 deletions

File diff suppressed because it is too large Load diff

View file

@ -123,11 +123,11 @@
}, },
"rules": { "rules": {
"max_error": 0.005, "max_error": 0.005,
"min_clearance": 0.0, "min_clearance": 0.1,
"min_connection": 0.0, "min_connection": 0.0,
"min_copper_edge_clearance": 0.2, "min_copper_edge_clearance": 0.2,
"min_groove_width": 0.0, "min_groove_width": 0.0,
"min_hole_clearance": 0.2, "min_hole_clearance": 0.1,
"min_hole_to_hole": 0.25, "min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.2, "min_microvia_diameter": 0.2,
"min_microvia_drill": 0.1, "min_microvia_drill": 0.1,
@ -136,8 +136,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.3, "min_through_hole_diameter": 0.3,
"min_track_width": 0.0, "min_track_width": 0.1,
"min_via_annular_width": 0.1, "min_via_annular_width": 0.05,
"min_via_diameter": 0.4, "min_via_diameter": 0.4,
"solder_mask_to_copper_clearance": 0.0, "solder_mask_to_copper_clearance": 0.0,
"use_height_for_length_calcs": true "use_height_for_length_calcs": true