Skip to content

Commit

Permalink
Update clearance values
Browse files Browse the repository at this point in the history
  • Loading branch information
ceoloide committed Jan 17, 2024
1 parent 8a686be commit 2b1e7fa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions freerouting/freerouting.rules
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@
)
(rule
(width 150.0)
(clearance 200.2)
(clearance 200.1)
(clearance 75.0 (type smd_to_turn_gap))
(clearance 75.0 (type pad_to_turn_gap))
(clearance 50.0 (type smd))
(clearance 200.2 (type "kicad_default"))
(clearance 200.2 (type "power_ground"))
(clearance 200.0 (type "kicad_default"))
(clearance 200.0 (type "power_ground"))
)
(padstack "Via[0-1]_560:300_um"
(shape
Expand Down Expand Up @@ -86,6 +87,7 @@
(via_rule "kicad_default")
(rule
(width 150.0)
(clearance 200.0)
)
(circuit
(use_layer F.Cu B.Cu)
Expand All @@ -97,6 +99,7 @@
(via_rule "kicad_default")
(rule
(width 250.0)
(clearance 200.0)
)
(circuit
(use_layer F.Cu B.Cu)
Expand Down

0 comments on commit 2b1e7fa

Please sign in to comment.