Fix not displayed html char (&sdot replaced by ·) (perhaps Windows specific)
Fixes #10152 https://gitlab.com/kicad/code/kicad/issues/10152
This commit is contained in:
parent
3f711b8958
commit
96c3ce14e4
|
@ -7,12 +7,12 @@ _HKI( "If you specify the maximum current, then the trace widths will be calcula
|
||||||
"\n"
|
"\n"
|
||||||
"The calculations are valid for currents up to 35 A (external) or 17.5 A (internal), temperature rises up to 100 °C, and widths of up to 400 mils (10 mm).\n"
|
"The calculations are valid for currents up to 35 A (external) or 17.5 A (internal), temperature rises up to 100 °C, and widths of up to 400 mils (10 mm).\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The formula, from IPC 2221, is \n"
|
"The formula, from IPC 2221, is\n"
|
||||||
"<center>___I = K ⋅ ΔT<sup>0.44</sup> ⋅ (W ⋅ H)<sup>0.725</sup>___</center> \n"
|
"<center>___I = K · ΔT<sup>0.44</sup> · (W · H)<sup>0.725</sup>___</center>\n"
|
||||||
"where: \n"
|
"where:\n"
|
||||||
"___I___ is maximum current in A \n"
|
"___I___ is maximum current in A\n"
|
||||||
"___ΔT___ is temperature rise above ambient in °C \n"
|
"___ΔT___ is temperature rise above ambient in °C\n"
|
||||||
"___W___ is width in mils \n"
|
"___W___ is width in mils\n"
|
||||||
"___H___ is thickness (height) in mils \n"
|
"___H___ is thickness (height) in mils\n"
|
||||||
"___K___ is 0.024 for internal traces or 0.048 for external traces \n"
|
"___K___ is 0.024 for internal traces or 0.048 for external traces\n"
|
||||||
"" );
|
"" );
|
||||||
|
|
|
@ -6,11 +6,11 @@ The controlling value is shown in bold.
|
||||||
|
|
||||||
The calculations are valid for currents up to 35 A (external) or 17.5 A (internal), temperature rises up to 100 °C, and widths of up to 400 mils (10 mm).
|
The calculations are valid for currents up to 35 A (external) or 17.5 A (internal), temperature rises up to 100 °C, and widths of up to 400 mils (10 mm).
|
||||||
|
|
||||||
The formula, from IPC 2221, is
|
The formula, from IPC 2221, is
|
||||||
<center>___I = K ⋅ ΔT<sup>0.44</sup> ⋅ (W ⋅ H)<sup>0.725</sup>___</center>
|
<center>___I = K · ΔT<sup>0.44</sup> · (W · H)<sup>0.725</sup>___</center>
|
||||||
where:
|
where:
|
||||||
___I___ is maximum current in A
|
___I___ is maximum current in A
|
||||||
___ΔT___ is temperature rise above ambient in °C
|
___ΔT___ is temperature rise above ambient in °C
|
||||||
___W___ is width in mils
|
___W___ is width in mils
|
||||||
___H___ is thickness (height) in mils
|
___H___ is thickness (height) in mils
|
||||||
___K___ is 0.024 for internal traces or 0.048 for external traces
|
___K___ is 0.024 for internal traces or 0.048 for external traces
|
||||||
|
|
Loading…
Reference in New Issue