Fix stepsPerUnit for the Pulley
Also use the correct value multiplied by the current ustep resolution to make the conversion obvious.pull/93/head
parent
bc36ea4566
commit
a7d8953519
|
|
@ -81,7 +81,7 @@ static constexpr AxisConfig pulley = {
|
|||
.iRun = 30,
|
||||
.iHold = 1,
|
||||
.stealth = false,
|
||||
.stepsPerUnit = 161.3,
|
||||
.stepsPerUnit = (2 * 8.75),
|
||||
};
|
||||
|
||||
/// Pulley motion limits
|
||||
|
|
|
|||
Loading…
Reference in New Issue