Error with Command M201, when this Command is use the same Values are written to maximum Feedrate.
This commit is contained in:
parent
e998ed8fdb
commit
597310a3dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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++)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue