disable greycode by default in arduino IDE

This commit is contained in:
Michael Moon 2011-02-17 21:52:15 +11:00
parent d06a365f54
commit 83fa3f7d09
1 changed files with 3 additions and 3 deletions

View File

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