Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c93436c99 | |||
| afdeaea931 | |||
| ed5f962f61 | |||
| a4bceeca21 | |||
| cfabf77ff8 | |||
| 25ba8a6753 | |||
| 8124fb0f61 | |||
| f3d06f50b5 |
@@ -71,7 +71,7 @@
|
|||||||
# This rule handles diameter minimum and maximum for ALL holes.
|
# This rule handles diameter minimum and maximum for ALL holes.
|
||||||
# Other specialized rules handle restrictions (e.g. Via, PTH, NPTH)
|
# Other specialized rules handle restrictions (e.g. Via, PTH, NPTH)
|
||||||
(rule "Hole diameter"
|
(rule "Hole diameter"
|
||||||
(constraint hole_size (min 0.2mm) (max 6.3mm))
|
(constraint hole_size (min 0.3mm) (max 6.3mm))
|
||||||
)
|
)
|
||||||
|
|
||||||
(rule "Hole (NPTH) diameter"
|
(rule "Hole (NPTH) diameter"
|
||||||
@@ -101,10 +101,10 @@
|
|||||||
(constraint hole_to_hole (min 0.5mm))
|
(constraint hole_to_hole (min 0.5mm))
|
||||||
)
|
)
|
||||||
|
|
||||||
(rule "Clearance: via to via (perimeter), different nets"
|
(rule "Clearance: via to via (perimeter), different nets"
|
||||||
(layer outer)
|
(layer outer)
|
||||||
(condition "A.Net != B.Net && A.Type == 'Via' && B.Type == 'Via'")
|
(condition "A.Net != B.Net && A.Type == 'Via' && B.Type == 'Via'")
|
||||||
(constraint hole_to_hole (min 0.2mm))
|
(constraint hole_to_hole (min 0.2mm))
|
||||||
)
|
)
|
||||||
|
|
||||||
(rule "Clearance: hole to hole (perimeter), same net"
|
(rule "Clearance: hole to hole (perimeter), same net"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"board": {
|
"board": {
|
||||||
"active_layer": 5,
|
"active_layer": 0,
|
||||||
"active_layer_preset": "",
|
"active_layer_preset": "",
|
||||||
"auto_track_width": true,
|
"auto_track_width": false,
|
||||||
"hidden_netclasses": [],
|
"hidden_netclasses": [],
|
||||||
"hidden_nets": [
|
"hidden_nets": [
|
||||||
"GND"
|
"GND"
|
||||||
@@ -18,12 +18,12 @@
|
|||||||
"zones": 0.6
|
"zones": 0.6
|
||||||
},
|
},
|
||||||
"selection_filter": {
|
"selection_filter": {
|
||||||
"dimensions": false,
|
"dimensions": true,
|
||||||
"footprints": true,
|
"footprints": true,
|
||||||
"graphics": false,
|
"graphics": true,
|
||||||
"keepouts": false,
|
"keepouts": true,
|
||||||
"lockedItems": false,
|
"lockedItems": false,
|
||||||
"otherItems": false,
|
"otherItems": true,
|
||||||
"pads": true,
|
"pads": true,
|
||||||
"text": true,
|
"text": true,
|
||||||
"tracks": true,
|
"tracks": true,
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
"conflict_shadows",
|
"conflict_shadows",
|
||||||
"shapes"
|
"shapes"
|
||||||
],
|
],
|
||||||
"visible_layers": "ffffffff_ffffffff_ffffffff_ffffffff",
|
"visible_layers": "ffffffff_ffffffff_fffffff7_ffffffff",
|
||||||
"zone_display_mode": 0
|
"zone_display_mode": 0
|
||||||
},
|
},
|
||||||
"git": {
|
"git": {
|
||||||
|
|||||||
@@ -38,8 +38,8 @@
|
|||||||
"other_text_upright": false,
|
"other_text_upright": false,
|
||||||
"pads": {
|
"pads": {
|
||||||
"drill": 0.0,
|
"drill": 0.0,
|
||||||
"height": 0.84,
|
"height": 0.62,
|
||||||
"width": 1.19
|
"width": 0.56
|
||||||
},
|
},
|
||||||
"silk_line_width": 0.1,
|
"silk_line_width": 0.1,
|
||||||
"silk_text_italic": false,
|
"silk_text_italic": false,
|
||||||
@@ -450,14 +450,14 @@
|
|||||||
"no_connect_dangling": "warning",
|
"no_connect_dangling": "warning",
|
||||||
"pin_not_connected": "error",
|
"pin_not_connected": "error",
|
||||||
"pin_not_driven": "error",
|
"pin_not_driven": "error",
|
||||||
"pin_to_pin": "warning",
|
"pin_to_pin": "error",
|
||||||
"power_pin_not_driven": "error",
|
"power_pin_not_driven": "error",
|
||||||
"same_local_global_label": "warning",
|
"same_local_global_label": "warning",
|
||||||
"similar_label_and_power": "warning",
|
"similar_label_and_power": "warning",
|
||||||
"similar_labels": "warning",
|
"similar_labels": "warning",
|
||||||
"similar_power": "warning",
|
"similar_power": "warning",
|
||||||
"simulation_model_issue": "ignore",
|
"simulation_model_issue": "ignore",
|
||||||
"single_global_label": "ignore",
|
"single_global_label": "warning",
|
||||||
"unannotated": "error",
|
"unannotated": "error",
|
||||||
"unconnected_wire_endpoint": "warning",
|
"unconnected_wire_endpoint": "warning",
|
||||||
"undefined_netclass": "error",
|
"undefined_netclass": "error",
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user