Reduce idler parked current (IHOLD)
parent
26a7082e4f
commit
464fe59c62
|
|
@ -177,7 +177,7 @@ static constexpr AxisConfig idler = {
|
||||||
.mRes = MRes_16,
|
.mRes = MRes_16,
|
||||||
.vSense = true,
|
.vSense = true,
|
||||||
.iRun = 31, /// 530mA
|
.iRun = 31, /// 530mA
|
||||||
.iHold = 23, /// 398mA
|
.iHold = 5, /// 99mA - parked current
|
||||||
.stealth = false,
|
.stealth = false,
|
||||||
.stepsPerUnit = (200 * 16 / 360.),
|
.stepsPerUnit = (200 * 16 / 360.),
|
||||||
.sg_thrs = 6,
|
.sg_thrs = 6,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue