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: Use config.getlists() for points config option
Kevin O'Connor
2021-08-21
1
-8
/
+2
*
probe: bugfix to z_offset_apply_probe (#4553)
shiftingtech
2021-08-02
1
-2
/
+1
*
probe: add ability to save babystepping (#4404)
shiftingtech
2021-07-25
1
-0
/
+19
*
probe: Call add_stepper() earlier in boot process
Kevin O'Connor
2021-06-09
1
-2
/
+3
*
probe: Use original XY position on multiple probe samples
Kevin O'Connor
2021-04-28
1
-2
/
+2
*
probe: Add deactivate_on_each_sample: param for Probe (#4161)
nlef
2021-04-24
1
-8
/
+25
*
homing: Pass the HomingMove class to homing_move_begin/end events
Kevin O'Connor
2021-03-29
1
-8
/
+8
*
homing: Move low-level probing logic from probe.py to homing.py
Kevin O'Connor
2021-03-29
1
-8
/
+4
*
probe: Add last_z_result to get the latest z result in an Macro (#3835)
Christian S
2021-02-18
1
-1
/
+4
*
homing: Make homing.py an "extras" module
Kevin O'Connor
2021-01-08
1
-5
/
+5
*
probe: Use configfile note_valid=False when inspecting z position_min
Kevin O'Connor
2020-12-13
1
-2
/
+4
*
probe: add update_probe_points() method to helper
Arksine
2020-09-15
1
-0
/
+3
*
probe: add get_status wrapper to probe for last_query from query_probe comman...
Paul McGowan
2020-09-09
1
-0
/
+4
*
probe: Make sure z is homed before probing
Kevin O'Connor
2020-09-04
1
-4
/
+6
*
homing: Prefer printer.command_error() instead of homing.CommandError()
Kevin O'Connor
2020-09-04
1
-6
/
+5
*
toolhead: Add a manual_move() helper function
Kevin O'Connor
2020-08-20
1
-16
/
+6
*
gcode: Automatically call reset_last_position() on a toolhead set_position()
Kevin O'Connor
2020-08-20
1
-1
/
+0
*
extras: Use "from . import module" for relative imports
Kevin O'Connor
2020-06-15
1
-1
/
+2
*
klippy: Rename try_load_module() to load_object()
Kevin O'Connor
2020-05-08
1
-1
/
+1
*
probe: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-53
/
+45
*
gcode: Create new wrapper class for gcode command parameters
Kevin O'Connor
2020-05-05
1
-1
/
+2
*
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
[next]