From 9f2504d04cf42f6d66a959fd1b2eb5a3c7fe651c Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 21 Mar 2024 21:02:52 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Opulo=20Lumen=20finer=20motion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/MarlinFirmware/Configurations/issues/649#issuecomment-1383222431 --- config/examples/Opulo/Lumen_REV3/Configuration_adv.h | 2 +- config/examples/Opulo/Lumen_REV4/Configuration_adv.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/examples/Opulo/Lumen_REV3/Configuration_adv.h b/config/examples/Opulo/Lumen_REV3/Configuration_adv.h index 5ad7b8b9f3..190fa95bcd 100644 --- a/config/examples/Opulo/Lumen_REV3/Configuration_adv.h +++ b/config/examples/Opulo/Lumen_REV3/Configuration_adv.h @@ -2555,7 +2555,7 @@ // @section motion // Moves (or segments) with fewer steps than this will be joined with the next move -#define MIN_STEPS_PER_SEGMENT 6 +#define MIN_STEPS_PER_SEGMENT 1 /** * Minimum delay before and after setting the stepper DIR (in ns) diff --git a/config/examples/Opulo/Lumen_REV4/Configuration_adv.h b/config/examples/Opulo/Lumen_REV4/Configuration_adv.h index 68589642a0..d941c15513 100644 --- a/config/examples/Opulo/Lumen_REV4/Configuration_adv.h +++ b/config/examples/Opulo/Lumen_REV4/Configuration_adv.h @@ -2554,7 +2554,7 @@ // @section motion // Moves (or segments) with fewer steps than this will be joined with the next move -#define MIN_STEPS_PER_SEGMENT 6 +#define MIN_STEPS_PER_SEGMENT 1 /** * Minimum delay before and after setting the stepper DIR (in ns)