Error with Command M201, when this Command is use the same Values are written to maximum Feedrate.

This commit is contained in:
midopple 2012-06-11 15:32:24 +03:00
parent e998ed8fdb
commit 597310a3dc

View file

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