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
/
homing.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
homing: Avoid divide by zero error on PROBE at minimum Z position
Kevin O'Connor
2020-04-19
1
-0
/
+2
*
homing: Don't raise a TimeoutError from home_wait()
Kevin O'Connor
2020-02-19
1
-5
/
+3
*
homing: Replace notify callback with a completion
Kevin O'Connor
2020-02-19
1
-11
/
+14
*
homing: Add a "home_rails_begin" event notifier
Kevin O'Connor
2020-02-15
1
-1
/
+3
*
homing: Merge home_prepare()/home_finalize() into move_begin/move_end events
Kevin O'Connor
2020-02-15
1
-14
/
+10
*
homing: Ability to set retract speed between homing moves (#2487)
FanDjango
2020-02-12
1
-1
/
+1
*
homing_heaters: Turn off heaters during homing/probing (#2486)
FanDjango
2020-02-12
1
-0
/
+4
*
homing: Don't assume homing occurs with a constant step rate
Kevin O'Connor
2020-01-06
1
-3
/
+12
*
toolhead: Rename _full_flush() to flush_step_generation() and use globally
Kevin O'Connor
2019-11-21
1
-1
/
+4
*
homing: Use get/set_tag_position() to determine probed position
Kevin O'Connor
2019-11-13
1
-6
/
+14
*
endstop_phase: Use set_tag_position() instead of set_commanded_position()
Kevin O'Connor
2019-11-13
1
-3
/
+3
*
stepper: Add get/set_tag_position() and convert calc_position()
Kevin O'Connor
2019-11-13
1
-3
/
+8
*
stepper_enable: Move motor_off() logic to stepper_enable.py
Kevin O'Connor
2019-11-12
1
-1
/
+1
*
homing: Remove no longer needed homing time delay code
Kevin O'Connor
2019-07-10
1
-30
/
+7
*
homing: Implement homing via new toolhead "drip" movement
Kevin O'Connor
2019-07-10
1
-4
/
+9
*
homing: Catch the more generic CommandError during homing
Kevin O'Connor
2019-06-06
1
-4
/
+4
*
gcode: Use the same underlying error object for homing and gcode errors
Kevin O'Connor
2019-06-06
1
-1
/
+4
*
gcode: "gcode_position" and toolhead "position" as get_status() named tuple
Kevin O'Connor
2019-06-04
1
-2
/
+4
*
bltouch: Verify probe always deploys during a homing operation
Kevin O'Connor
2019-01-21
1
-1
/
+5
*
homing: Always start endstop checking before the nominal move start
Kevin O'Connor
2019-01-10
1
-0
/
+2
*
endstop_phase: Move endstop phase homing code to new "extras" module
Kevin O'Connor
2018-10-16
1
-8
/
+8
*
homing: Pass printer instead of toolhead object to Homing class
Kevin O'Connor
2018-10-16
1
-2
/
+3
*
homing: Move homing offset adjustment logic to generic homing code
Kevin O'Connor
2018-10-10
1
-0
/
+8
*
homing: Implement second home from homing.py
Kevin O'Connor
2018-10-10
1
-29
/
+42
*
probe: Verify the toolhead moves at least some distance on a probe
Kevin O'Connor
2018-10-01
1
-16
/
+18
*
query_endstops: Move QUERY_ENDSTOP command to it own extras/ module
Kevin O'Connor
2018-07-16
1
-12
/
+0
*
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
-5
/
+5
*
homing: Apply speed rounding after calling home_prepare()
Kevin O'Connor
2018-05-14
1
-4
/
+9
*
gcode: Position returned by M114 should be relative to last G92
Kevin O'Connor
2018-03-15
1
-4
/
+0
*
homing: allow to disable homing retract
cruwaller
2018-03-06
1
-0
/
+2
*
homing_override: Allow moves prior to homing an axis
Kevin O'Connor
2018-01-28
1
-1
/
+3
*
probe: Support activate/deactivate scripts on each probe
Kevin O'Connor
2018-01-28
1
-0
/
+4
*
probe: Initial support for Z-Probe hardware
Kevin O'Connor
2018-01-28
1
-2
/
+8
*
homing: Handle speed rounding when homing speed greater than max_velocity
Kevin O'Connor
2017-12-20
1
-1
/
+11
*
homing: Directly interact with the kinematic class on query_endstops()
Kevin O'Connor
2017-12-06
1
-5
/
+7
*
homing: Directly interact with the kinematic class when homing
Kevin O'Connor
2017-12-06
1
-2
/
+9
*
homing: Make sure to clean up homing state even if homing fails
Kevin O'Connor
2017-12-06
1
-27
/
+35
*
homing: Pass list of endstops (not steppers) to the homing code
Kevin O'Connor
2017-12-06
1
-24
/
+23
*
homing: Base homing cpu delay on estimated number of steps needed
Kevin O'Connor
2017-11-29
1
-2
/
+8
*
stepper: Add get_endstops() / set_position wrappers
Kevin O'Connor
2017-11-18
1
-18
/
+24
*
endstop: Eliminate end_stop_set_oversample command
Kevin O'Connor
2017-10-12
1
-1
/
+4
*
gcode: Report the raw MCU position from the M114 command
Kevin O'Connor
2017-10-03
1
-1
/
+5
*
toolhead: Make sure reset_print_time() doesn't go backwards in time
Kevin O'Connor
2017-09-27
1
-1
/
+1
*
homing: Move query_endstop() code from kinematic classes to homing.py
Kevin O'Connor
2017-09-19
1
-7
/
+18
*
mcu: Pass print_time directly to MCU calls
Kevin O'Connor
2017-09-19
1
-1
/
+1
*
homing: Add a small delay before each homing operation
Kevin O'Connor
2017-08-29
1
-1
/
+5
*
mcu: Add get_mcu() call to the mcu oid objects
Kevin O'Connor
2017-08-29
1
-1
/
+1
*
klippy: Use newer "except XYZError as e" python syntax
Kevin O'Connor
2017-06-10
1
-1
/
+1
*
gcode: Rework homing to use greenlets
Kevin O'Connor
2016-12-09
1
-56
/
+19
[next]