From 597310a3dcbaafec1c7177203847e8133345e29a Mon Sep 17 00:00:00 2001 From: midopple Date: Mon, 11 Jun 2012 15:32:24 +0300 Subject: Error with Command M201, when this Command is use the same Values are written to maximum Feedrate. --- Sprinter/Sprinter.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sprinter/Sprinter.pde b/Sprinter/Sprinter.pde index 4e0d6ff..8359fed 100644 --- a/Sprinter/Sprinter.pde +++ b/Sprinter/Sprinter.pde @@ -1649,7 +1649,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++) -- cgit v1.2.1