d3ru / eggbotcode

Automatically exported from code.google.com/p/eggbotcode
0 stars 0 forks source link

EBB firmware: Error-trap too-fast speed reqests #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you do a 
SM,2,5000
bad things will happen from that point on.

Add code to trap for the max stepper speed allowed, and only go that high.

Original issue reported on code.google.com by brian.schmalz on 27 May 2011 at 10:30

GoogleCodeExporter commented 9 years ago

Original comment by brian.schmalz on 26 Apr 2014 at 11:19

GoogleCodeExporter commented 9 years ago
Done. Implemented in 2.2.4 and above. If you try to make a step speed above 
25KHz, you will get a !6 Err: Invalid parameter value.

Original comment by brian.schmalz on 28 Apr 2014 at 9:53

GoogleCodeExporter commented 9 years ago
Slight correction: The error generated is "!1 Err: Can't step that fast"

Original comment by brian.schmalz on 29 Apr 2014 at 1:36