Limit semi-sequential mode to 4 or fewer cylinders
This commit is contained in:
parent
e301f5042c
commit
f3dcc9bcdd
|
@ -474,7 +474,7 @@ page = 7
|
|||
; dialogs can be nested and can be mixed with fields
|
||||
|
||||
dialog = engine_constants_south
|
||||
field = "Injector Timing", injTiming
|
||||
field = "Injector Timing", injTiming, { nCylinders <= 4 }
|
||||
field = "Board Layout", pinLayout
|
||||
|
||||
dialog = engine_constants, ""
|
||||
|
|
Loading…
Reference in New Issue