klipper/klippy
Kevin O'Connor a61d483e21 tmc_uart: Use nominal mcu frequency in baud calculation
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2020-03-06 16:29:18 -05:00
..
chelper Revert "itersolve: Implement a step+dir+step filter" 2020-03-05 18:37:02 -05:00
extras tmc_uart: Use nominal mcu frequency in baud calculation 2020-03-06 16:29:18 -05:00
kinematics safe_z_home: Support note_z_not_homed() in kinematics (#2500) 2020-03-01 23:00:41 -05:00
clocksync.py
configfile.py configfile: Add get_status() to export raw config file information 2020-02-13 22:04:40 -05:00
console.py
gcode.py gcode: Add a "command_error" event notifier 2020-02-15 17:52:44 -05:00
heater.py heater: Fix misspelling of Celsius 2020-02-27 11:31:51 -05:00
homing.py homing: Don't raise a TimeoutError from home_wait() 2020-02-19 12:20:00 -05:00
klippy.py
mathutil.py
mcu.py mcu: Introduce new lookup_query_command() command wrapper 2020-02-20 13:24:53 -05:00
msgproto.py
parsedump.py
pins.py
queuelogger.py
reactor.py reactor: Support multiple waiting timers on a single completion 2020-02-19 10:49:56 -05:00
serialhdl.py mcu: Introduce new lookup_query_command() command wrapper 2020-02-20 13:24:53 -05:00
stepper.py mcu: Introduce new lookup_query_command() command wrapper 2020-02-20 13:24:53 -05:00
toolhead.py Revert "itersolve: Implement a step+dir+step filter" 2020-03-05 18:37:02 -05:00
util.py