mcu: Remove python checks for stepcompress integer overflow

Now that the C code checks for overflow, it is no longer necessary for
the python code to check.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2016-11-02 10:37:31 -04:00
parent 508a934d62
commit 2b7ab290b8
2 changed files with 4 additions and 9 deletions

View File

@@ -249,9 +249,7 @@ Stepper commands
* reset_step_clock oid=%c clock=%u : Normally, step timing is relative
to the last step for a given stepper. This command resets the clock
so that the next step is relative to the supplied 'clock' time. The
host usually only sends this command at the start of a print or
after a long idle period for the stepper (for example a Z stepper
move after printing an extensive layer).
host usually only sends this command at the start of a print.
* end_stop_home oid=%c clock=%u rest_ticks=%u pin_value=%c : This
command is used during stepper "homing" operations. To use this