Merge pull request #183 from kliment/master

Error with Command M201
This commit is contained in:
midopple 2012-06-11 05:36:20 -07:00
commit cbaf809d76

View file

@ -1748,7 +1748,7 @@ FORCE_INLINE void process_commands()
axis_steps_per_sqr_second[i] = code_value() * axis_steps_per_unit[i];
}
}
break;
#if 0 // Not used for Sprinter/grbl gen6
case 202: // M202
for(int i=0; i < NUM_AXIS; i++)