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