MMU2: enlarge the Idler's SG_thrs range in Tune menu

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 #4285
This commit is contained in:
D.R.racer 2023-11-27 07:53:52 +01:00 committed by DRracer
parent 9f9bb12eeb
commit 0462b7289a
1 changed files with 1 additions and 1 deletions

View File

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