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
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-172
/
+273
*
probe: Create ProbeVirtualEndstopDeprecation
Gareth Farrington
2025-05-29
1
-0
/
+11
*
generic_cartesian: Fixed safe_z_home and manual_probe for new kinematics
Dmitry Butyugin
2025-05-10
1
-5
/
+2
*
kinematics: Generic Cartesian kinematics implementation (#6815)
Dmitry Butyugin
2025-05-06
1
-0
/
+3
*
probe: Remove ProbeEndstopSessionHelper
Kevin O'Connor
2025-04-18
1
-14
/
+6
*
probe: Add a new LookupZSteppers helper class
Kevin O'Connor
2025-04-18
1
-7
/
+14
*
probe: Convert probing_move() callback to use regular probe sessions system
Kevin O'Connor
2025-04-18
1
-17
/
+28
*
probe: Change probing_move() to pass a gcmd instead of (pos, speed)
Kevin O'Connor
2025-04-18
1
-10
/
+13
*
probe: Add a new ProbeParameterHelper class
Kevin O'Connor
2025-04-18
1
-33
/
+40
*
probe: Add a new lookup_minimum_z() helper function
Kevin O'Connor
2025-04-18
1
-8
/
+9
*
probe: Add a new ProbeEndstopSessionHelper class
Kevin O'Connor
2025-04-18
1
-5
/
+12
*
probe: Add a default probing_move() function to HomingViaProbeHelper
Kevin O'Connor
2025-04-18
1
-5
/
+9
*
configfile: Allow getchoice() to take a list
Kevin O'Connor
2024-06-17
1
-1
/
+1
*
probe_eddy_current: Add support for probing in "scan" mode
Kevin O'Connor
2024-06-14
1
-1
/
+1
*
probe: Gather multiple results in ProbeSessionHelper
Kevin O'Connor
2024-06-14
1
-15
/
+27
*
probe: Rework ProbePointsHelper to store results locally
Kevin O'Connor
2024-06-14
1
-27
/
+39
*
probe: Simplify PrinterProbe() now that there are no external callers
Kevin O'Connor
2024-06-10
1
-4
/
+5
*
probe: Move add_steppers() logic to HomingViaProbeHelper class
Kevin O'Connor
2024-06-10
1
-7
/
+7
*
probe: Use ppins.setup_pin() helper
Kevin O'Connor
2024-06-10
1
-4
/
+1
*
probe: Use an event for axis twist compensation updates
Kevin O'Connor
2024-06-10
1
-9
/
+3
*
probe: Ensure all external callers always call end_probe_session()
Kevin O'Connor
2024-06-10
1
-21
/
+26
*
probe: Split z_virtual_endstop handling to new HomingViaProbeHelper class
Kevin O'Connor
2024-06-10
1
-31
/
+51
*
probe: Move offset handling to new ProbeOffsetsHelper class
Kevin O'Connor
2024-06-10
1
-8
/
+14
*
probe: Move PROBE_ACCURACY command to ProbeCommandHelper class
Kevin O'Connor
2024-06-10
1
-66
/
+74
*
probe: Move PROBE_CALIBRATE to ProbeCommandHelper class
Kevin O'Connor
2024-06-10
1
-31
/
+35
*
probe: Convert probe.get_lift_speed() to probe.get_print_params()
Kevin O'Connor
2024-06-10
1
-33
/
+40
*
probe: Move Z_OFFSET_APPLY_PROBE to ProbeCommandHelper class
Kevin O'Connor
2024-06-10
1
-18
/
+20
*
probe: Introduce new ProbeCommandHelper class
Kevin O'Connor
2024-06-10
1
-23
/
+38
*
probe: Split out new ProbeSessionHelper() class from PrinterProbe()
Kevin O'Connor
2024-06-10
1
-4
/
+26
*
probe: Code movement in probe.py
Kevin O'Connor
2024-06-10
1
-70
/
+85
*
probe: Fix typo in activate/deactive error messages
Kevin O'Connor
2024-04-27
1
-2
/
+2
*
probe: Add a probing_move() wrapper to low-level mcu_probe class
Kevin O'Connor
2024-04-09
1
-7
/
+9
*
axis_twist_compensation: Add X twist compensation module (#6149)
Philippe Daouadi
2023-08-01
1
-0
/
+9
*
probe: expose name on status report
Pedro Lamas
2023-03-14
1
-1
/
+2
*
probe: Allow overriding horizontal_move_z on gcode
Lasse Dalegaard
2023-03-14
1
-1
/
+5
*
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
[next]