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:
parent
0465e0ae3a
commit
78d4e298ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue