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
*
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
*
bed_mesh: move probe x and y offsets to the [probe] module
Arksine
2018-08-19
1
-4
/
+8
*
bed_mesh: update z_offset check
Arksine
2018-08-19
1
-0
/
+5
*
pins: Explicitly pass can_invert and can_pullup to lookup_pin()
Kevin O'Connor
2018-07-26
1
-5
/
+5
*
kinematics: Convert get_rails() method to get_steppers()
Kevin O'Connor
2018-07-16
1
-3
/
+2
*
probe: Make sure there are at least 3 points even if using default_points
Kevin O'Connor
2018-07-14
1
-3
/
+3
*
probe: Simplify mcu_probe stepper registration
Kevin O'Connor
2018-07-13
1
-6
/
+4
*
gcode: Rename run_script() to run_script_from_command()
Kevin O'Connor
2018-06-30
1
-3
/
+3
*
probe: Rename get_position() callback to get_probed_position()
Kevin O'Connor
2018-06-22
1
-1
/
+1
*
probe: No need to call kin.get_position() to report position
Kevin O'Connor
2018-06-22
1
-4
/
+3
*
stepper: Replace PrinterHomingStepper with PrinterRail
Kevin O'Connor
2018-06-22
1
-3
/
+3
*
Extras: Probing does reply with the z position where the probe triggers.
Hans Raaf
2018-06-13
1
-0
/
+4
*
probe: Catch and propagate errors raised during ProbePointsHelper
Kevin O'Connor
2018-06-11
1
-5
/
+17
*
z_tilt: Add support for Z_TILT_ADJUST
Kevin O'Connor
2018-05-22
1
-0
/
+2
*
probe: Verify horizontal_move_z not less than probe's z_offset
Kevin O'Connor
2018-05-20
1
-0
/
+3
*
probe: Move code from bed_tilt and delta_calibrate into ProbePointsHelper
Kevin O'Connor
2018-05-20
1
-19
/
+39
*
probe: Limit Z lift speed to be the same as the probing speed
Kevin O'Connor
2018-04-20
1
-3
/
+7
[next]