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
/
bed_tilt.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gcode_move: Move GCodeMove class from gcode.py to new extras module
Kevin O'Connor
2020-08-20
1
-1
/
+1
*
gcode: Split G0/G1 command handling to new gcode_move class
Kevin O'Connor
2020-08-20
1
-3
/
+4
*
extras: Use "from . import module" for relative imports
Kevin O'Connor
2020-06-15
1
-1
/
+2
*
bed_tilt: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-2
/
+2
*
probe: ProbePointsHelper adjustable minimum points
fess
2019-05-21
1
-0
/
+1
*
klippy: Convert printer_state("connect") to an event handler
Kevin O'Connor
2019-01-08
1
-3
/
+4
*
bed_tilt: Do not automatically run G28 on BED_TILT_CALIBRATE
Kevin O'Connor
2018-10-22
1
-1
/
+0
*
bed_tilt: Take into account probe xy offset when calculating z_adjust
Kevin O'Connor
2018-10-01
1
-5
/
+6
*
bed_tilt: Remove special probe:z_virtual_endstop handling
Kevin O'Connor
2018-10-01
1
-29
/
+9
*
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_tilt: Support saving calibration data via SAVE_CONFIG command
Kevin O'Connor
2018-09-25
1
-7
/
+15
*
bed_mesh: move probe x and y offsets to the [probe] module
Arksine
2018-08-19
1
-1
/
+2
*
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
*
delta: Rename get_position() to calc_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
-18
/
+5
*
bed_tilt: Apply bed_tilt_calibrate settings to current session
Kevin O'Connor
2018-04-03
1
-6
/
+15
*
probe: Add z_offset parameter
Kevin O'Connor
2018-03-17
1
-4
/
+3
*
bed_tilt: Take into account the XY position used with z_virtual_endstop
Kevin O'Connor
2018-03-17
1
-7
/
+26
*
bed_tilt: Require at least 3 probing points for bed_tilt_calibrate
Kevin O'Connor
2018-03-17
1
-0
/
+2
*
mathutil: Move coordinate_descent() to new file
Kevin O'Connor
2018-03-04
1
-2
/
+3
*
probe: Increase calibration log level from debug to info
Kevin O'Connor
2018-02-16
1
-6
/
+5
*
bed_tilt: Negate parameters reported by bed_tilt_calibrate
Kevin O'Connor
2018-02-05
1
-1
/
+1
*
klippy: Introduce load_config_prefix() for modules that take parameters
Kevin O'Connor
2018-02-03
1
-2
/
+0
*
bed_tilt: Add support for automatic bed tilt move transformation
Kevin O'Connor
2018-01-28
1
-0
/
+95