Fix idler axis length (eyeballed it, we should find the real value)

pull/154/head
Alex Voinea 2022-01-22 15:03:48 +01:00 committed by DRracer
parent 26d2c9f2ca
commit 1b5936a8f6
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ static constexpr AxisConfig idler = {
/// Idler motion limits
static constexpr IdlerLimits idlerLimits = {
.lenght = 270.0_deg,
.lenght = 225.0_deg,
.jerk = 0.1_deg_s,
.accel = 500.0_deg_s2,
};