From 3cb397ccfb557ece6eae67dbff2cb4955a8d4388 Mon Sep 17 00:00:00 2001 From: Andrey G Date: Wed, 1 Sep 2021 22:00:05 +0300 Subject: [PATCH] Rusefi input fixes: make some tables more frienly looking (#3212) * Avoid fractional numbers on axis of few tables Idle Advance Angle, Idle VE, Cranking Advance Angle * No need to have RPM up to 8000 on idle and cranking tables 2500 is enougth --- firmware/tunerstudio/rusefi.input | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index f687afa020..2e9e97f053 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -753,23 +753,23 @@ enable2ndByteCanID = false curve = cltIdleRPMCurve, "Idle Target RPM" columnLabel = "Coolant", "RPM" xAxis = -40, 120, 9 - yAxis = 0, 8000, 10 + yAxis = 0, 2400, 13 xBins = cltIdleRpmBins, coolant yBins = cltIdleRpm, RPMValue gauge = CLTGauge curve = idleAdvanceCurve, "Idle Advance Angle" columnLabel = "RPM", "degrees" - xAxis = 0, 8000, 10 - yAxis = -100, 100, 10 + xAxis = 0, 2400, 13 + yAxis = -100, 100, 11 xBins = idleAdvanceBins, RPMValue yBins = idleAdvance gauge = RPMGauge curve = idleVeCurve, "Idle VE" columnLabel = "RPM", "%" - xAxis = 0, 8000, 10 - yAxis = 0, 250, 10 + xAxis = 0, 2400, 13 + yAxis = 0, 250, 11 xBins = idleVeBins, RPMValue yBins = idleVe #if LAMBDA @@ -780,8 +780,8 @@ enable2ndByteCanID = false curve = crankingAdvanceCurve, "Cranking Advance Angle" columnLabel = "RPM", "degrees" - xAxis = 0, 8000, 10 - yAxis = -100, 100, 10 + xAxis = 0, 2400, 13 + yAxis = -100, 100, 11 xBins = crankingAdvanceBins, RPMValue yBins = crankingAdvance gauge = RPMGauge