mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-24 23:24:02 -06:00
🩹 Fix Microswiss Direct Drive Steps/mm (#790)
This commit is contained in:
parent
23c3bb0f56
commit
e1b5d5a8eb
1 changed files with 5 additions and 1 deletions
|
@ -1145,7 +1145,11 @@
|
|||
* Override with M92
|
||||
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
|
||||
*/
|
||||
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 800, 93 }
|
||||
#if ENABLED(ENDER5_USE_MICROSWISS)
|
||||
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 800, 137.6 }
|
||||
#else
|
||||
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 800, 93 }
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Default Max Feed Rate (linear=mm/s, rotational=°/s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue