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: 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
*
probe: Add z_offset parameter
Kevin O'Connor
2018-03-17
1
-1
/
+7
*
bed_tilt: Take into account the XY position used with z_virtual_endstop
Kevin O'Connor
2018-03-17
1
-1
/
+28
*
probe: Default z_position to the configured minimum position on Z axis
Kevin O'Connor
2018-03-17
1
-11
/
+10
*
probe: Add some hints for common errors during PROBE
Kevin O'Connor
2018-03-12
1
-1
/
+18
*
mathutil: Move coordinate_descent() to new file
Kevin O'Connor
2018-03-04
1
-35
/
+0
*
probe: Increase calibration log level from debug to info
Kevin O'Connor
2018-02-16
1
-1
/
+1
*
klippy: Introduce load_config_prefix() for modules that take parameters
Kevin O'Connor
2018-02-03
1
-2
/
+0
*
probe: Create a probe:z_virtual_endstop pin
Kevin O'Connor
2018-01-28
1
-1
/
+12
*
probe: Support activate/deactivate scripts on each probe
Kevin O'Connor
2018-01-28
1
-0
/
+26
*
delta_calibrate: Add initial support for a DELTA_CALIBRATE command
Kevin O'Connor
2018-01-28
1
-0
/
+86
*
probe: Initial support for Z-Probe hardware
Kevin O'Connor
2018-01-28
1
-0
/
+54
[prev]