Enable injector angle options for cyls 3/4 when sequential is selected

This commit is contained in:
Josh Stewart 2016-11-24 07:05:57 +11:00
parent a3b50dc51b
commit e7113b03a1
1 changed files with 2 additions and 2 deletions

View File

@ -824,8 +824,8 @@ menuDialog = main
field = "Injector close angle"
field = "Channel 1", inj1Ang
field = "Channel 2", inj2Ang, { nCylinders > 1 }
field = "Channel 3", inj3Ang, { nCylinders > 4 || nCylinders == 3 }
field = "Channel 4", inj4Ang, { nCylinders > 6 }
field = "Channel 3", inj3Ang, { nCylinders > 4 || nCylinders == 3 || ((nCylinders == 4) && (injLayout == 3)) }
field = "Channel 4", inj4Ang, { nCylinders > 6 || ((nCylinders == 4) && (injLayout == 3)) }
field = "Injector Duty Limit", dutyLim
panel = injector_voltage_curve