Skip to content

Commit

Permalink
Make some more space for active slot filament
Browse files Browse the repository at this point in the history
  • Loading branch information
D.R.racer committed Jan 19, 2024
1 parent 2c0c63d commit ab63ba3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/config/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
static constexpr U_deg idlerIntermediateSlotPositions[toolCount + 1] = {
IdlerOffsetFromHome + 4.75F * IdlerSlotDistance,
IdlerOffsetFromHome + 3.75F * IdlerSlotDistance,
IdlerOffsetFromHome + 2.75F * IdlerSlotDistance,
IdlerOffsetFromHome + 1.75F * IdlerSlotDistance,
IdlerOffsetFromHome + 0.75F * IdlerSlotDistance,
IdlerOffsetFromHome + 4.55F * IdlerSlotDistance,
IdlerOffsetFromHome + 3.55F * IdlerSlotDistance,
IdlerOffsetFromHome + 2.55F * IdlerSlotDistance,
IdlerOffsetFromHome + 1.55F * IdlerSlotDistance,
IdlerOffsetFromHome + 0.55F * IdlerSlotDistance,
IdlerOffsetFromHome ///18.0_deg Fully disengaged all slots
};

Expand Down

0 comments on commit ab63ba3

Please sign in to comment.