Fix typo in custom rule example.
This commit is contained in:
parent
235e0a430d
commit
40cb7b40c8
|
@ -97,7 +97,7 @@ Note: `clearance` and `hole_clearance` rules are not run against items of the sa
|
||||||
|
|
||||||
(rule heavy_thermals
|
(rule heavy_thermals
|
||||||
(constraint thermal_spoke_width (min 0.5mm))
|
(constraint thermal_spoke_width (min 0.5mm))
|
||||||
(condition "A.NetClass == 'HV'))
|
(condition "A.NetClass == 'HV'"))
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
### Notes
|
### Notes
|
||||||
|
|
Loading…
Reference in New Issue