Fix idler axis length (eyeballed it, we should find the real value)
parent
26d2c9f2ca
commit
1b5936a8f6
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue