a bit more DRC
This commit is contained in:
9
pcb/gan_motor_driver.kicad_dru
Normal file
9
pcb/gan_motor_driver.kicad_dru
Normal file
@@ -0,0 +1,9 @@
|
||||
(version 1)
|
||||
(rule "power_ic_clearance"
|
||||
(constraint clearance (min "0.4mm"))
|
||||
(condition "A.NetClass == '200V' && B.intersectsArea('power_ic')")
|
||||
)
|
||||
(rule "power_ic_small_clearance"
|
||||
(constraint clearance (min "0.2mm"))
|
||||
(condition "A.NetClass == '200V' && A.intersectsArea('power_ic_small')")
|
||||
)
|
||||
File diff suppressed because it is too large
Load Diff
@@ -48,7 +48,7 @@
|
||||
"silk_text_thickness": 0.1,
|
||||
"silk_text_upright": false,
|
||||
"zones": {
|
||||
"min_clearance": 0.5
|
||||
"min_clearance": 0.0
|
||||
}
|
||||
},
|
||||
"diff_pair_dimensions": [
|
||||
|
||||
Reference in New Issue
Block a user