Correct pulley steps by experimentation
Test performed by moving 500mm of filament back&forth 5 times across 5 pulleys of a MMU2 unit. The error with this factor is centered around +/- 1.5mm depending on the pulley and tension on the idler.pull/93/head
parent
f77e426af1
commit
e9e43f744d
|
|
@ -81,7 +81,7 @@ static constexpr AxisConfig pulley = {
|
|||
.iRun = 30,
|
||||
.iHold = 1,
|
||||
.stealth = false,
|
||||
.stepsPerUnit = (200 * 2 / 10.08125),
|
||||
.stepsPerUnit = (200 * 2 / 19.147274),
|
||||
};
|
||||
|
||||
/// Pulley motion limits
|
||||
|
|
|
|||
Loading…
Reference in New Issue