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
This commit is contained in:
jonny_l480 2023-05-01 10:07:43 +02:00
parent d206b53194
commit e2749cf2b9

View File

@ -23,7 +23,7 @@ extern "C"
#define STEPPER_TEST_TRAVEL 65 //mm #define STEPPER_TEST_TRAVEL 65 //mm
#define MIN_MM 0 #define MIN_MM 0
#define MAX_MM 50 #define MAX_MM 102
#define POS_MAX_STEPS MAX_MM * STEPPER_STEPS_PER_MM #define POS_MAX_STEPS MAX_MM * STEPPER_STEPS_PER_MM
#define POS_MIN_STEPS MIN_MM * STEPPER_STEPS_PER_MM #define POS_MIN_STEPS MIN_MM * STEPPER_STEPS_PER_MM