klipper/klippy/extras
Paul McGowan 5a2f406fd1
probe: add get_status wrapper to probe for last_query from query_probe command (#3296)
Add get_status wrapper with last_query status for macros  It is sometimes useful to determine the state of the probe from a macro. If the probe is connected to an endstop pin, the results can be obtained via QUERY_ENDSTOPS but if a physical endstop is in use in addition to the probe the probe state cannot be obtained. This change allows one to use QUERY_PROBE  and then access the printer.probe.last_query object to obtain the state.

Signed-off-by: Paul McGowan <mental405@gmail.com>
2020-09-09 23:10:35 -04:00
..
display
__init__.py
ad5206.py
adc_scaled.py
adc_temperature.py
adxl345.py
bed_mesh.py
bed_screws.py
bed_tilt.py
bltouch.py
bme280.py
board_pins.py
bus.py
buttons.py
controller_fan.py
delayed_gcode.py
delta_calibrate.py
display_status.py
dotstar.py
endstop_phase.py
extruder_stepper.py
fan.py
fan_generic.py
filament_switch_sensor.py
firmware_retraction.py
force_move.py
gcode_arcs.py
gcode_button.py
gcode_macro.py
gcode_move.py
hall_filament_width_sensor.py
heater_bed.py
heater_fan.py
heater_generic.py
heaters.py
homing_heaters.py
homing_override.py
htu21d.py
idle_timeout.py
input_shaper.py
lm75.py
manual_probe.py
manual_stepper.py
mcp4018.py
mcp4451.py
mcp4728.py
multi_pin.py
neopixel.py
output_pin.py
pause_resume.py
pid_calibrate.py
print_stats.py
probe.py probe: add get_status wrapper to probe for last_query from query_probe command (#3296) 2020-09-09 23:10:35 -04:00
quad_gantry_level.py
query_adc.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
stepper_enable.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