Set right Axis Steps Per Unit

This commit is contained in:
Thomas Basler 2020-02-15 17:28:56 +01:00
parent 36ff243c66
commit eb3f8a4229
1 changed files with 1 additions and 1 deletions

View File

@ -1168,7 +1168,7 @@
* Override with M92
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 100, 100, 400 }
/**
* Default Max Feed Rate (linear=mm/s, rotational=°/s)