klipper/klippy/extras
Hans Raaf 4ec1244c31 Extras: Probing does reply with the z position where the probe triggers.
This change will make the "PROBE" command actually reply with the
z-position where the probe triggers. As this command is called
internally for the BED_TILT_CALIBRATE and Z_TILT_ADJUST those commands
will also give a response while probing, which I see as advantage over
the silent operation.

This change also lets one define some gcode for a repeatable probing
test to meassure the quality of the sensor and overall probing accuracy.

Signed-off-by: Hans Raaf <hr-klipper@oderwat.de>
2018-06-13 22:34:25 -04:00
..
__init__.py
ad5206.py
adc_temperature.py
bed_tilt.py
delta_calibrate.py
display.py
fan.py
gcode_macro.py gcode_macro: Add the ability to define custom g-code macros 2018-05-25 12:40:06 -04:00
heater_bed.py
heater_fan.py
homing_override.py homing_override: Add axes config parameter 2018-06-11 20:41:18 -04:00
multi_pin.py
output_pin.py output_pin: Fix SET_PIN max_val check 2018-06-05 09:12:31 -04:00
pid_calibrate.py
probe.py Extras: Probing does reply with the z position where the probe triggers. 2018-06-13 22:34:25 -04:00
replicape.py
servo.py
static_digital_output.py
temperature_fan.py
thermistor.py
tmc2130.py tmc2130: Allow the PWMCONF register to be configured 2018-05-25 11:38:27 -04:00
verify_heater.py verify_heater: Disable when writing output to a debug file 2018-06-08 23:51:41 -04:00
virtual_sdcard.py
z_tilt.py