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
*
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
*
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
[next]