From e2749cf2b94531b6490b8df3ceeffaa78d553d67 Mon Sep 17 00:00:00 2001 From: jonny_l480 Date: Mon, 1 May 2023 10:07:43 +0200 Subject: [PATCH] Adjust travel length (max with current reel) increase and test machine using max length possible with current reel and "counter reel" Worked quite well, see video made --- main/guide-stepper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/guide-stepper.cpp b/main/guide-stepper.cpp index 0795ebc..6ee04e1 100644 --- a/main/guide-stepper.cpp +++ b/main/guide-stepper.cpp @@ -23,7 +23,7 @@ extern "C" #define STEPPER_TEST_TRAVEL 65 //mm #define MIN_MM 0 -#define MAX_MM 50 +#define MAX_MM 102 #define POS_MAX_STEPS MAX_MM * STEPPER_STEPS_PER_MM #define POS_MIN_STEPS MIN_MM * STEPPER_STEPS_PER_MM