From c02843145bb2afe3627558432203ae873cfeb8a2 Mon Sep 17 00:00:00 2001 From: crocsg <34553036+crocsg@users.noreply.github.com> Date: Wed, 11 Jul 2018 09:14:39 +0200 Subject: [PATCH] update step per mm --- MarlinBraille/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MarlinBraille/Configuration.h b/MarlinBraille/Configuration.h index 1abc005..59ad7d8 100644 --- a/MarlinBraille/Configuration.h +++ b/MarlinBraille/Configuration.h @@ -563,7 +563,7 @@ * 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, 90, 4000, 500 } // pololu 16 microstep with big roll +#define DEFAULT_AXIS_STEPS_PER_UNIT { 80 * 2, 81, 4000, 500 } // pololu 16 microstep with big roll /** * Default Max Feed Rate (mm/s)