Make some more space for active slot filament

pull/314/head
D.R.racer 2024-01-19 09:39:12 +01:00
parent 25b12662c4
commit e5f7074d21
1 changed files with 5 additions and 5 deletions

View File

@ -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
}; };