klipper/klippy/extras
Kevin O'Connor 430ad0b658 virtual_sdcard: Only return from M25 after print confirmed paused
Wait in the M25 command handler until the work_handler() background
timer fully exits.  This ensures that subsequent g-code commands (such
as M27 or M24) will correctly report a paused state.

Reported by @foosel.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2019-10-31 11:36:35 -04:00
..
display
__init__.py
ad5206.py
adc_temperature.py
bed_mesh.py
bed_screws.py
bed_tilt.py
bltouch.py
board_pins.py
bus.py
buttons.py
controller_fan.py
delayed_gcode.py
delta_calibrate.py
dotstar.py
endstop_phase.py
fan.py
filament_switch_sensor.py
firmware_retraction.py
force_move.py
gcode_arcs.py
gcode_button.py
gcode_macro.py
heater_bed.py
heater_fan.py
heater_generic.py heater: Support generic gcode_id registration for sensors 2019-02-26 12:07:00 -05:00
homing_override.py
idle_timeout.py
manual_probe.py
manual_stepper.py
mcp4018.py mcp4018: Add initial support for the mcp4018 digipot 2019-02-16 08:16:37 -05:00
mcp4451.py
mcp4728.py
multi_pin.py
neopixel.py
output_pin.py
pause_resume.py
pid_calibrate.py
probe.py
quad_gantry_level.py
query_endstops.py
replicape.py
respond.py
safe_z_home.py
samd_sercom.py
screws_tilt_adjust.py
servo.py
skew_correction.py
spi_temperature.py
static_digital_output.py
statistics.py
sx1509.py
temperature_fan.py
temperature_sensor.py
thermistor.py
tmc.py
tmc2130.py
tmc2208.py
tmc2209.py
tmc2660.py
tmc5160.py
tmc_uart.py
tsl1401cl_filament_width_sensor.py
tuning_tower.py
verify_heater.py
virtual_sdcard.py
z_tilt.py