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
/
z_tilt.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
z_tilt: expose an 'applied' status to allow macros to skip QGL/Z_TILT_ADJUST ...
Michael Rose
2021-06-02
1
-1
/
+22
*
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
*
z_tilt: retries, fix extra retry bug.
fess
2020-05-18
1
-1
/
+1
*
z_tilt: retries fixup err message
fess
2020-05-18
1
-3
/
+3
*
z_tilt: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-13
/
+14
*
z_tilt: Raise a gcode.error() instead of directly calling respond_error()
Kevin O'Connor
2020-04-24
1
-6
/
+3
*
kinematics: Remove support for identifying Z steppers
Kevin O'Connor
2020-01-23
1
-1
/
+1
*
toolhead: Rename _full_flush() to flush_step_generation() and use globally
Kevin O'Connor
2019-11-21
1
-0
/
+4
*
mcu: Remove set_ignore_move()
Kevin O'Connor
2019-11-06
1
-4
/
+4
*
z-tilt: Unresolved symbol fixed
Petri Honkala
2019-09-24
1
-1
/
+2
*
z_tilt: Support retries
fess
2019-06-18
1
-0
/
+3
*
z_tilt: Add RetryHelper
fess
2019-06-18
1
-0
/
+44
*
z_tilt: Separate z adjustment code to new ZAdjustHelper class
Kevin O'Connor
2019-06-17
1
-56
/
+63
*
z_tilt: minimum points 2
fess
2019-05-21
1
-1
/
+1
*
probe: ProbePointsHelper adjustable minimum points
fess
2019-05-21
1
-0
/
+1
*
z_tilt: bugfix for final correction of z-offset
Arne Jansen
2019-03-10
1
-1
/
+1
*
gcode: Change respond_info() to log by default
Kevin O'Connor
2019-03-04
1
-1
/
+0
*
klippy: Convert printer_state("connect") to an event handler
Kevin O'Connor
2019-01-08
1
-3
/
+2
*
z_tilt: unresolved reference fixed
Petri Honkala
2019-01-08
1
-1
/
+1
*
z_tilt: Wrap lines to 80 columns
Kevin O'Connor
2018-10-01
1
-1
/
+2
*
z_tilt: Take into account probe xy offset when calculating z_adjust
Kevin O'Connor
2018-10-01
1
-7
/
+13
*
probe: Support manual probing at runtime
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
*
bed_mesh: move probe x and y offsets to the [probe] module
Arksine
2018-08-19
1
-1
/
+2
*
kinematics: Convert get_rails() method to get_steppers()
Kevin O'Connor
2018-07-16
1
-6
/
+3
*
z_tilt: Don't default "points" parameter to "z_positions" parameter
Kevin O'Connor
2018-07-15
1
-2
/
+1
*
probe: Rename get_position() callback to get_probed_position()
Kevin O'Connor
2018-06-22
1
-1
/
+1
*
delta: Rename get_position() to calc_position()
Kevin O'Connor
2018-06-22
1
-1
/
+1
*
stepper: Replace PrinterHomingStepper with PrinterRail
Kevin O'Connor
2018-06-22
1
-2
/
+1
*
stepper: Don't peak into PrinterStepper members
Kevin O'Connor
2018-06-22
1
-4
/
+4
*
stepper: Add a get_name() method to PrinterStepper
Kevin O'Connor
2018-06-22
1
-1
/
+1
*
z_tilt: Add support for Z_TILT_ADJUST
Kevin O'Connor
2018-05-22
1
-0
/
+109