klipper/klippy
Kevin O'Connor 83e6c01ada probe: Allow probe parameters to be specified as g-code parameters
Add PROBE_SPEED, SAMPLES, SAMPLE_RETRACT_DIST, SAMPLES_TOLERANCE,
SAMPLES_TOLERANCE_RETRIES, and SAMPLES_RESULT parameters to the PROBE
command (and to commands that indirectly invoke a probe).

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2019-06-21 14:44:28 -04:00
..
chelper
extras probe: Allow probe parameters to be specified as g-code parameters 2019-06-21 14:44:28 -04:00
kinematics extruder: Use template evaluation on gcode 2019-06-07 11:38:43 -04:00
clocksync.py
configfile.py
console.py
gcode.py gcode: Eliminate the process_batch() method 2019-06-09 18:44:44 -04:00
heater.py
homing.py homing: Catch the more generic CommandError during homing 2019-06-06 10:08:58 -04:00
klippy.py klippy: Provide global access to a printer.command_error exception class 2019-06-06 10:22:14 -04:00
mathutil.py
mcu.py
msgproto.py
parsedump.py
pins.py tmc2208: Add support for using an analog mux to access TMC uarts 2019-06-12 22:14:41 -04:00
queuelogger.py
reactor.py reactor: Fix some corner cases with self._next_timer handling 2019-06-19 21:12:34 -04:00
serialhdl.py serialhdl: Use reactor mutex in send_with_response() 2019-06-09 19:12:24 -04:00
stepper.py
toolhead.py toolhead: Just warn if M204 doesn't contain valid S, P, or T 2019-06-21 12:53:47 -04:00
util.py