klipper/klippy
Kevin O'Connor 9103aaf6d5 toolhead: Remove unused get_stats() data
The "status" and "printing_time" are now available in the
"idle_timeout" module, so no need to report them from toolhead.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2020-08-20 21:03:22 -04:00
..
chelper itersolve: Use stricter completion check in itersolve_find_step() 2020-08-08 11:59:19 -04:00
extras gcode: Remove "action_" commands from get_status() calls 2020-08-20 21:03:22 -04:00
kinematics gcode: Automatically call reset_last_position() on a toolhead set_position() 2020-08-20 21:03:22 -04:00
clocksync.py clocksync: Don't filter any of the initial syncronization clock messages 2020-05-02 11:08:02 -04:00
configfile.py configfile: Use "import ConfigParser as configparser" 2020-06-15 17:15:53 -04:00
console.py
gcode.py gcode: Remove "action_" commands from get_status() calls 2020-08-20 21:03:22 -04:00
homing.py
klippy.py klippy: Report "shutdown" category from get_state_message() 2020-08-16 14:10:54 -04:00
mathutil.py
mcu.py mcu: Reset pwm and digital output pins to start values on a host restart 2020-07-25 11:36:44 -04:00
msgproto.py msgproto: Improve Python3 compatibility 2020-06-15 17:15:53 -04:00
parsedump.py
pins.py
queuelogger.py queuelogger: Use "import Queue as queue" for improved Python3 compatibility 2020-06-15 17:15:53 -04:00
reactor.py reactor: Use "import Queue as queue" for improved Python3 compatibility 2020-06-15 17:15:53 -04:00
serialhdl.py
stepper.py mcu: Add support for commands to send only on a host restart 2020-07-25 11:36:44 -04:00
toolhead.py toolhead: Remove unused get_stats() data 2020-08-20 21:03:22 -04:00
util.py util: Improve Python3 compatibility 2020-06-15 17:15:53 -04:00
webhooks.py gcode: Remove "action_" commands from get_status() calls 2020-08-20 21:03:22 -04:00