aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/probe.py
Commit message (Expand)AuthorAgeFilesLines
* mcu: Rename add_config_object() to register_config_callback()Kevin O'Connor2018-09-031-1/+1
* probe: Use probe speed for initial move to the Z heightKevin O'Connor2018-08-301-3/+5
* probe: Add ability to multi-sample points to ProbePointsHelperArksine2018-08-291-8/+23
* probe: Refactor z lift code to its own function.Arksine2018-08-291-7/+11
* probe: Allow restarting an incomplete probe setRomain “Artefact2” Dal Maso2018-08-241-0/+3
* bed_mesh: move probe x and y offsets to the [probe] moduleArksine2018-08-191-4/+8
* bed_mesh: update z_offset checkArksine2018-08-191-0/+5
* pins: Explicitly pass can_invert and can_pullup to lookup_pin()Kevin O'Connor2018-07-261-5/+5
* kinematics: Convert get_rails() method to get_steppers()Kevin O'Connor2018-07-161-3/+2
* probe: Make sure there are at least 3 points even if using default_pointsKevin O'Connor2018-07-141-3/+3
* probe: Simplify mcu_probe stepper registrationKevin O'Connor2018-07-131-6/+4
* gcode: Rename run_script() to run_script_from_command()Kevin O'Connor2018-06-301-3/+3
* probe: Rename get_position() callback to get_probed_position()Kevin O'Connor2018-06-221-1/+1
* probe: No need to call kin.get_position() to report positionKevin O'Connor2018-06-221-4/+3
* stepper: Replace PrinterHomingStepper with PrinterRailKevin O'Connor2018-06-221-3/+3
* Extras: Probing does reply with the z position where the probe triggers.Hans Raaf2018-06-131-0/+4
* probe: Catch and propagate errors raised during ProbePointsHelperKevin O'Connor2018-06-111-5/+17
* z_tilt: Add support for Z_TILT_ADJUSTKevin O'Connor2018-05-221-0/+2
* probe: Verify horizontal_move_z not less than probe's z_offsetKevin O'Connor2018-05-201-0/+3
* probe: Move code from bed_tilt and delta_calibrate into ProbePointsHelperKevin O'Connor2018-05-201-19/+39
* probe: Limit Z lift speed to be the same as the probing speedKevin O'Connor2018-04-201-3/+7
* probe: Add z_offset parameterKevin O'Connor2018-03-171-1/+7
* bed_tilt: Take into account the XY position used with z_virtual_endstopKevin O'Connor2018-03-171-1/+28
* probe: Default z_position to the configured minimum position on Z axisKevin O'Connor2018-03-171-11/+10
* probe: Add some hints for common errors during PROBEKevin O'Connor2018-03-121-1/+18
* mathutil: Move coordinate_descent() to new fileKevin O'Connor2018-03-041-35/+0
* probe: Increase calibration log level from debug to infoKevin O'Connor2018-02-161-1/+1
* klippy: Introduce load_config_prefix() for modules that take parametersKevin O'Connor2018-02-031-2/+0
* probe: Create a probe:z_virtual_endstop pinKevin O'Connor2018-01-281-1/+12
* probe: Support activate/deactivate scripts on each probeKevin O'Connor2018-01-281-0/+26
* delta_calibrate: Add initial support for a DELTA_CALIBRATE commandKevin O'Connor2018-01-281-0/+86
* probe: Initial support for Z-Probe hardwareKevin O'Connor2018-01-281-0/+54