Update motor currents
Use the same values from the original FW as suggested by @leptunpull/107/head
parent
a58450acb6
commit
7efb84caae
|
|
@ -76,9 +76,9 @@ static constexpr uint8_t stepTimerQuantum = 16;
|
|||
static constexpr AxisConfig pulley = {
|
||||
.dirOn = false,
|
||||
.mRes = MRes_2,
|
||||
.vSense = false,
|
||||
.iRun = 20,
|
||||
.iHold = 20,
|
||||
.vSense = true,
|
||||
.iRun = 30,
|
||||
.iHold = 1,
|
||||
.stealth = false,
|
||||
.stepsPerUnit = 161.3,
|
||||
};
|
||||
|
|
@ -95,8 +95,8 @@ static constexpr AxisConfig selector = {
|
|||
.dirOn = true,
|
||||
.mRes = MRes_2,
|
||||
.vSense = false,
|
||||
.iRun = 20,
|
||||
.iHold = 20,
|
||||
.iRun = 17,
|
||||
.iHold = 5,
|
||||
.stealth = false,
|
||||
.stepsPerUnit = (200 * 2 / 8.),
|
||||
};
|
||||
|
|
@ -113,8 +113,8 @@ static constexpr AxisConfig idler = {
|
|||
.dirOn = true,
|
||||
.mRes = MRes_16,
|
||||
.vSense = false,
|
||||
.iRun = 20,
|
||||
.iHold = 20,
|
||||
.iRun = 23,
|
||||
.iHold = 11,
|
||||
.stealth = false,
|
||||
.stepsPerUnit = (200 * 16 / 360.),
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue