Pulley SG increased
parent
99c05b79d0
commit
7380cb740a
|
|
@ -93,13 +93,13 @@ static constexpr U_mm fsensorToNozzleAvoidGrind = 5.0_mm;
|
||||||
/// Begin: Pulley axis configuration
|
/// Begin: Pulley axis configuration
|
||||||
static constexpr AxisConfig pulley = {
|
static constexpr AxisConfig pulley = {
|
||||||
.dirOn = false,
|
.dirOn = false,
|
||||||
.mRes = MRes_2,
|
.mRes = MRes_8,
|
||||||
.vSense = true,
|
.vSense = true,
|
||||||
.iRun = 20, /// 348mA
|
.iRun = 20, /// 348mA
|
||||||
.iHold = 0, /// 17mA in SpreadCycle, freewheel in StealthChop
|
.iHold = 0, /// 17mA in SpreadCycle, freewheel in StealthChop
|
||||||
.stealth = false,
|
.stealth = false,
|
||||||
.stepsPerUnit = (200 * 2 / 19.147274),
|
.stepsPerUnit = (200 * 8 / 19.147274),
|
||||||
.sg_thrs = 3,
|
.sg_thrs = 8,
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Pulley motion limits
|
/// Pulley motion limits
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue