index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
extras
/
probe.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
probe: Rename probe_prepare/finalize to probe_prepare/finish
Kevin O'Connor
2020-04-25
1
-2
/
+2
*
homing: Don't raise a TimeoutError from home_wait()
Kevin O'Connor
2020-02-19
1
-1
/
+0
*
probe: Don't allow errors to propagate from "gcode:command_error" event
Kevin O'Connor
2020-02-18
1
-2
/
+8
*
probe: Add multi_probe_begin() / multi_probe_end() callbacks
Kevin O'Connor
2020-02-15
1
-0
/
+35
*
homing: Merge home_prepare()/home_finalize() into move_begin/move_end events
Kevin O'Connor
2020-02-15
1
-4
/
+13
*
probe: Add support for configuring lift_speed
Kevin O'Connor
2020-01-31
1
-9
/
+20
*
kinematics: Remove support for identifying Z steppers
Kevin O'Connor
2020-01-23
1
-2
/
+3
*
ProbePointsHelper: Optionally add xy offsets to probe points
Arksine
2020-01-09
1
-0
/
+6
*
stepper: Remove add_to_endstop() method
Kevin O'Connor
2019-11-12
1
-1
/
+1
*
probe: Add range to probe accuracy results (#2015)
Julien Lirochon
2019-09-29
1
-2
/
+3
*
probe: Rework the PROBE_ACCURACY command parameters
Kevin O'Connor
2019-07-10
1
-24
/
+18
*
mcu: Integrate query_endstop_wait() into query_endstop()
Kevin O'Connor
2019-07-10
1
-3
/
+1
*
probe: Allow probe parameters to be specified as g-code parameters
Kevin O'Connor
2019-06-21
1
-15
/
+29
*
probe: Add support for samples_tolerance
Kevin O'Connor
2019-06-21
1
-5
/
+20
*
probe: Always return just x,y,z from _probe()
Kevin O'Connor
2019-06-21
1
-1
/
+1
*
probe: Allow retries from ProbePointsHelper
Kevin O'Connor
2019-06-18
1
-2
/
+4
*
gcode_macro: Add a default parameter to load_template
Kevin O'Connor
2019-06-07
1
-2
/
+2
*
manual_probe: Add extra checks to catch manual probe not finishing correctly
Kevin O'Connor
2019-06-06
1
-0
/
+2
*
probe: Check for toolhead movement during activate/deactivate_gcode scripts
Kevin O'Connor
2019-06-06
1
-0
/
+10
*
probe: No need to re-raise an EndstopError
Kevin O'Connor
2019-06-06
1
-22
/
+7
*
probe: Simplify ProbePointsHelper start and end tracking
Kevin O'Connor
2019-06-06
1
-58
/
+43
*
probe: Be sure to call gcode.reset_last_position() after any manual move
Kevin O'Connor
2019-06-06
1
-1
/
+2
*
probe: Unify mean and median code between run_probe() and PROBE_ACCURACY
Kevin O'Connor
2019-06-06
1
-42
/
+25
*
probe: Move multi-sampling capability from ProbePointsHelper to Probe
Kevin O'Connor
2019-06-06
1
-66
/
+63
*
probe: ProbePointsHelper adjustable minimum points
fess
2019-05-21
1
-4
/
+6
*
probe: Use gcode_macro style templates on activate/deactivate_gcode
Kevin O'Connor
2019-04-04
1
-8
/
+14
*
probe: Fix PROBE_CALIBRATE command
Kevin O'Connor
2019-03-08
1
-3
/
+5
*
probe: Catch toolhead.move() exceptions in cmd_PROBE_CALIBRATE()
Kevin O'Connor
2019-03-08
1
-15
/
+12
*
screws_tilt_adjust: Add new screws_tilt_adjust tool (#1367)
Rui Caridade
2019-03-08
1
-3
/
+23
*
probe: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-2
/
+2
*
probe: Set z min value in probe_accuracy to z_offset. (#1314)
Rui Caridade
2019-02-25
1
-1
/
+1
*
probe: Add PROBE_ACCURACY command
Rui Caridade
2019-02-18
1
-1
/
+74
*
probe: Use manual_probe helper when performing manual probes
Kevin O'Connor
2019-02-12
1
-15
/
+12
*
probe: Add PROBE_CALIBRATE command
Kevin O'Connor
2019-02-12
1
-7
/
+37
*
bltouch: Add initial support for a bltouch "extras" module
Kevin O'Connor
2018-11-30
1
-6
/
+5
*
homing: Pass printer instead of toolhead object to Homing class
Kevin O'Connor
2018-10-16
1
-1
/
+1
*
homing: Implement second home from homing.py
Kevin O'Connor
2018-10-10
1
-1
/
+3
*
probe: Merge ProbeVirtualEndstop and ProbeEndstopWrapper wrapper classes
Kevin O'Connor
2018-10-01
1
-41
/
+27
*
probe: Infer position_endstop when using probe:z_virtual_offset
Kevin O'Connor
2018-10-01
1
-20
/
+7
*
probe: Verify the toolhead moves at least some distance on a probe
Kevin O'Connor
2018-10-01
1
-2
/
+1
*
probe: Support manual probing at runtime
Kevin O'Connor
2018-10-01
1
-19
/
+19
*
probe: Perform multi-sample averaging in ProbePointsHelper class
Kevin O'Connor
2018-10-01
1
-4
/
+7
*
probe: Separate out manual probing from automatic probing code
Kevin O'Connor
2018-10-01
1
-39
/
+39
*
probe: Move move_next() method within ProbePointsHelper class
Kevin O'Connor
2018-10-01
1
-12
/
+12
*
probe: Implement ProbePointsHelper get_probed_position() locally
Kevin O'Connor
2018-10-01
1
-5
/
+7
*
mcu: Rename add_config_object() to register_config_callback()
Kevin O'Connor
2018-09-03
1
-1
/
+1
*
probe: Use probe speed for initial move to the Z height
Kevin O'Connor
2018-08-30
1
-3
/
+5
*
probe: Add ability to multi-sample points to ProbePointsHelper
Arksine
2018-08-29
1
-8
/
+23
*
probe: Refactor z lift code to its own function.
Arksine
2018-08-29
1
-7
/
+11
*
probe: Allow restarting an incomplete probe set
Romain “Artefact2” Dal Maso
2018-08-24
1
-0
/
+3
[next]