klipper/test
Kevin O'Connor b2c78d71b0 gcode: Remove "action_" commands from get_status() calls
Rename printer.gcode.action_emergency_stop() to
action_emergency_stop(), printer.gcode.action_respond_info() to
action_respond_info(), and printer.gcode.action_respond_error() to
action_raise_error() in command templates.

This simplifies the get_status() interface, as returning callable
functions from that interface was confusing.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2020-08-20 21:03:22 -04:00
..
configs test: Add generic-simulavr.cfg to printers.test 2020-01-23 23:29:32 -05:00
klippy gcode: Remove "action_" commands from get_status() calls 2020-08-20 21:03:22 -04:00