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:
parent
9f9bb12eeb
commit
0462b7289a
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue