Merge pull request #156 from Atntias/patch-2

Fix to allow M120/M121
This commit is contained in:
ErikZalm 2012-04-28 13:19:00 -07:00
commit 58cad83253

View File

@ -85,7 +85,7 @@ volatile char count_direction[NUM_AXIS] = { 1, 1, 1, 1};
#ifdef ENDSTOPS_ONLY_FOR_HOMING
#define CHECK_ENDSTOPS if(check_endstops)
#else
#define CHECK_ENDSTOPS
#define CHECK_ENDSTOPS if(check_endstops)
#endif
// intRes = intIn1 * intIn2 >> 16