Update Configuration.h

Line 751.   Default Axis steps Per Unit (steps/mm)

I see it was changed from 400 to 4000 and this is way to many steps in most default configuration.

Please confirm.
Best regards
David Gaspar
This commit is contained in:
Davidsg33k 2020-11-11 08:08:31 -07:00 committed by GitHub
parent 0465e0ae3a
commit 78d4e298ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -748,7 +748,7 @@
* Override with M92
* X, Y, Z, E0 [, E1[, E2...]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 4000, 500 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 500 }
/**
* Default Max Feed Rate (mm/s)