disable greycode by default in arduino IDE
This commit is contained in:
parent
d06a365f54
commit
83fa3f7d09
|
|
@ -7,9 +7,9 @@
|
||||||
By default, X Y and Z are graycode, while E remains step/dir. If this isn't what
|
By default, X Y and Z are graycode, while E remains step/dir. If this isn't what
|
||||||
you want, edit the lines just below.
|
you want, edit the lines just below.
|
||||||
*/
|
*/
|
||||||
#define X_GREYCODE
|
// #define X_GREYCODE
|
||||||
#define Y_GREYCODE
|
// #define Y_GREYCODE
|
||||||
#define Z_GREYCODE
|
// #define Z_GREYCODE
|
||||||
//#define E_GREYCODE
|
//#define E_GREYCODE
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue