mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 14:37:39 -06:00
🔧 Opulo Lumen finer motion
See https://github.com/MarlinFirmware/Configurations/issues/649#issuecomment-1383222431
This commit is contained in:
parent
6d372caca5
commit
9f2504d04c
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue