Make some more space for active slot filament
parent
25b12662c4
commit
e5f7074d21
|
|
@ -216,11 +216,11 @@ static constexpr U_deg idlerSlotPositions[toolCount + 1] = {
|
||||||
|
|
||||||
/// Intermediate positions for Idler's slots: 0-4 are the real ones, the 5th index is the idle position
|
/// Intermediate positions for Idler's slots: 0-4 are the real ones, the 5th index is the idle position
|
||||||
static constexpr U_deg idlerIntermediateSlotPositions[toolCount + 1] = {
|
static constexpr U_deg idlerIntermediateSlotPositions[toolCount + 1] = {
|
||||||
IdlerOffsetFromHome + 4.75F * IdlerSlotDistance,
|
IdlerOffsetFromHome + 4.55F * IdlerSlotDistance,
|
||||||
IdlerOffsetFromHome + 3.75F * IdlerSlotDistance,
|
IdlerOffsetFromHome + 3.55F * IdlerSlotDistance,
|
||||||
IdlerOffsetFromHome + 2.75F * IdlerSlotDistance,
|
IdlerOffsetFromHome + 2.55F * IdlerSlotDistance,
|
||||||
IdlerOffsetFromHome + 1.75F * IdlerSlotDistance,
|
IdlerOffsetFromHome + 1.55F * IdlerSlotDistance,
|
||||||
IdlerOffsetFromHome + 0.75F * IdlerSlotDistance,
|
IdlerOffsetFromHome + 0.55F * IdlerSlotDistance,
|
||||||
IdlerOffsetFromHome ///18.0_deg Fully disengaged all slots
|
IdlerOffsetFromHome ///18.0_deg Fully disengaged all slots
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue