Update motor currents
Use the same values from the original FW as suggested by @leptunpull/108/head
parent
bcf818b8fd
commit
563c8192cd
|
|
@ -77,9 +77,9 @@ static constexpr uint16_t stepTimerQuantum = 256; // 256 = 128us
|
||||||
static constexpr AxisConfig pulley = {
|
static constexpr AxisConfig pulley = {
|
||||||
.dirOn = false,
|
.dirOn = false,
|
||||||
.mRes = MRes_2,
|
.mRes = MRes_2,
|
||||||
.vSense = false,
|
.vSense = true,
|
||||||
.iRun = 20,
|
.iRun = 30,
|
||||||
.iHold = 20,
|
.iHold = 1,
|
||||||
.stealth = false,
|
.stealth = false,
|
||||||
.stepsPerUnit = 161.3,
|
.stepsPerUnit = 161.3,
|
||||||
};
|
};
|
||||||
|
|
@ -96,8 +96,8 @@ static constexpr AxisConfig selector = {
|
||||||
.dirOn = true,
|
.dirOn = true,
|
||||||
.mRes = MRes_2,
|
.mRes = MRes_2,
|
||||||
.vSense = false,
|
.vSense = false,
|
||||||
.iRun = 20,
|
.iRun = 17,
|
||||||
.iHold = 20,
|
.iHold = 5,
|
||||||
.stealth = false,
|
.stealth = false,
|
||||||
.stepsPerUnit = (200 * 2 / 8.),
|
.stepsPerUnit = (200 * 2 / 8.),
|
||||||
};
|
};
|
||||||
|
|
@ -114,8 +114,8 @@ static constexpr AxisConfig idler = {
|
||||||
.dirOn = true,
|
.dirOn = true,
|
||||||
.mRes = MRes_16,
|
.mRes = MRes_16,
|
||||||
.vSense = false,
|
.vSense = false,
|
||||||
.iRun = 20,
|
.iRun = 23,
|
||||||
.iHold = 20,
|
.iHold = 11,
|
||||||
.stealth = false,
|
.stealth = false,
|
||||||
.stepsPerUnit = (200 * 16 / 360.),
|
.stepsPerUnit = (200 * 16 / 360.),
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue