klipper-dgus/klippy
Kevin O'Connor d1e13b7e12 mcu: Verify start value equal to shutdown value when using max duration
The mcu can only enforce the max duration if the start value is the
same as the shutdown value, so verify that before configuing the mcu.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2021-11-22 10:08:56 -05:00
..
chelper input_shaper: Factored out AxisInputShaper class 2021-10-26 16:14:50 -04:00
extras print_stats: Fix exception when canceling in/as first G-code 2021-11-21 08:01:43 -05:00
kinematics delta: Don't limit XY+Z moves to max_z_velocity 2021-10-11 11:53:00 -04:00
clocksync.py msgblock: Add clock estimation helper functions 2021-06-09 18:58:35 -04:00
configfile.py configfile: Use Python2's ConfigParser when running on Python2 2021-10-09 19:37:48 -04:00
console.py console: Remove support for PINS command 2021-11-02 12:45:11 -04:00
gcode.py gcode_macro: Add "rawparams" pseudo-variable 2021-11-19 11:22:36 -05:00
klippy.py klippy: Add a build import test tool 2021-10-04 14:36:08 -04:00
mathutil.py mathutil: Disable queuelogger in background_coordinate_descent() 2019-12-17 09:51:45 -05:00
mcu.py mcu: Verify start value equal to shutdown value when using max duration 2021-11-22 10:08:56 -05:00
msgproto.py spi_flash: Make SD updates more tolerant of flaky boards 2021-07-20 18:05:05 -04:00
parsedump.py build: Request python2 for all directly executed python binaries 2017-06-27 20:26:02 -04:00
pins.py pins: Remove support for deprecated pin_map option 2021-11-02 12:45:11 -04:00
queuelogger.py klippy: Add Python2 module wrappers and use Python3 module naming 2021-10-04 14:36:08 -04:00
reactor.py klippy: Add Python2 module wrappers and use Python3 module naming 2021-10-04 14:36:08 -04:00
serialhdl.py serialhdl: Use regular str() type for stats on Python2 2021-10-31 13:52:31 -04:00
stepper.py stepper: Add support for stepping on both edges of a step pulse 2021-11-04 12:06:27 -04:00
toolhead.py toolhead: change SET_VELOCITY_LIMIT respond (fixed) (#4620) 2021-08-31 13:37:48 -04:00
util.py util: Use regular str() type in get_git_version() on Python2 2021-10-31 13:52:31 -04:00
webhooks.py webhooks: Convert to Python3 string encoding 2021-10-04 14:36:08 -04:00