klipper/klippy
Kevin O'Connor 4cbbe18afd itersolve: Improve numerical stability of gen_steps_pre_active check
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2019-12-10 16:44:02 -05:00
..
chelper itersolve: Improve numerical stability of gen_steps_pre_active check 2019-12-10 16:44:02 -05:00
extras tuning_tower: Fix typo causing tuning tower to break when homing 2019-12-04 20:11:54 -05:00
kinematics gcode: Remove builtin T0/T1/T2/... command support 2019-12-10 14:24:32 -05:00
clocksync.py clocksync: Fix typo in pause() call at connect time 2019-10-31 11:36:35 -04:00
configfile.py configfile: Fix the exception raised when an included file is missing (#1931) 2019-09-01 18:28:18 -04:00
console.py
gcode.py gcode: Remove builtin T0/T1/T2/... command support 2019-12-10 14:24:32 -05:00
heater.py extruder: Consistently use "extruder" for the primary extruder 2019-11-07 16:28:47 -05:00
homing.py toolhead: Rename _full_flush() to flush_step_generation() and use globally 2019-11-21 13:17:45 -05:00
klippy.py mcu: Contact and identify all the mcus prior to configuring them 2019-11-06 10:35:24 -05:00
mathutil.py mathutil: Propagate errors from background_coordinate_descent() 2019-12-05 14:48:52 -05:00
mcu.py mcu: Minor simplification to default reset detection 2019-11-12 22:15:04 -05:00
msgproto.py msgproto: unresolved symbol fixed 2019-11-15 11:36:54 -05:00
parsedump.py
pins.py stepper: Move MCU_stepper from mcu.py to stepper.py 2019-11-12 17:32:18 -05:00
queuelogger.py
reactor.py
serialhdl.py
stepper.py stepper: Remove set_commanded_position() call 2019-11-13 19:35:26 -05:00
toolhead.py toolhead: Report which axes are homed via get_status() 2019-11-24 20:21:13 -05:00
util.py