From 5bfa52c1ca92aaae44e5f868ffbceaa752248f22 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Tue, 14 Apr 2026 17:30:33 +0200 Subject: [PATCH] new max value --- Gaugecontroller/Gaugecontroller.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gaugecontroller/Gaugecontroller.ino b/Gaugecontroller/Gaugecontroller.ino index 55b6407..b84de50 100644 --- a/Gaugecontroller/Gaugecontroller.ino +++ b/Gaugecontroller/Gaugecontroller.ino @@ -47,7 +47,7 @@ struct Gauge { long targetPos = 0; long minPos = 0; - long maxPos = 3610; // adjust to your usable travel + long maxPos = 3780; // adjust to your usable travel long homingBackoffSteps = 3700; // should exceed reverse travel slightly float velocity = 0.0f;