klipper/klippy
Kevin O'Connor 36ae433b57 cartesian: Make sure to constrain second_homing_speed to max_z_velocity
Commit b0d859f2 introduced a second_homing_speed parameter; that
parameter needs to also be constrained to the max_z_velocity.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2018-10-08 10:52:46 -04:00
..
chelper serialqueue: Increase receive message debug queue to 100 messages 2018-09-02 12:16:13 -04:00
extras display: Corrected Fan icon graphics (#753) 2018-10-07 13:38:11 -04:00
kinematics cartesian: Make sure to constrain second_homing_speed to max_z_velocity 2018-10-08 10:52:46 -04:00
clocksync.py
configfile.py configfile: add get_prefix_options method 2018-09-30 11:51:26 -04:00
console.py console: Use reactor register_callback() mechanism 2018-09-02 12:31:36 -04:00
gcode.py gcode: modify get_status method to output more info (#651) 2018-09-17 08:25:28 -04:00
heater.py heater: Add new TURN_OFF_HEATERS command 2018-09-18 16:01:07 -04:00
homing.py probe: Verify the toolhead moves at least some distance on a probe 2018-10-01 11:12:30 -04:00
klippy.py configfile: Move config file code from klippy.py to new file 2018-09-25 13:48:46 -04:00
mathutil.py
mcu.py mcu: Log MCU information before configuring 2018-09-03 18:34:10 -04:00
msgproto.py
parsedump.py
pins.py pins: Verify the pin_map setting 2018-09-03 18:16:44 -04:00
queuelogger.py
reactor.py
serialhdl.py
stepper.py stepper: Adding support for a second_homing_speed parameter (#677) 2018-10-04 18:55:58 -04:00
toolhead.py toolhead: M204 must update max_accel_to_decel 2018-10-01 22:02:33 -04:00
util.py