🩹 Fix Microswiss Direct Drive Steps/mm (#790)

This commit is contained in:
Keith Bennett 2022-07-27 19:53:53 -07:00 committed by GitHub
parent 23c3bb0f56
commit e1b5d5a8eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)