Fix idler axis length (eyeballed it, we should find the real value)
parent
c068db841d
commit
19a9cb84a5
|
|
@ -183,7 +183,7 @@ static constexpr AxisConfig idler = {
|
||||||
|
|
||||||
/// Idler motion limits
|
/// Idler motion limits
|
||||||
static constexpr IdlerLimits idlerLimits = {
|
static constexpr IdlerLimits idlerLimits = {
|
||||||
.lenght = 270.0_deg,
|
.lenght = 225.0_deg,
|
||||||
.jerk = 0.1_deg_s,
|
.jerk = 0.1_deg_s,
|
||||||
.accel = 500.0_deg_s2,
|
.accel = 500.0_deg_s2,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue