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
/
delta_calibrate.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-82
/
+127
*
delta_calibrate: Fix Python3 error in DELTA_ANALYZE
Kevin O'Connor
2022-06-13
1
-1
/
+1
*
delta_calibrate: Use config.getfloatlist() for parsing "stable positions"
Kevin O'Connor
2021-08-21
1
-8
/
+1
*
stepper: Remove set_tag_position() code
Kevin O'Connor
2021-05-29
1
-3
/
+3
*
delta_calibrate: Don't error on an invalid kinematic guess
Kevin O'Connor
2020-09-17
1
-15
/
+19
*
extras: Use "from . import module" for relative imports
Kevin O'Connor
2020-06-15
1
-1
/
+2
*
delta_calibrate: Improve Python3 compatibility
Kevin O'Connor
2020-06-15
1
-2
/
+2
*
delta_calibrate: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-15
/
+13
*
delta_calibrate: Add support for manually entering a nozzle Z height
Kevin O'Connor
2020-01-06
1
-3
/
+39
*
delta: Move low-level delta calibration to delta.py
Kevin O'Connor
2020-01-06
1
-70
/
+10
*
delta_calibrate: Move stable position conversion to its own class
Kevin O'Connor
2020-01-06
1
-86
/
+83
*
probe: ProbePointsHelper adjustable minimum points
fess
2019-05-21
1
-0
/
+1
*
delta_calibrate: Do not automatically run G28 on DELTA_CALIBRATE
Kevin O'Connor
2018-10-22
1
-1
/
+0
*
delta_calibrate: Perform coordinate descent in a background process
Kevin O'Connor
2018-10-15
1
-7
/
+2
*
probe: Support manual probing at runtime
Kevin O'Connor
2018-10-01
1
-1
/
+1
*
probe: Perform multi-sample averaging in ProbePointsHelper class
Kevin O'Connor
2018-10-01
1
-1
/
+1
*
probe: Implement ProbePointsHelper get_probed_position() locally
Kevin O'Connor
2018-10-01
1
-5
/
+2
*
delta_calibrate: Use kin.calc_position() in get_probed_position() callback
Kevin O'Connor
2018-10-01
1
-9
/
+2
*
delta_calibrate: Initial support for enhanced delta calibration
Kevin O'Connor
2018-09-25
1
-17
/
+170
*
delta_calibrate: Support save/restore of delta_calibrate state
Kevin O'Connor
2018-09-25
1
-10
/
+59
*
delta: Move "stable position" logic to delta_calibrate.py
Kevin O'Connor
2018-09-25
1
-11
/
+73
*
bed_mesh: move probe x and y offsets to the [probe] module
Arksine
2018-08-19
1
-1
/
+2
*
delta_calibrate: Fix typo in config output (radius should be delta_radius)
Kevin O'Connor
2018-07-22
1
-1
/
+1
*
delta: Minor change to get_position_from_stable()
Kevin O'Connor
2018-07-14
1
-8
/
+6
*
toolhead: Move kinematic modules to new kinematics/ directory
Kevin O'Connor
2018-07-12
1
-4
/
+5
*
gcode: Rename run_script() to run_script_from_command()
Kevin O'Connor
2018-06-30
1
-1
/
+1
*
probe: Rename get_position() callback to get_probed_position()
Kevin O'Connor
2018-06-22
1
-1
/
+1
*
probe: Move code from bed_tilt and delta_calibrate into ProbePointsHelper
Kevin O'Connor
2018-05-20
1
-16
/
+12
*
probe: Add z_offset parameter
Kevin O'Connor
2018-03-17
1
-3
/
+2
*
mathutil: Move coordinate_descent() to new file
Kevin O'Connor
2018-03-04
1
-2
/
+2
*
probe: Increase calibration log level from debug to info
Kevin O'Connor
2018-02-16
1
-6
/
+6
*
klippy: Introduce load_config_prefix() for modules that take parameters
Kevin O'Connor
2018-02-03
1
-2
/
+0
*
delta_calibrate: Add initial support for a DELTA_CALIBRATE command
Kevin O'Connor
2018-01-28
1
-0
/
+76