36/2/2/2 is an ambiguous trigger wheel fix #3242

This commit is contained in:
rusefillc 2021-09-19 17:08:45 -04:00
parent 5f3b136bef
commit fd61f25693
1 changed files with 1 additions and 0 deletions

View File

@ -637,6 +637,7 @@ static bool doesTriggerImplyOperationMode(trigger_type_e type) {
&& type != TT_ONE
&& type != TT_ONE_PLUS_ONE
&& type != TT_3_1_CAM
&& type != TT_TT_36_2_2_2
&& type != TT_TOOTHED_WHEEL_60_2
&& type != TT_TOOTHED_WHEEL_36_1;
}