Skip to content

Commit

Permalink
MMU2: enlarge the Idler's SG_thrs range in Tune menu
Browse files Browse the repository at this point in the history
Based on experience of mibehaving MMU2S units, a broader range seems to help more people in getting their unit to home properly.

Related to issue MarlinFirmware#4285
  • Loading branch information
D.R.racer authored and DRracer committed Nov 27, 2023
1 parent 9f9bb12 commit 0462b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/mmu2_reporting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ struct TuneItem {

static const TuneItem TuneItems[] PROGMEM = {
{ (uint8_t)Register::Selector_sg_thrs_R, 1, 4},
{ (uint8_t)Register::Idler_sg_thrs_R, 4, 7},
{ (uint8_t)Register::Idler_sg_thrs_R, 2, 10},
};

static_assert(sizeof(TuneItems)/sizeof(TuneItem) == 2);
Expand Down

0 comments on commit 0462b72

Please sign in to comment.