..
chelper
serialqueue: Increase receive message debug queue to 100 messages
2018-09-02 12:16:13 -04:00
extras
display: Don't error if M73 is missing a P parameter
2018-10-01 12:31:31 -04:00
kinematics
delta: Move "stable position" logic to delta_calibrate.py
2018-09-25 13:48:46 -04:00
clocksync.py
clocksync: Simplify is_active() check
2018-05-31 18:20:30 -04:00
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
mathutil: Log starting error in coordinate_descent()
2018-07-24 08:32:35 -04:00
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
reactor: Add ability to register callbacks
2018-06-30 14:13:47 -04:00
serialhdl.py
serialqueue: Limit message transmission to available receive buffer size
2018-05-28 11:12:30 -04:00
stepper.py
probe: Infer position_endstop when using probe:z_virtual_offset
2018-10-01 11:12:30 -04:00
toolhead.py
toolhead: M204 must update max_accel_to_decel
2018-10-01 22:02:33 -04:00
util.py
…