From 16dd2dbd63fdaee2dc0c482551247437dd3b8691 Mon Sep 17 00:00:00 2001 From: crocsg <34553036+crocsg@users.noreply.github.com> Date: Fri, 19 Oct 2018 15:42:03 +0200 Subject: [PATCH] update 8825 step/mm --- MarlinBraille/Configuration.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MarlinBraille/Configuration.h b/MarlinBraille/Configuration.h index 59ad7d8..0ce406b 100644 --- a/MarlinBraille/Configuration.h +++ b/MarlinBraille/Configuration.h @@ -563,7 +563,8 @@ * X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]] */ //#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 46, 4000, 500 } // pololu 16 microstep -#define DEFAULT_AXIS_STEPS_PER_UNIT { 80 * 2, 81, 4000, 500 } // pololu 16 microstep with big roll +//#define DEFAULT_AXIS_STEPS_PER_UNIT { 80 * 2, 81, 4000, 500 } // pololu 32 microstep with big roll +#define DEFAULT_AXIS_STEPS_PER_UNIT { 80 * 2, 87, 4000, 500 } // pololu 32 microstep with big roll /** * Default Max Feed Rate (mm/s)