summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidopple <mdoppler@gmx.at>2012-06-11 15:32:24 +0300
committermidopple <mdoppler@gmx.at>2012-06-11 15:32:24 +0300
commit597310a3dcbaafec1c7177203847e8133345e29a (patch)
treef26c766619ef1d1e9ce689b5f1b909f2dcd7c42e
parente998ed8fdb4e800a284991b5ea2bda16f8c0aa46 (diff)
Error with Command M201, when this Command is use the same Values are written to maximum Feedrate.
-rw-r--r--Sprinter/Sprinter.pde2
1 files changed, 1 insertions, 1 deletions
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++)